Changes
Page history
Add link to ark.intel spec
authored
May 15, 2019
by
jourdain
Hide whitespace changes
Inline
Side-by-side
scripts.md
View page @
73ebda63
...
...
@@ -7,8 +7,8 @@ Click on the use case you plan to use in order to see an example of submission f
| Node type | MPI | OpenMP| MPI+OpenMP (Hybrid)|
| :----------- | :------: | :------: | :------: |
| Haswell (24 cores) |
[
MPI
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/hsw24.sh
)
|
[
OpenMP
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/omp/hsw24.sh
)
|
[
Hybrid
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/hsw24.sh
)
|
| Broadwell (28 cores) |
[
MPI
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/bdw28.sh
)
|
[
OpenMP
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/omp/bdw28.sh
)
|
[
Hybrid
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/bdw28.sh
)
|
|
[
Haswell (24 cores)
](
https://ark.intel.com/content/www/fr/fr/ark/products/81713/intel-xeon-processor-e5-2690-v3-30m-cache-2-60-ghz.html
)
|
[
MPI
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/hsw24.sh
)
|
[
OpenMP
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/omp/hsw24.sh
)
|
[
Hybrid
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/hsw24.sh
)
|
|
[
Broadwell (28 cores)
](
https://ark.intel.com/content/www/fr/fr/ark/products/91770/intel-xeon-processor-e5-2690-v4-35m-cache-2-60-ghz.html
)
|
[
MPI
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/bdw28.sh
)
|
[
OpenMP
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/omp/bdw28.sh
)
|
[
Hybrid
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/bdw28.sh
)
|
| Haswell OR Broadwell |
[
MPI #nodes
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/hsw24_or_bdw28_nodes.sh
)
,
[
MPI #tasks
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/hsw24_or_bdw28_ntasks.sh
)
| N/A |
[
Hybrid #nodes
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/hsw24_or_bdw28_nodes.sh
)
,
[
Hybrid #tasks
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/hsw24_or_bdw28_ntasks.sh
)
|
| Haswell XOR Broadwell |
[
MPI #nodes
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/hsw24_xor_bdw28_nodes.sh
)
,
[
MPI #tasks
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/hsw24_xor_bdw28_ntasks.sh
)
|
[
OpenMP
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/omp/hsw24_xor_bdw28.sh
)
|
[
Hybrid #nodes
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/hsw24_xor_bdw28_nodes.sh
)
,
[
Hybrid #tasks
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/hsw24_xor_bdw28_ntasks.sh
)
|
| Haswell AND Broadwell |
[
MPI
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/mpi/hsw24_and_bdw28.sh
)
| N/A |
[
Hybrid
](
https://dci-gitlab.cines.fr/hautreux/hello_world/blob/dev/test_scripts/occigen/hybrid/hsw24_and_bdw28.sh
)
|
...
...
@@ -20,4 +20,4 @@ Click on the use case you plan to use in order to see an example of submission f
| Node type | MPI | OpenMP| MPI+OpenMP (Hybrid)|
| :----------- | :------: | :------: | :------: |
| Knights Landing (68 cores) |
[
MPI
](
https://dci-gitlab.cines.fr/support/hello_world/blob/dev/test_scripts/frioul/mpi/cache.sh
)
|
[
OpenMP
](
https://dci-gitlab.cines.fr/support/hello_world/blob/dev/test_scripts/frioul/omp/cache.sh
)
|
[
Hybrid
](
https://dci-gitlab.cines.fr/support/hello_world/blob/dev/test_scripts/frioul/hybrid/cache.sh
)
|
|
[
Knights Landing (68 cores)
](
https://ark.intel.com/content/www/fr/fr/ark/products/94035/intel-xeon-phi-processor-7250-16gb-1-40-ghz-68-core.html
)
|
[
MPI
](
https://dci-gitlab.cines.fr/support/hello_world/blob/dev/test_scripts/frioul/mpi/cache.sh
)
|
[
OpenMP
](
https://dci-gitlab.cines.fr/support/hello_world/blob/dev/test_scripts/frioul/omp/cache.sh
)
|
[
Hybrid
](
https://dci-gitlab.cines.fr/support/hello_world/blob/dev/test_scripts/frioul/hybrid/cache.sh
)
|