Search code examples
slurm

Slurm:Invalid qos specification


slurm created qos and assigned it to the user, but the user cannot use it.

  • sacctmgr add qos test
  • sacctmgr modify qos test set priority=10
  • sacctmgr update qos test set MaxTRES=cpu=640
  • sacctmgr modify user lei_wang set qos+=test

Invalid qos specification


Solution

  • You should use this:

    systemctl restart slurmctld