|
Lines 1359-1364
Multiple options can be requested in a comma separated list, for example:
Link Here
|
| 1359 |
"\-\-gpus=volta:3,kepler:1". |
1359 |
"\-\-gpus=volta:3,kepler:1". |
| 1360 |
See also the \fB\-\-gpus\-per\-node\fR, \fB\-\-gpus\-per\-socket\fR and |
1360 |
See also the \fB\-\-gpus\-per\-node\fR, \fB\-\-gpus\-per\-socket\fR and |
| 1361 |
\fB\-\-gpus\-per\-task\fR options. |
1361 |
\fB\-\-gpus\-per\-task\fR options. |
|
|
1362 |
.br |
| 1363 |
\fBNOTE:\fR The allocation will contain at least one GPU per node. |
| 1362 |
.IP |
1364 |
.IP |
| 1363 |
|
1365 |
|
| 1364 |
.TP |
1366 |
.TP |
|
Lines 2199-2206
variable \fBSLURM_JOB_NUM_NODES\fR (and \fBSLURM_NNODES\fR for backwards compati
Link Here
|
| 2199 |
will be set to the count of nodes actually |
2201 |
will be set to the count of nodes actually |
| 2200 |
allocated to the job. See the \fBENVIRONMENT VARIABLES\fR section |
2202 |
allocated to the job. See the \fBENVIRONMENT VARIABLES\fR section |
| 2201 |
for more information. If \fB\-N\fR is not specified, the default |
2203 |
for more information. If \fB\-N\fR is not specified, the default |
| 2202 |
behavior is to allocate enough nodes to satisfy the requirements of |
2204 |
behavior is to allocate enough nodes to satisfy requested resources as expressed by |
| 2203 |
the \fB\-n\fR and \fB\-c\fR options. |
2205 |
per job specification options \fB\-n\fR, \fB\-c\fR and \fB--gpus\fR. |
| 2204 |
The job will be allocated as many nodes as possible within the range specified |
2206 |
The job will be allocated as many nodes as possible within the range specified |
| 2205 |
and without delaying the initiation of the job. |
2207 |
and without delaying the initiation of the job. |
| 2206 |
If the number of tasks is given and a number of requested nodes is also given, |
2208 |
If the number of tasks is given and a number of requested nodes is also given, |
| 2207 |
- |
|
|