Skip to content
Snippets Groups Projects
Commit f6100d51 authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-15.08' into slurm-16.05

parents a27cd22c d02ca09d
No related branches found
No related tags found
No related merge requests found
......@@ -1887,9 +1887,6 @@ SLURM_NODE_ALIASES=ec0:1.2.3.4:foo,ec1:1.2.3.5:bar
\fBSLURM_NODEID\fR
ID of the nodes allocated.
.TP
\fBSLURMD_NODENAME\fR
Names of all the allocated nodes.
.TP
\fBSLURM_NTASKS\fR (and \fBSLURM_NPROCS\fR for backwards compatibility)
Same as \fB\-n, \-\-ntasks\fR
.TP
......@@ -1954,6 +1951,9 @@ hardware component type.
.TP
\fBSLURM_UMASK\fR
The \fIumask\fR in effect when the job was submitted.
.TP
\fBSLURMD_NODENAME\fR
Name of the node running the job script.
.SH "EXAMPLES"
.LP
......
......@@ -2635,7 +2635,11 @@ A period is used to separate each hardware component type.
.TP
\fBSLURM_UMASK\fR
The \fIumask\fR in effect when the job was submitted.
.TP
\fBSLURMD_NODENAME\fR
Name of the node running the task. In the case of a parallel job executing on
multiple compute nodes, the various tasks will have this environment variable
set to different values on each compute node.
.TP
\fBSRUN_DEBUG\fR
Set to the logging level of the \fBsrun\fR command.
......
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