Skip to content
Snippets Groups Projects
Commit 07d72d32 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Document the --exclusive option in the sbatch and salloc man pages.

parent 34de5406
No related branches found
No related tags found
No related merge requests found
...@@ -43,11 +43,19 @@ different users. The value may be changed after job submission using the ...@@ -43,11 +43,19 @@ different users. The value may be changed after job submission using the
scontrol command. scontrol command.
.TP .TP
\fB\-s\fR, \fB\-\-share\fR \fB\-s\fR, \fB\-\-shared\fR
The job allocation can share nodes with other running jobs. This may result The job allocation can share nodes with other running jobs. (The default
the allocation being granted sooner than if the \-\-share option was not set and shared/exclusive behaviour depends on system configuration.)
allow higher system utilization, but application performance will likely suffer This may result the allocation being granted sooner than if the \-\-shared
due to competition for resources within a node. option was not set and allow higher system utilization, but application
performance will likely suffer due to competition for resources within a node.
.TP
\fB\-\-exclusive\fR
The job allocation cannot share nodes with other running jobs. This is
the oposite of \-\-shared, whichever option is seen last on the command line
will win. (The default shared/exclusive behaviour depends on system
configuration.)
.TP .TP
\fB\-t\fR, \fB\-\-time\fR[=]<\fIminutes\fR> \fB\-t\fR, \fB\-\-time\fR[=]<\fIminutes\fR>
......
...@@ -52,11 +52,19 @@ different users. The value may be changed after job submission using the ...@@ -52,11 +52,19 @@ different users. The value may be changed after job submission using the
scontrol command. scontrol command.
.TP .TP
\fB\-s\fR, \fB\-\-share\fR \fB\-s\fR, \fB\-\-shared\fR
The job allocation can share nodes with other running jobs. This may result The job allocation can share nodes with other running jobs. (The default
the allocation being granted sooner than if the \-\-share option was not set and shared/exclusive behaviour depends on system configuration.)
allow higher system utilization, but application performance will likely suffer This may result the allocation being granted sooner than if the \-\-shared
due to competition for resources within a node. option was not set and allow higher system utilization, but application
performance will likely suffer due to competition for resources within a node.
.TP
\fB\-\-exclusive\fR
The job allocation cannot share nodes with other running jobs. This is
the oposite of \-\-shared, whichever option is seen last on the command line
will win. (The default shared/exclusive behaviour depends on system
configuration.)
.TP .TP
\fB\-t\fR, \fB\-\-time\fR[=]<\fIminutes\fR> \fB\-t\fR, \fB\-\-time\fR[=]<\fIminutes\fR>
......
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