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

Note limiation on srun stdio for osx.

parent 78ed0c58
No related branches found
No related tags found
No related merge requests found
......@@ -279,6 +279,9 @@ Specify how stdin is to redirected. By default,
.B srun
redirects stdin from the terminal all tasks. See \fBIO Redirection\fR
below for more options.
For OS X, the poll() function does not support stdin, so input from
a terminal is not possible.
.TP
\fB\-e\fR, \fB\-\-error\fR=\fImode\fR
Specify how stderr is to be redirected. By default in interactive mode,
......@@ -721,7 +724,10 @@ stdout and stderr of
.B srun
, and stdin will be redirected from the standard input of
.B srun
to all remote tasks. This behavior may be changed with the
to all remote tasks.
For OS X, the poll() function does not support stdin, so input from
a terminal is not possible.
This behavior may be changed with the
\fB\-\-output\fR, \fB\-\-error\fR, and \fB\-\-input\fR
(\fB\-o\fR, \fB\-e\fR, \fB\-i\fR) options. Valid format specifications
for these options are
......
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