Re: [slurm-users] Invalid qos specification

2019-07-15 Thread David Rhey
I ran into this recently. You need to make sure your user account has access to that QoS through sacctmgr. Right now I'd say if you did sacctmgr show user withassoc that the QoS you're attempting to use is NOT listed as part of the association. On Mon, Jul 15, 2019 at 2:53 PM Prentice Bisbal wro

Re: [slurm-users] Invalid qos specification

2019-07-15 Thread Christopher Samuel
On 7/15/19 11:22 AM, Prentice Bisbal wrote: $ salloc -p general -q debugĀ  -t 00:30:00 salloc: error: Job submit/allocate failed: Invalid qos specification what does: scontrol show part general say? Also, does the user you're testing as have access to that QOS? All the best, Chris -- Chri

Re: [slurm-users] Invalid qos specification

2019-07-15 Thread Prentice Bisbal
I should add that I still get this error even when I remove the "AllowQOS" attribute from the partition definition altogether: $ salloc -p general -q debugĀ  -t 00:30:00 salloc: error: Job submit/allocate failed: Invalid qos specification Prentice On 7/15/19 2:22 PM, Prentice Bisbal wrote: Slu