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
b03729f3
Commit
b03729f3
authored
10 years ago
by
David Bigagli
Browse files
Options
Downloads
Patches
Plain Diff
Change the wording of sacctmgr man page and removed trailing
spaces.
parent
fa932564
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/sacctmgr.1
+4
-2
4 additions, 2 deletions
doc/man/man1/sacctmgr.1
src/common/assoc_mgr.c
+1
-1
1 addition, 1 deletion
src/common/assoc_mgr.c
with
5 additions
and
3 deletions
doc/man/man1/sacctmgr.1
+
4
−
2
View file @
b03729f3
...
...
@@ -1079,7 +1079,8 @@ Maximum number of nodes each job is able to use.
.TP
\fIMinCPUs\fP
Minimum number of CPUs each job is allowed to use.
Minimum number of CPUs each job running under this QOS must request.
Otherwise the job will pend until modified.
.TP
\fIMaxNodesPerUser\fP
...
...
@@ -1264,7 +1265,8 @@ To clear a previously set value use the modify command with a new value of \-1.
.TP
\fIMinCPUs\fP
Minimum number of CPUs each job is allowed to use.
Minimum number of CPUs each job running under this QOS must request.
Otherwise the job will pend until modified.
To clear a previously set value use the modify command with a new
value of \-1.
...
...
This diff is collapsed.
Click to expand it.
src/common/assoc_mgr.c
+
1
−
1
View file @
b03729f3
...
...
@@ -3428,7 +3428,7 @@ extern int assoc_mgr_update_qos(slurmdb_update_object_t *update)
rec
->
max_wall_pj
=
object
->
max_wall_pj
;
}
if
(
object
->
min_cpus_pj
!=
NO_VAL
)
if
(
object
->
min_cpus_pj
!=
NO_VAL
)
rec
->
min_cpus_pj
=
object
->
min_cpus_pj
;
if
(
object
->
preempt_bitstr
)
{
...
...
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