Skip to content
Snippets Groups Projects
Commit d6a32f9c authored by Jan Siwiec's avatar Jan Siwiec
Browse files

Update job-submission-and-execution.md description of example, related to #71

parent 46890373
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -162,7 +162,9 @@ $ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=16:host=cn171+1:ncpus=16:host=cn17 ...@@ -162,7 +162,9 @@ $ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=16:host=cn171+1:ncpus=16:host=cn17
$ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=24:host=r24u35n680+1:ncpus=24:host=r24u36n681 -I $ qsub -A OPEN-0-0 -q qprod -l select=1:ncpus=24:host=r24u35n680+1:ncpus=24:host=r24u36n681 -I
``` ```
In this example, we allocate nodes cn171 and cn172, all 16 cores per node, for 24 hours. Consumed resources will be accounted to the Project identified by Project ID OPEN-0-0. The resources will be available interactively. In the first example, we allocate on Anselm nodes cn171 and cn172, all 16 cores per node, for 24 hours. Consumed resources will be accounted to the Project identified by Project ID OPEN-0-0. The resources will be available interactively.
The second example shows similar job placement for Salomon.
### Anselm - Placement by CPU Type ### Anselm - Placement by CPU Type
...@@ -266,8 +268,8 @@ Nodes located in the same dimension group may be allocated using node grouping o ...@@ -266,8 +268,8 @@ Nodes located in the same dimension group may be allocated using node grouping o
| 2D | ehc_2d | 36 | | 2D | ehc_2d | 36 |
| 3D | ehc_3d | 72 | | 3D | ehc_3d | 72 |
| 4D | ehc_4d | 144 | | 4D | ehc_4d | 144 |
| 5D | ehc_5d | 144,288 | | 5D | ehc_5d | 144, 288 |
| 6D | ehc_6d | 432,576 | | 6D | ehc_6d | 432, 576 |
| 7D | ehc_7d | all | | 7D | ehc_7d | all |
In this example, we allocate 16 nodes in the same [hypercube dimension][5] 1 group. In this example, we allocate 16 nodes in the same [hypercube dimension][5] 1 group.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment