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
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.