Hi, This is a feature request for future versions. We would find it useful to be able to see the accounts for the jobs when using sprio. We heavily use accounts as the primary fairshare element, and being able to quickly see accounts of the jobs in sprio would be helpful. Thanks.
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