Re: [slurm-users] sbatch overallocation

2020-10-12 Thread Diego Zuccato
Il 10/10/20 18:53, Renfro, Michael ha scritto: > * Do you want to ensure that one job requesting 9 tasks (and 1 CPU per > task) can’t overstep its reservation and take resources away from > other jobs on those nodes? Cgroups [1] should be able to confine the > job to its 9 CPUs, and

Re: [slurm-users] sbatch overallocation

2020-10-10 Thread Renfro, Michael
I think the answer depends on why you’re trying to prevent the observed behavior: * Do you want to ensure that one job requesting 9 tasks (and 1 CPU per task) can’t overstep its reservation and take resources away from other jobs on those nodes? Cgroups [1] should be able to confine the jo

Re: [slurm-users] sbatch overallocation

2020-10-10 Thread mercan
Hi; You can submit each pimplefoam as a seperate job. or if you realy submit as a single job, you can use a program to run each of them as much as cpu count such as gnu parallel: https://www.gnu.org/software/parallel/ regards; Ahmet M. 10.10.2020 14:05 tarihinde Max Quast yazdı: Dear sl