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

Document job partition string reordering

See bug 757
parent b36f83cf
No related branches found
No related tags found
No related merge requests found
...@@ -1066,7 +1066,10 @@ Request a specific partition for the resource allocation. If not specified, ...@@ -1066,7 +1066,10 @@ Request a specific partition for the resource allocation. If not specified,
the default behavior is to allow the slurm controller to select the default the default behavior is to allow the slurm controller to select the default
partition as designated by the system administrator. If the job can use more partition as designated by the system administrator. If the job can use more
than one partition, specify their names in a comma separate list and the one than one partition, specify their names in a comma separate list and the one
offering earliest initiation will be used. offering earliest initiation will be used with no regard given to the partition
name ordering (although higher priority partitions will be considered first).
When the job is initiated, the name of the partition used will be placed first
in the job record partition string.
.TP .TP
\fB\-Q\fR, \fB\-\-quiet\fR \fB\-Q\fR, \fB\-\-quiet\fR
......
...@@ -1124,7 +1124,10 @@ Request a specific partition for the resource allocation. If not specified, ...@@ -1124,7 +1124,10 @@ Request a specific partition for the resource allocation. If not specified,
the default behavior is to allow the slurm controller to select the default the default behavior is to allow the slurm controller to select the default
partition as designated by the system administrator. If the job can use more partition as designated by the system administrator. If the job can use more
than one partition, specify their names in a comma separate list and the one than one partition, specify their names in a comma separate list and the one
offering earliest initiation will be used. offering earliest initiation will be used with no regard given to the partition
name ordering (although higher priority partitions will be considered first).
When the job is initiated, the name of the partition used will be placed first
in the job record partition string.
.TP .TP
\fB\-\-priority\fR=<value> \fB\-\-priority\fR=<value>
......
...@@ -1225,7 +1225,10 @@ Request a specific partition for the resource allocation. If not specified, ...@@ -1225,7 +1225,10 @@ Request a specific partition for the resource allocation. If not specified,
the default behavior is to allow the slurm controller to select the default the default behavior is to allow the slurm controller to select the default
partition as designated by the system administrator. If the job can use more partition as designated by the system administrator. If the job can use more
than one partition, specify their names in a comma separate list and the one than one partition, specify their names in a comma separate list and the one
offering earliest initiation will be used. offering earliest initiation will be used with no regard given to the partition
name ordering (although higher priority partitions will be considered first).
When the job is initiated, the name of the partition used will be placed first
in the job record partition string.
.TP .TP
\fB\-\-priority\fR=<value> \fB\-\-priority\fR=<value>
......
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