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

Define new option -W or --wait, how long to wait after first task exist

before killing job.
parent aee5312d
No related branches found
No related tags found
No related merge requests found
...@@ -151,6 +151,12 @@ with "#!" followed by the fully qualified pathname of a valid shell. ...@@ -151,6 +151,12 @@ with "#!" followed by the fully qualified pathname of a valid shell.
verbose operation. Multiple \fB-v\fR's will further increase the verbosity of verbose operation. Multiple \fB-v\fR's will further increase the verbosity of
.B srun. .B srun.
.TP .TP
\fB\-W\fR, \fB\-\-wait\fR=\fIseconds\fR
Specify how long to wait after the first task terminates before terminating
all remaining tasks. The default value is unlimited. This can be useful to
insure that a a job is terminated in a timely fashion in the event that one
or more tasks terminate prematurely.
.TP
\fB\-d\fR, \fB\-\-debug\fR \fB\-d\fR, \fB\-\-debug\fR
enable debug output. Multiple \fB-d\fR's increase the debug level of enable debug output. Multiple \fB-d\fR's increase the debug level of
.B srun .B srun
......
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