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
f35ad166
Commit
f35ad166
authored
12 years ago
by
Morris Jette
Browse files
Options
Downloads
Patches
Plain Diff
Note maximum gres count is 4G
parent
9410e98e
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/man5/gres.conf.5
+3
-1
3 additions, 1 deletion
doc/man/man5/gres.conf.5
doc/man/man5/slurm.conf.5
+2
-1
2 additions, 1 deletion
doc/man/man5/slurm.conf.5
with
5 additions
and
2 deletions
doc/man/man5/gres.conf.5
+
3
−
1
View file @
f35ad166
.TH "gres.conf" "5" "
April
2012" "gres.conf 2.3" "Slurm configuration file"
.TH "gres.conf" "5" "
July
2012" "gres.conf 2.3" "Slurm configuration file"
.SH "NAME"
.SH "NAME"
gres.conf \- Slurm configuration file for generic resource management.
gres.conf \- Slurm configuration file for generic resource management.
...
@@ -28,6 +28,8 @@ Number of resources of this type available on this node.
...
@@ -28,6 +28,8 @@ Number of resources of this type available on this node.
The default value is set to the number of \fBFile\fR values specified (if any),
The default value is set to the number of \fBFile\fR values specified (if any),
otherwise the default value is one. A suffix of "K", "M" or "G" may be used
otherwise the default value is one. A suffix of "K", "M" or "G" may be used
to mulitply the number by 1024, 1048576 or 1073741824 respectively.
to mulitply the number by 1024, 1048576 or 1073741824 respectively.
Note that Count is a 32\-bit field and the maximum value is 4,294,967,295.
.TP
.TP
\fBCPUs\fR
\fBCPUs\fR
...
...
This diff is collapsed.
Click to expand it.
doc/man/man5/slurm.conf.5
+
2
−
1
View file @
f35ad166
...
@@ -2371,7 +2371,8 @@ colon with a numeric value (default value is one)
...
@@ -2371,7 +2371,8 @@ colon with a numeric value (default value is one)
(e.g. "Gres=bandwidth:10000,gpu:2").
(e.g. "Gres=bandwidth:10000,gpu:2").
A suffix of "K", "M" or "G" may be used to mulitply the number by 1024,
A suffix of "K", "M" or "G" may be used to mulitply the number by 1024,
1048576 or 1073741824 respectively (e.g. "Gres=bandwidth:4G,gpu:4")..
1048576 or 1073741824 respectively (e.g. "Gres=bandwidth:4G,gpu:4")..
By default a node has no generic resources.
By default a node has no generic resources and its maximum count is
4,294,967,295.
Also see \fBFeature\fR.
Also see \fBFeature\fR.
.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