Skip to content
Snippets Groups Projects
Commit 4183a94a authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Update srun man page to be a little clearer about --output's behaviour.

parent e41604c2
No related branches found
No related tags found
No related merge requests found
...@@ -232,6 +232,10 @@ the attached terminal. With \fB\-\-output\fR stdout may be redirected ...@@ -232,6 +232,10 @@ the attached terminal. With \fB\-\-output\fR stdout may be redirected
to a file, to one file per task, or to /dev/null. See section to a file, to one file per task, or to /dev/null. See section
\fBIO Redirection\fR below for the various forms of \fImode\fR. \fBIO Redirection\fR below for the various forms of \fImode\fR.
If the specified file already exists, it will be overwritten. If the specified file already exists, it will be overwritten.
.br
If \fB\-\-error\fR is not also specified on the command line, both
stdout and stderr will directed to the file specified by \fB\-\-output\fR.
.TP .TP
\fB\-i\fR, \fB\-\-input\fR=\fImode\fR \fB\-i\fR, \fB\-\-input\fR=\fImode\fR
Specify how stdin is to redirected. By default, Specify how stdin is to redirected. By default,
...@@ -765,7 +769,7 @@ The location of the SLURM configuration file. ...@@ -765,7 +769,7 @@ The location of the SLURM configuration file.
\fB\-p, --partition\fR=\fIpartition\fR \fB\-p, --partition\fR=\fIpartition\fR
.TP .TP
\fBSLURM_REMOTE_CWD\fR \fBSLURM_REMOTE_CWD\fR
\fB\-D, --chdir=\R=\fIdir\fR \fB\-D, --chdir=\fR=\fIdir\fR
.TP .TP
\fBSLURM_STDERRMODE\fR \fBSLURM_STDERRMODE\fR
\fB\-e, \-\-error\fR=\fImode\fR \fB\-e, \-\-error\fR=\fImode\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