Kilian

Revisiting the man page for gres.conf suggest otherwise in the second example. 
Perhaps the range is specific to versions >14.11.

Best,

Jared

-----Original Message-----
From: Kilian Cavalotti [mailto:[email protected]] 
Sent: Wednesday, January 14, 2015 6:34 PM
To: slurm-dev
Subject: [slurm-dev] Re: Single gres.conf file and multiple GPUs


Hi Jared,

On Wed, Jan 14, 2015 at 2:14 PM, Jared David Baker <[email protected]> wrote:
> NodeName=loren[01-60] Name=gpu Type=k20x File=/dev/nvidia[0-3]

I don't think you can aggregate multiple GPUs on a single line (at
least that was the case in 14.03). So you would have to split it up
over 4 lines:

NodeName=loren[01-60] Name=gpu Type=k20x File=/dev/nvidia0
NodeName=loren[01-60] Name=gpu Type=k20x File=/dev/nvidia1
NodeName=loren[01-60] Name=gpu Type=k20x File=/dev/nvidia2
NodeName=loren[01-60] Name=gpu Type=k20x File=/dev/nvidia3

The other parameters (NodeName of CPUs) can be aggregated, but not
File. The rest of the configuration is fine.

Cheers,
-- 
Kilian

Reply via email to