Re: [slurm-users] Slurm resource limits on jobs

2019-05-07 Thread Sajesh Singh
Barbara, Thank you for info. Will add to config. -- SS From: slurm-users On Behalf Of Barbara Krašovec Sent: Tuesday, May 7, 2019 8:53 AM To: slurm-users@lists.schedmd.com Subject: Re: [slurm-users] Slurm resource limits on jobs Resources are limited with cgroups in SLURM. Check the

Re: [slurm-users] Slurm resource limits on jobs

2019-05-07 Thread Barbara Krašovec
Resources are limited with cgroups in SLURM. Check the documentation: https://slurm.schedmd.com/cgroups.html You simply specify ProctrackType=proctrack/cgroup or/and TaskPlugin=task/cgroup in slurm.conf and then configure which resources are limited and how much in the cgroup.conf: https://slurm

[slurm-users] Slurm resource limits on jobs

2019-05-06 Thread Sajesh Singh
Good day fellow Slurm users. Coming from a PBSpro system which has the following variables to limit a job to the resources it requested: $enforce mem $enforce cpuaverage $enforce cpuburst If a user exceeded any of the above limits their job would be terminated. Looking through the slurm.conf m