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
82ce105e
Commit
82ce105e
authored
3 years ago
by
Marcin Stolarek
Committed by
Ben Roberts
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Docs - Add reference to max_array_tasks from MaxArraySize
Remove the misleading statment in MaxArraySize documentation. Bug 11317
parent
32fab826
No related branches found
Branches containing commit
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
+2
-2
2 additions, 2 deletions
doc/man/man5/slurm.conf.5
with
2 additions
and
2 deletions
doc/man/man5/slurm.conf.5
+
2
−
2
View file @
82ce105e
.TH "slurm.conf" "5" "Slurm Configuration File" "
March
2021" "Slurm Configuration File"
.TH "slurm.conf" "5" "Slurm Configuration File" "
April
2021" "Slurm Configuration File"
.SH "NAME"
.SH "NAME"
slurm.conf \- Slurm configuration file
slurm.conf \- Slurm configuration file
...
@@ -1498,13 +1498,13 @@ exist but "/usr/bin/mail" does exist).
...
@@ -1498,13 +1498,13 @@ exist but "/usr/bin/mail" does exist).
.TP
.TP
\fBMaxArraySize\fR
\fBMaxArraySize\fR
The maximum job array size.
The maximum job array task index value will be one less than MaxArraySize
The maximum job array task index value will be one less than MaxArraySize
to allow for an index value of zero.
to allow for an index value of zero.
Configure MaxArraySize to 0 in order to disable job array use.
Configure MaxArraySize to 0 in order to disable job array use.
The value may not exceed 4000001.
The value may not exceed 4000001.
The value of \fBMaxJobCount\fR should be much larger than \fBMaxArraySize\fR.
The value of \fBMaxJobCount\fR should be much larger than \fBMaxArraySize\fR.
The default value is 1001.
The default value is 1001.
See also \fBmax_array_tasks\fR in SchedulerParameters.
.TP
.TP
\fBMaxDBDMsgs\fR
\fBMaxDBDMsgs\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