I need to limit the number of jobs per user per partition
I am unable to limit the number of jobs per user per partition. I have searched the internet, the forums and the slurm documentation. I created a partition with a QOS having MaxJobsPU=1 and MaxJobsPA=1 Created a user stephen with account=stephen and MaxJobs=1 However if I sbatch a test job (sleep 180) multiple times they all run concurrently. I am at a loss of what else to do. Help would be very appreciated . Thank you -- Stephen Connolly JSI Data Systems Ltd 613-727-9353 stephen@jsidata.ca
Have you set the AccountingStorageEnforce parameter in slurm.conf? I believe that it should be set to at least "limits", but do check "man slurm.conf" to be sure. -- Regards, Bjørn-Helge Mevik, dr. scient, Department for Research Computing, University of Oslo
participants (2)
-
Bjørn-Helge Mevik -
Stephen Connolly