Skip to content
Snippets Groups Projects
Commit 69d5d94b authored by Ben Roberts's avatar Ben Roberts Committed by Tim Wickberg
Browse files

Clarify how SLURM_SUBMIT_DIR is set in salloc/sbatch/srun man pages.

Bug 7092.
parent 13230170
No related branches found
No related tags found
No related merge requests found
.TH salloc "1" "Slurm Commands" "February 2019" "Slurm Commands"
.TH salloc "1" "Slurm Commands" "May 2019" "Slurm Commands"
.SH "NAME"
salloc \- Obtain a Slurm job allocation (a set of nodes), execute a command,
......@@ -1692,7 +1692,8 @@ Same as \fB\-\-mem\fR
Set to count of components in heterogeneous job.
.TP
\fBSLURM_SUBMIT_DIR\fR
The directory from which \fBsalloc\fR was invoked.
The directory from which \fBsalloc\fR was invoked or, if applicable, the
directory specified by the \fB\-D, \-\-chdir\fR option.
.TP
\fBSLURM_SUBMIT_HOST\fR
The hostname of the computer from which \fBsalloc\fR was invoked.
......
.TH sbatch "1" "Slurm Commands" "February 2019" "Slurm Commands"
.TH sbatch "1" "Slurm Commands" "May 2019" "Slurm Commands"
.SH "NAME"
sbatch \- Submit a batch script to Slurm.
......@@ -2043,7 +2043,8 @@ explicitly requeued, this will be sent to the number of times
the job has been restarted.
.TP
\fBSLURM_SUBMIT_DIR\fR
The directory from which \fBsbatch\fR was invoked.
The directory from which \fBsbatch\fR was invoked or, if applicable, the
directory specified by the \fB\-D, \-\-chdir\fR option.
.TP
\fBSLURM_SUBMIT_HOST\fR
The hostname of the computer from which \fBsbatch\fR was invoked.
......
.TH srun "1" "Slurm Commands" "November 2018" "Slurm Commands"
.TH srun "1" "Slurm Commands" "May 2019" "Slurm Commands"
.SH "NAME"
srun \- Run parallel jobs
......@@ -2801,7 +2801,8 @@ Number of processes per node within the step.
The step ID of the current job.
.TP
\fBSLURM_SUBMIT_DIR\fR
The directory from which \fBsrun\fR was invoked.
The directory from which \fBsrun\fR was invoked or, if applicable, the
directory specified by the \fB\-D, \-\-chdir\fR option.
.TP
\fBSLURM_SUBMIT_HOST\fR
The hostname of the computer from which \fBsalloc\fR was invoked.
......
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