Skip to content
Snippets Groups Projects
Commit b272d4b1 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Documentation updates.

parent 20ce1e1c
No related branches found
No related tags found
No related merge requests found
......@@ -206,7 +206,7 @@ speedup can be achieved by setting the CommitDelay option in the
<li><b>PurgeJobAfter</b>=12months</li>
<li><b>PurgeResvAfter</b>=2months</li>
<li><b>PurgeStepAfter</b>=2months</li>
<li><b>PurgeSuspendAfer</b>=1month</li>
<li><b>PurgeSuspendAfter</b>=1month</li>
</ul>
<p style="text-align:center;">Last modified 23 December 2014</p>
......
......@@ -726,7 +726,7 @@ the major, minor and micro release numbers in that order (e.g. 2.5.3 is
major=2, minor=5, micro=3).
Changes in the RPCs (remote procedure calls) and state files will only be made
if the major and/or minor release number changes.
Slurm daemons will support RPCs and state files from the two previous minor or
Slurm daemons will support RPCs and state files from the two previous minor
releases (e.g. a version 2.6.x SlurmDBD will support slurmctld daemons and
commands with a version of 2.4.x or 2.5.x).
This means that upgrading at least once each year is strongly recommended.
......
......@@ -1013,7 +1013,7 @@ send it the signal \fIsig_num\fR.
Due to the resolution of event handling by SLURM, the signal may
be sent up to 60 seconds earlier than specified.
\fIsig_num\fR may either be a signal number or name (e.g. "10" or "USR1").
\fIsig_time\fR must have integer value between zero and 65535.
\fIsig_time\fR must have an integer value between 0 and 65535.
By default, no signal is sent before the job's end time.
If a \fIsig_num\fR is specified without any \fIsig_time\fR,
the default time will be 60 seconds.
......
......@@ -1176,7 +1176,7 @@ send it the signal \fIsig_num\fR.
Due to the resolution of event handling by SLURM, the signal may
be sent up to 60 seconds earlier than specified.
\fIsig_num\fR may either be a signal number or name (e.g. "10" or "USR1").
\fIsig_time\fR must have integer value between zero and 65535.
\fIsig_time\fR must have an integer value between 0 and 65535.
By default, no signal is sent before the job's end time.
If a \fIsig_num\fR is specified without any \fIsig_time\fR,
the default time will be 60 seconds.
......
......@@ -1463,7 +1463,7 @@ send it the signal \fIsig_num\fR.
Due to the resolution of event handling by SLURM, the signal may
be sent up to 60 seconds earlier than specified.
\fIsig_num\fR may either be a signal number or name (e.g. "10" or "USR1").
\fIsig_time\fR must have integer value between zero and 65535.
\fIsig_time\fR must have an integer value between 0 and 65535.
By default, no signal is sent before the job's end time.
If a \fIsig_num\fR is specified without any \fIsig_time\fR,
the default time will be 60 seconds.
......
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