Skip to content
Snippets Groups Projects
Commit d510ead6 authored by David Bigagli's avatar David Bigagli
Browse files

Update the manpage to better describe the io redirection on BGQ system.

parent 0ef764b5
No related branches found
No related tags found
No related merge requests found
...@@ -1548,8 +1548,7 @@ a terminal is not possible. ...@@ -1548,8 +1548,7 @@ a terminal is not possible.
.PP .PP
For BGQ srun only supports stdin to 1 task running on the system. By For BGQ srun only supports stdin to 1 task running on the system. By
default it is taskid 0 but can be changed with the \-i<taskid> as default it is taskid 0 but can be changed with the \-i<taskid> as
described below, or \-\-launcher\-opts="\-\-stdinrank=<taskid>". Outside described below, or \-\-launcher\-opts="\-\-stdinrank=<taskid>".
of the taskid option none of the options below are available for a BGQ system.
.PP .PP
This behavior may be changed with the This behavior may be changed with the
\fB\-\-output\fR, \fB\-\-error\fR, and \fB\-\-input\fR \fB\-\-output\fR, \fB\-\-error\fR, and \fB\-\-input\fR
...@@ -1590,7 +1589,8 @@ unique to a given jobid, stepid, node, or task. In each case, ...@@ -1590,7 +1589,8 @@ unique to a given jobid, stepid, node, or task. In each case,
the appropriate number of files are opened and associated with the appropriate number of files are opened and associated with
the corresponding tasks. Note that any format string containing the corresponding tasks. Note that any format string containing
%t, %n, and/or %N will be written on the node executing the task %t, %n, and/or %N will be written on the node executing the task
rather than the node where \fBsrun\fR executes. rather than the node where \fBsrun\fR executes, these format specifiers
are not supported on a BGQ system.
.RS 10 .RS 10
.TP .TP
%J %J
......
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