Skip to content
Snippets Groups Projects
Commit 0b3d1694 authored by Ben Roberts's avatar Ben Roberts
Browse files

Docs - Note --ntasks-per-core/socket incompatible with select/linear

Bug 11447
parent a83fdd37
No related branches found
No related tags found
No related merge requests found
.TH salloc "1" "Slurm Commands" "February 2021" "Slurm Commands"
.TH salloc "1" "Slurm Commands" "April 2021" "Slurm Commands"
.SH "NAME"
salloc \- Obtain a Slurm job allocation (a set of nodes), execute a command,
......@@ -1339,9 +1339,8 @@ Request the maximum \fIntasks\fR be invoked on each core.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the core level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's core count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-ntasks\-per\-gpu\fR=<\fIntasks\fR>
......@@ -1386,9 +1385,8 @@ Request the maximum \fIntasks\fR be invoked on each socket.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the socket level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's socket count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-no\-bell\fR
......
......@@ -1458,9 +1458,8 @@ Request the maximum \fIntasks\fR be invoked on each core.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the core level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's core count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-ntasks\-per\-gpu\fR=<\fIntasks\fR>
......@@ -1505,9 +1504,8 @@ Request the maximum \fIntasks\fR be invoked on each socket.
Meant to be used with the \fB\-\-ntasks\fR option.
Related to \fB\-\-ntasks\-per\-node\fR except at the socket level
instead of the node level.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's socket count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-O\fR, \fB\-\-overcommit\fR
......
......@@ -1826,9 +1826,8 @@ Related to \fB\-\-ntasks\-per\-node\fR except at the core level
instead of the node level. Masks will automatically be generated
to bind the tasks to specific cores unless \fB\-\-cpu\-bind=none\fR
is specified.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's core count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-\-ntasks\-per\-gpu\fR=<\fIntasks\fR>
......@@ -1877,9 +1876,8 @@ Related to \fB\-\-ntasks\-per\-node\fR except at the socket level
instead of the node level. Masks will automatically be generated
to bind the tasks to specific sockets unless \fB\-\-cpu\-bind=none\fR
is specified.
NOTE: This option is not supported unless \fISelectType=cons_res\fR is
configured (either directly or indirectly on Cray systems)
along with the node's socket count.
\fBNOTE\fR: This option is not supported when using
\fISelectType=select/linear\fR.
.TP
\fB\-O\fR, \fB\-\-overcommit\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment