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
6beb9834
Commit
6beb9834
authored
10 years ago
by
David Bigagli
Browse files
Options
Downloads
Patches
Plain Diff
Put the SchedulerPrams in alphabetical order.
parent
ea51f870
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/man5/slurm.conf.5
+5
-5
5 additions, 5 deletions
doc/man/man5/slurm.conf.5
with
5 additions
and
5 deletions
doc/man/man5/slurm.conf.5
+
5
−
5
View file @
6beb9834
...
@@ -2172,6 +2172,11 @@ on such hardware, Slurm will consider each NUMA node within the socket as a
...
@@ -2172,6 +2172,11 @@ on such hardware, Slurm will consider each NUMA node within the socket as a
separate socket by default. Use the Ignore_NUMA option to report the correct
separate socket by default. Use the Ignore_NUMA option to report the correct
socket count, but \fBnot\fR optimize resource allocations on the NUMA nodes.
socket count, but \fBnot\fR optimize resource allocations on the NUMA nodes.
.TP
.TP
\fBkill_invalid_depend\fR
If a job has an invalid dependency and it can never run terminate it
and set its state to be JOB_CANCELLED. By default the job stays pending
with reason DependencyNeverSatisfied.
.TP
\fBmax_depend_depth=#\fR
\fBmax_depend_depth=#\fR
Maximum number of jobs to test for a circular job dependency. Stop testing
Maximum number of jobs to test for a circular job dependency. Stop testing
after this number of job dependencies have been tested. The default value is
after this number of job dependencies have been tested. The default value is
...
@@ -2233,11 +2238,6 @@ The logic to support this option is only available in the select/cons_res plugin
...
@@ -2233,11 +2238,6 @@ The logic to support this option is only available in the select/cons_res plugin
How frequently, in seconds, the main scheduling loop will execute and test all
How frequently, in seconds, the main scheduling loop will execute and test all
pending jobs.
pending jobs.
The default value is 60 seconds.
The default value is 60 seconds.
.TP
\fBkill_invalid_depend\fR
If a job has an invalid dependency and it can never run terminate it
and set its state to be JOB_CANCELLED. By default the job stays pending
with reason DependencyNeverSatisfied.
.RE
.RE
.TP
.TP
...
...
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