Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Slurm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tud-zih-energy
Slurm
Commits
07d72d32
Commit
07d72d32
authored
18 years ago
by
Christopher J. Morrone
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/man/man1/salloc.1
+13
-5
13 additions, 5 deletions
doc/man/man1/salloc.1
doc/man/man1/sbatch.1
+13
-5
13 additions, 5 deletions
doc/man/man1/sbatch.1
with
26 additions
and
10 deletions
doc/man/man1/salloc.1
+
13
−
5
View file @
07d72d32
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
doc/man/man1/sbatch.1
+
13
−
5
View file @
07d72d32
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment