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

Document that srun -W 0 indicates an unlimited wait.

parent 30e93a3e
No related branches found
No related tags found
No related merge requests found
\." $Id$
.\"
.TH SRUN "1" "September 2004" "srun 0.4" "slurm components"
.TH SRUN "1" "November 2004" "srun 0.4" "slurm components"
.SH "NAME"
srun \- run parallel jobs
.SH SYNOPSIS
......@@ -236,7 +236,8 @@ the job. By default only errors are displayed.
.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
all remaining tasks. A value of zero indicates an unlimited wait.
The default value is unlimited. This can be useful to
insure that a job is terminated in a timely fashion in the event that one
or more tasks terminate prematurely.
.TP
......
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