Hello, Currently on our cluster, it looks like a special QOS can be used by any user without any sort of privilege being assigned. For example, we have a QOS named testbump that can be used by every user simply by adding --qos=testbump to their submission line. How can we control which user gets access to a special QOS? Thanks! Kathleen
(Apologies for brevity, on my phone at the moment.) Take a look at the AccountingStorageEnforce option in the slurm.conf man page (online at https://slurm.schedmd.com/slurm.conf.html). AccountingStorageEnforce=safe,qos is our usual recommendation. Moe should be covering that as part of your training session next week. Let me know if you have any further questions. - Tim
Do you have any more questions related to this?
Not right now, this ticket can be closed. Thank you for the help Raffaele
Thanks for the update.