[slurm-users] Re: Slurm Job Sched Priority

2024-11-03 Thread Paul Edmon via slurm-users
Sadly I don't have any deeper insight into the C API for that information. -Paul Edmon- On 11/3/2024 2:14 AM, Bhaskar Chakraborty wrote: Hi Paul, Thanks for the tip. Looking at the code it seems to compare each job’s priority variable through its job_ptr. I did some experiments where I log t

[slurm-users] Re: Slurm Job Sched Priority

2024-11-03 Thread Bhaskar Chakraborty via slurm-users
Hi Paul,Thanks for the tip. Looking at the code it seems to compare each job’s priorityvariable through its job_ptr. I did some experiments where I log the priority variable in job_ptrfor successive jobs submitted from same user. However, I find them equal and so they don’t reflect the first-come

[slurm-users] Re: Slurm Job Sched Priority

2024-10-29 Thread Cutts, Tim via slurm-users
and how we can support you by visiting our Service Catalogue<https://azcollaboration.sharepoint.com/sites/CMU993> | From: Paul Edmon via slurm-users Date: Tuesday, 29 October 2024 at 2:09 PM To: slurm-users@lists.schedmd.com Subject: [slurm-users] Re: Slurm Job Sched Priority If you are look

[slurm-users] Re: Slurm Job Sched Priority

2024-10-29 Thread Paul Edmon via slurm-users
If you are looking to use the C API for this then showq may be a good guide: https://github.com/fasrc/slurm_showq  The -o option orders the pending queue in priority order. If you are looking at native slurm commands, sprio can print out the current priority breakdown of any job and filter by