Skip to content
Snippets Groups Projects
Commit ad7055ce authored by Morris Jette's avatar Morris Jette
Browse files

Merge branch 'slurm-14.11'

parents 0975d397 2053cbb3
No related branches found
No related tags found
No related merge requests found
...@@ -339,6 +339,7 @@ documents those changes that are of interest to users and administrators. ...@@ -339,6 +339,7 @@ documents those changes that are of interest to users and administrators.
-- Backfill scheduler now considers OverTimeLimit and KillWait configuration -- Backfill scheduler now considers OverTimeLimit and KillWait configuration
parameters to estimate when running jobs will exit. parameters to estimate when running jobs will exit.
-- Correct task layout with CR_Pack_Node option and more than 1 CPU per task. -- Correct task layout with CR_Pack_Node option and more than 1 CPU per task.
-- Fix the scontrol man page describing the release argument.
* Changes in Slurm 14.11.7 * Changes in Slurm 14.11.7
========================== ==========================
......
...@@ -191,7 +191,7 @@ This is the default behavior. ...@@ -191,7 +191,7 @@ This is the default behavior.
\fBhold\fP \fIjob_list\fP \fBhold\fP \fIjob_list\fP
Prevent a pending job from beginning started (sets it's priority to 0). Prevent a pending job from beginning started (sets it's priority to 0).
Use the \fIrelease\fP command to permit the job to be scheduled. Use the \fIrelease\fP command to permit the job to be scheduled.
The job_list argument is a comma separated list of job IDs or job names. The job_list argument is a comma separated list of job IDs.
Note that when a job is held by a system administrator using the \fBhold\fP Note that when a job is held by a system administrator using the \fBhold\fP
command, only a system administrator may release the job for execution (also command, only a system administrator may release the job for execution (also
see the \fBuhold\fP command). When the job is held by its owner, it may also see the \fBuhold\fP command). When the job is held by its owner, it may also
...@@ -275,7 +275,8 @@ or removed from the cluster. ...@@ -275,7 +275,8 @@ or removed from the cluster.
.TP .TP
\fBrelease\fP \fIjob_list\fP \fBrelease\fP \fIjob_list\fP
Release a previously held job to begin execution. Release a previously held job to begin execution.
The job_list argument is a comma separated list of job IDs or job names. The job_list argument is a comma separated list of job IDs. It is possible to
use the job name, specifying "name=job_name".
Also see \fBhold\fR. Also see \fBhold\fR.
.TP .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