Re: [slurm-users] Creating a partition with memory and CPU limits

2019-07-19 Thread mercan
Hi; I think you should set SelectType=select/cons_res and plus one of these: SelectTypeParameters=CR_Memory SelectTypeParameters=CR_Core_Memory SelectTypeParameters=CR_CPU_Memory SelectTypeParameters=CR_Socket_Memory to open Memory allocation tracking according to documentation: https://slur

[slurm-users] Creating a partition with memory and CPU limits

2019-07-19 Thread Calvin Dodge
I'm trying to create a partition with memory and CPU limits, enforced by cgroups. The goal is to limit jobs in the partition to 1/4 the CPUs and memory available on a single node. I've created a QoS with memory limits, and then a partition which specifies that QoS. But when I run jobs in the part