Skip to content
Snippets Groups Projects
Commit b03729f3 authored by David Bigagli's avatar David Bigagli
Browse files

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
......@@ -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.
......
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment