Good morning, I work with a cluster is homogeneous and I’m currently working with slurm 2.3.2.
I would like to limit the number of CPUs used by jobs in the cluster. To do this I used ‘qos’ and the variable ‘MaxCPUs’. If I set a job to use two CPUs, that is the number of CPUs that it takes. The same happens for jobs with a set MaxMem, so jobs are not limited by CPU nor memory. How I should set it up to work? Am I doing anything bad? Note: The manpage for sacctmgr describes accounting specifications MaxCPUs and GrpCPUs that can be applied to SLURM users and accounts, but states that these limits are not currently enforced. Sincerely,