[slurm-users] Renaming a Reservation

2018-09-24 Thread Kevin Buckley
Is there a way to rename a Reservation ? Looking at the scontrol docs, it would seem that the UPDATE sub-command keys off of the reservation name, but what if one wanted to rename the reservation itself ? -- Supercomputing Systems Administrator Pawsey Supercomputing Centre

Re: [slurm-users] Defining new Gres types on nodes

2018-09-24 Thread Will Dennis
On Mon, Sep 24, 2018 at 3:53 PM "Eli V" wrote: >I'm not using the :no_consume syntax, simply Gres=name:#,y:z,... >Of course after changes copy gres & slurm.conf to all nodes and scontrol >reconfigure works great for me. We are using ":no_consume" because we don't care how Slurm processes use/shar

Re: [slurm-users] Defining new Gres types on nodes

2018-09-24 Thread Eli V
On Mon, Sep 24, 2018 at 12:27 PM Will Dennis wrote: > > Hi all, > > We want to add in some Gres resource types pertaining to GPUs (amount of GPU > memory and CUDA cores) on some of our nodes. So we added the following params > into the 'gres.conf' on the nodes that have GPUs: > > Name=gpu_mem Co

[slurm-users] Defining new Gres types on nodes

2018-09-24 Thread Will Dennis
Hi all, We want to add in some Gres resource types pertaining to GPUs (amount of GPU memory and CUDA cores) on some of our nodes. So we added the following params into the 'gres.conf' on the nodes that have GPUs: Name=gpu_mem Count=<#>G Name=gpu_cores Count=<#> And in slurm.conf: GresTypes=g