| Summary: | account as format option in sprio | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Naveed Near-Ansari <naveed> |
| Component: | User Commands | Assignee: | Ben Glines <ben.glines> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | 5 - Enhancement | ||
| Priority: | --- | ||
| Version: | 21.08.8 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| See Also: | https://bugs.schedmd.com/show_bug.cgi?id=14210 | ||
| Site: | Caltech | Slinky Site: | --- |
| Alineos Sites: | --- | Atos/Eviden Sites: | --- |
| Confidential Site: | --- | Coreweave sites: | --- |
| Cray Sites: | --- | DS9 clusters: | --- |
| Google sites: | --- | HPCnow Sites: | --- |
| HPE Sites: | --- | IBM Sites: | --- |
| NOAA SIte: | --- | NoveTech Sites: | --- |
| Nvidia HWinf-CS Sites: | --- | OCF Sites: | --- |
| Recursion Pharma Sites: | --- | SFW Sites: | --- |
| SNIC sites: | --- | Tzag Elita Sites: | --- |
| Linux Distro: | --- | Machine Name: | |
| CLE Version: | Version Fixed: | 23.02 | |
| Target Release: | --- | DevPrio: | --- |
| Emory-Cloud Sites: | --- | ||
|
Description
Naveed Near-Ansari
2022-05-10 19:05:37 MDT
Hi Naveed, We have added an "Account name" type specification to sprio. Example: > $ sbatch -N1 -wn-1 --account="test" --wrap="sleep 100000" > Submitted batch job 120 > $ sbatch -N1 -wn-1 --account="test" --wrap="sleep 100000" > Submitted batch job 121 Use %o for "Account name": > $ sprio -o "%.10i %.10o %.10Y" > JOBID ACCOUNT PRIORITY > 121 test 1 This feature is currently set to be available in 23.02. See commits b33ef80f to 885369a4 on https://github.com/SchedMD/slurm to see these changes. Let me know if you have any further questions. i really appreciate it. is there any estimate on a release date? The estimated release date is sometime around February 2023. We have major releases every 9 months, and just had the last major release in May (22.05). See https://slurm.schedmd.com/quickstart_admin.html#upgrade for how our versioning works. Basically 23.02 == 2023.February |