| Summary: | Request for Information: Did per-QOS MaxSubmitJobs parameter get removed or replaced with v.17.11 or later? | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | S Senator <sts> |
| Component: | Accounting | Assignee: | Jason Booth <jbooth> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | CC: | bsantos, fullop, mcoyne |
| Version: | 18.08.3 | ||
| Hardware: | Cray XC | ||
| OS: | Linux | ||
| Site: | LANL | Alineos Sites: | --- |
| Atos/Eviden Sites: | --- | Confidential Site: | --- |
| Coreweave sites: | --- | Cray Sites: | --- |
| DS9 clusters: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Linux Distro: | SUSE |
| Machine Name: | trinity | CLE Version: | UP05 |
| Version Fixed: | Target Release: | --- | |
| DevPrio: | --- | Emory-Cloud Sites: | --- |
|
Description
S Senator
2019-02-26 15:02:36 MST
Should we just use the GrpMaxSubmitJobs? Hi Steve,
MaxSubmitJobs has not gone away however I should point out that it does set MaxSubmitJobsPerUser and MaxSubmitJobsPerUser will set MaxSubmitJobs.
We do not document MaxSubmitJobs as this is not descriptive of the functionality.
This has not changed:
$ sacctmgr update qos normal set maxsubmitjobs=5
Modified qos...
normal
Would you like to commit changes? (You have 30 seconds to decide)
(N/y): y
$ sacctmgr show qos format=maxsubmitjob,maxsubmitjobsperuser
MaxSubmit MaxSubmitPU
--------- -----------
5 5
Also, there is no GrpMaxSubmitJobs however there is GrpSubmitJobs
$ sacctmgr update qos normal set GrpMaxSubmitJobs=5
Unknown option: GrpMaxSubmitJobs=5
Use keyword 'where' to modify condition
$ sacctmgr update qos normal set GrpSubmitJobs=5
Modified qos...
normal
Would you like to commit changes? (You have 30 seconds to decide)
(N/y):
GrpSubmitJobs=<max jobs>
Maximum number of jobs which can be in a pending or running state at any time in aggregate for this association and all associations which are children of this association. To clear a previously set value use the modify command with a new value of -1.
If your goal is to limit this association and all associations which are children then this option will do just that.
-Jason
Great, thank you for the INFOGIVEN. Thank you, -Steve Senator ________________________________________ From: bugs@schedmd.com <bugs@schedmd.com> Sent: Tuesday, February 26, 2019 4:09:07 PM To: Senator, Steven Terry Subject: [Bug 6596] Request for Information: Did per-QOS MaxSubmitJobs parameter get removed or replaced with v.17.11 or later? Comment # 2<https://bugs.schedmd.com/show_bug.cgi?id=6596#c2> on bug 6596<https://bugs.schedmd.com/show_bug.cgi?id=6596> from Jason Booth<mailto:jbooth@schedmd.com> Hi Steve, MaxSubmitJobs has not gone away however I should point out that it does set MaxSubmitJobsPerUser and MaxSubmitJobsPerUser will set MaxSubmitJobs. We do not document MaxSubmitJobs as this is not descriptive of the functionality. This has not changed: $ sacctmgr update qos normal set maxsubmitjobs=5 Modified qos... normal Would you like to commit changes? (You have 30 seconds to decide) (N/y): y $ sacctmgr show qos format=maxsubmitjob,maxsubmitjobsperuser MaxSubmit MaxSubmitPU --------- ----------- 5 5 Also, there is no GrpMaxSubmitJobs however there is GrpSubmitJobs $ sacctmgr update qos normal set GrpMaxSubmitJobs=5 Unknown option: GrpMaxSubmitJobs=5 Use keyword 'where' to modify condition $ sacctmgr update qos normal set GrpSubmitJobs=5 Modified qos... normal Would you like to commit changes? (You have 30 seconds to decide) (N/y): GrpSubmitJobs=<max jobs> Maximum number of jobs which can be in a pending or running state at any time in aggregate for this association and all associations which are children of this association. To clear a previously set value use the modify command with a new value of -1. If your goal is to limit this association and all associations which are children then this option will do just that. -Jason ________________________________ You are receiving this mail because: * You reported the bug. Resolving |