From 38fc6a8c1d392d37de43401b0c05107a6cfe5a40 Mon Sep 17 00:00:00 2001 From: Alejandro Sanchez <alex@schedmd.com> Date: Fri, 3 Jun 2016 10:41:11 -0700 Subject: [PATCH] Update srun man page for -k option. Documentation was obsolete specified this option only applied for job allocation, but not step. Nowadays it applies for both. --- doc/man/man1/srun.1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index bdecb3cbf75..6260dd20411 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -829,8 +829,7 @@ not include a space between them. For example "\-K1" and not "\-K 1". .TP \fB\-k\fR, \fB\-\-no\-kill\fR Do not automatically terminate a job if one of the nodes it has been -allocated fails. This option is only recognized on a job allocation, -not for the submission of individual job steps. +allocated fails. This option applies for both job and step allocation. The job will assume all responsibilities for fault\-tolerance. Tasks launch using this option will not be considered terminated (e.g. \fB\-K\fR, \fB\-\-kill\-on\-bad\-exit\fR and -- GitLab