slurm newbie here, converting from pbspro. In pbspro there is the
capability of limiting interactive jobs (i.e srun) to a specific queue
(i.e partition).
I'm wondering if a similar restriction can be applied in slurm?
Thanks!
tuser(s) in the 'users' section, e.g.scontrol create reservation=test nodes= starttime=duration= users=rootThen you need to put the reservation name to your sbatch definition orcommandline for your testjob.Cheers,CarstenAm 29.07.2021 um 11:59 schrieb Peter Schmidt: Hello everyone, I have
Hello everyone, I have a Slurm GPU cluster that I'm administrating and from time to time I need to run test jobs. The issue is that my users allocate all GPUs as soon as they become available, which makes testing for me impossible. I could drain a node and wait until all jobs are finished, but as s