Re: [slurm-users] errors requesting gpus

2021-10-28 Thread Benjamin Nacar
Found my problem. I had synced the /etc/slurm/* files on all controllers and compute hosts - but not the submit host. Making note of it here in case this helps anyone else. ~~ bnacar On 10/26/21 11:10 AM, Benjamin Nacar wrote: Hi, I'm setting up a slurm cluster where some subset of compute n

[slurm-users] errors requesting gpus

2021-10-26 Thread Benjamin Nacar
Hi, I'm setting up a slurm cluster where some subset of compute nodes will have gpus. My slurm.conf contains, among other lines: [...] GresTypes=gpu [...] Include /etc/slurm/slurm.conf.d/allnodes [...] and the abovementioned /etc/slurm/slurm.conf.d/allnodes file has the line NodeName=gpu1601 C