From 62d68fd353eb3d96c2983f07c41a3e5163130b51 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 10 Nov 2004 17:05:07 +0000 Subject: [PATCH] Note default value of srun wait-time. --- doc/man/man1/srun.1 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index 4cf5d961860..129fbc180b2 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -235,11 +235,12 @@ The slurmd debug information is copied onto the stderr of 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. 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. +Specify how long to wait after the first task terminates before terminating +all remaining tasks. A value of 0 indicates an unlimited wait (a warning will +be issued after 60 seconds). The default value is set by the WaitTime +parameter in the slurm configuration file (see \fBslurm.conf(5)\fR). This +option 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 \fB\-q\fR, \fB\-\-quit-on-interrupt\fR Quit immediately on single SIGINT (Ctrl-C). Use of this option -- GitLab