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
8c73ad65
Commit
8c73ad65
authored
21 years ago
by
Moe Jette
Browse files
Options
Downloads
Patches
Plain Diff
Add description of ORed constraints with the '|' separator.
parent
c54736fe
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/man/man1/srun.1
+12
-5
12 additions, 5 deletions
doc/man/man1/srun.1
with
12 additions
and
5 deletions
doc/man/man1/srun.1
+
12
−
5
View file @
8c73ad65
\." $Id$
.\"
.TH SRUN "1" "
June
2003" "srun 0.
1
" "slurm components"
.TH SRUN "1" "
August
2003" "srun 0.
2
" "slurm components"
.SH "NAME"
srun \- run parallel jobs
.SH SYNOPSIS
...
...
@@ -230,10 +230,17 @@ Specify a minimum amount of virtual memory.
Specify a minimum amount of temporary disk space.
.TP
\fB\-C\fR, \fB\-\-constraint\fR=\fIlist\fR
Specify a list of constraints. The \fIlist\fR of constraints is
a comma separated list of features that have been assigned to the
nodes by the slurm administrator. If no nodes have the requested
feature, then the job will be rejected by the slurm job manager.
Specify a list of constraints.
The constraints are features that have been assigned to the nodes by
the slurm administrator.
The \fIlist\fR of constraints may include multiple features separated
by commas, in which case all nodes must have all listed features
(i.e. the features are ANDed together).
Alternately the features may be separated by a vertical bar, '|',
in which case all nodes have must have at least one of the listed
features (i.e. the features are ORed together).
If no nodes have the requested features, then the job will be rejected
by the slurm job manager.
.TP
\fB\-\-contiguous\fR
Demand a contiguous range of nodes. The default is "yes". Specify
...
...
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