Skip to content
Snippets Groups Projects
Commit 7bca1210 authored by Killian's avatar Killian Committed by David Bigagli
Browse files

Fix typo in srun/salloc/sbatch man pages for the --no-kill option.

parent 4c0df45d
No related branches found
No related tags found
No related merge requests found
......@@ -538,7 +538,7 @@ example "\-K1" and not "\-K 1".
.TP
\fB\-k\fR, \fB\-\-no\-kill\fR
Do not automatically terminate a job of one of the nodes it has been
Do not automatically terminate a job if one of the nodes it has been
allocated fails. The user will assume the responsibilities for fault\-tolerance
should a node fail. When there is a node failure, any active job steps (usually
MPI jobs) on that node will almost certainly suffer a fatal error, but with
......
......@@ -617,7 +617,7 @@ NOTE: Only valid for user root.
.TP
\fB\-k\fR, \fB\-\-no\-kill\fR
Do not automatically terminate a job of one of the nodes it has been
Do not automatically terminate a job if one of the nodes it has been
allocated fails. The user will assume the responsibilities for fault\-tolerance
should a node fail. When there is a node failure, any active job steps (usually
MPI jobs) on that node will almost certainly suffer a fatal error, but with
......
......@@ -653,7 +653,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 of one of the nodes it has been
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.
The job will assume all responsibilities for fault\-tolerance.
......
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