Re: [slurm-users] GPUs as resources which SLURM can control

2019-03-20 Thread Nicholas Yue
Thanks Michael. I noticed a couple of questions on the mailing list mentioning GRES lately. I will share that information to our SLURM administrators. Cheers On Thu, 21 Mar 2019 at 12:56, Renfro, Michael wrote: > I think all you’re looking for is Generic Resource (GRES) scheduling, > starting a

Re: [slurm-users] GPUs as resources which SLURM can control

2019-03-20 Thread Renfro, Michael
I think all you’re looking for is Generic Resource (GRES) scheduling, starting at https://slurm.schedmd.com/gres.html — if you’ve already seen that, then more details would be helpful. If it all works correctly, then ‘sbatch --gres=gpu scriptname’ should run up to 4 of those jobs and leave the

[slurm-users] GPUs as resources which SLURM can control

2019-03-20 Thread Nicholas Yue
Hi, I am new to SLURM. I have access to a cluster where one of the node has 4 GPUs We are running version SLURM 17.11.12 Is there some SBATCH token=value pair value I can use to submit jobs (each of which has an application that is only able to utilize 1 GPU) so that if I submit 6 copie