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