diff --git a/doc/man/man1/salloc.1 b/doc/man/man1/salloc.1 index 0c0c94b2880262092dd7e5a5934fe48a0e13ab52..b280a5f3bf65b5f70f6e130a140e684f36cd6725 100644 --- a/doc/man/man1/salloc.1 +++ b/doc/man/man1/salloc.1 @@ -43,11 +43,19 @@ different users. The value may be changed after job submission using the scontrol command. .TP -\fB\-s\fR, \fB\-\-share\fR -The job allocation can share nodes with other running jobs. This may result -the allocation being granted sooner than if the \-\-share option was not set and -allow higher system utilization, but application performance will likely suffer -due to competition for resources within a node. +\fB\-s\fR, \fB\-\-shared\fR +The job allocation can share nodes with other running jobs. (The default +shared/exclusive behaviour depends on system configuration.) +This may result the allocation being granted sooner than if the \-\-shared +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 \fB\-t\fR, \fB\-\-time\fR[=]<\fIminutes\fR> diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1 index 31af3655dddefe7faacc7907f767225f8051e9e5..609eae912f14c8deadd41237a3f5a84bff66b2e9 100644 --- a/doc/man/man1/sbatch.1 +++ b/doc/man/man1/sbatch.1 @@ -52,11 +52,19 @@ different users. The value may be changed after job submission using the scontrol command. .TP -\fB\-s\fR, \fB\-\-share\fR -The job allocation can share nodes with other running jobs. This may result -the allocation being granted sooner than if the \-\-share option was not set and -allow higher system utilization, but application performance will likely suffer -due to competition for resources within a node. +\fB\-s\fR, \fB\-\-shared\fR +The job allocation can share nodes with other running jobs. (The default +shared/exclusive behaviour depends on system configuration.) +This may result the allocation being granted sooner than if the \-\-shared +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 \fB\-t\fR, \fB\-\-time\fR[=]<\fIminutes\fR>