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
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
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
Slurm users,
I have created a partition named general should allow the QOSes
'general' and 'debug':
PartitionName=general Default=YES AllowQOS=general,debug Nodes=.
However, when I try to request that QOS, I get an error:
$ salloc -p general -q debug -t 00:30:00
salloc: error: Job submi