Re: [slurm-users] Alocating a subset cores to each job

2018-06-12 Thread Kilian Cavalotti
Hi Nadav, On Tue, Jun 12, 2018 at 8:18 AM, Nadav Toledo wrote: > How can one send a few jobs running in parallel with different cpus > allocation on the same node? According to https://slurm.schedmd.com/srun.html#OPT_cpu-bind, you may want to use "srun --exclusive": By default, a job step h

[slurm-users] Alocating a subset cores to each job

2018-06-11 Thread Nadav Toledo
Hello everyone, Sorry for might be a trivial question for most of you. I am trying to understand cpu allocation in slurm. The goal is to launch a batch job on one node. while the batch itself will run several jobs in parallel each allocated a subset of the cpus g