Skip to content
Snippets Groups Projects
Commit 82339ab8 authored by Moe Jette's avatar Moe Jette
Browse files

Expand explanation of %c and %C format options.

parent 57c85cad
No related branches found
No related tags found
No related merge requests found
...@@ -76,13 +76,17 @@ Account associated with the job ...@@ -76,13 +76,17 @@ Account associated with the job
Time at which the job began execution Time at which the job began execution
.TP .TP
\fB%c\fR \fB%c\fR
Minimum number of CPUs (processors) requested by the job Minimum number of CPUs (processors) per node requested by the job.
This reports the value of the \fBsrun --mincpus\fR option with a
default value of zero.
.TP .TP
\fB%C\fR \fB%C\fR
Number of CPUs (processors) allocated to the job or job step Number of CPUs (processors) requested to the job or job step.
This reports the value of the \fBsrun --ntasks\fR option with a
default value of zero.
.TP .TP
\fB%d\fR \fB%d\fR
Minimum size of temporary disk space (in MB) requested by the job Minimum size of temporary disk space (in MB) requested by the job.
.TP .TP
\fB%D\fR \fB%D\fR
Number of nodes allocated to the job or the minimum number of nodes Number of nodes allocated to the job or the minimum number of nodes
...@@ -95,7 +99,7 @@ Time at which the job ended or is expected to end (based upon its time limit) ...@@ -95,7 +99,7 @@ Time at which the job ended or is expected to end (based upon its time limit)
.TP .TP
\fB%E\fR \fB%E\fR
Job dependency. This job will not begin execution until the dependent job Job dependency. This job will not begin execution until the dependent job
completes. A value of zero implies this job has no dependencies. completes. A value of zero implies this job has no dependencies.
.TP .TP
\fB%f\fR \fB%f\fR
Features required by the job Features required by the job
...@@ -136,7 +140,7 @@ nodes that have not yet been returned to service. This may result ...@@ -136,7 +140,7 @@ nodes that have not yet been returned to service. This may result
in the node count being greater than the number of listed nodes. in the node count being greater than the number of listed nodes.
.TP .TP
\fB%o\fR \fB%o\fR
Minimum number of nodes requested by the job Minimum number of nodes requested by the job.
.TP .TP
\fB%O\fR \fB%O\fR
Are contiguous nodes requested by the job Are contiguous nodes requested by the job
...@@ -390,7 +394,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS ...@@ -390,7 +394,7 @@ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU General Public License for more FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details. details.
.SH "SEE ALSO" .SH "SEE ALSO"
\fBscancel\fR(1), \fBscontrol\fR(1), \fBsinfo\fR(1), \fBscancel\fR(1), \fBscontrol\fR(1), \fBsinfo\fR(1), \fBsrun\fR(1),
\fBslurm_load_ctl_conf\fR(3), \fBslurm_load_jobs\fR(3), \fBslurm_load_ctl_conf\fR(3), \fBslurm_load_jobs\fR(3),
\fBslurm_load_node\fR(3), \fBslurm_load_node\fR(3),
\fBslurm_load_partitions\fR(3) \fBslurm_load_partitions\fR(3)
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