Skip to content

Commit

Permalink
Off-by-one in default slurm_greslist
Browse files Browse the repository at this point in the history
  • Loading branch information
jabl committed Mar 29, 2016
1 parent 9574b58 commit 3372351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ slurm_with_gpu: True
slurm_gpu_nodes: "{{ nodeGpuBase }}"
slurm_grestypes: "gpu"
slurm_greslist:
- "NodeName={{ nodeGpuBase }} Name=gpu Type=teslak80 File=/dev/nvidia[0-8]"
- "NodeName={{ nodeGpuBase }} Name=gpu Type=teslak80 File=/dev/nvidia[0-7]"

##
slurm_first_job_id: "2230000"
Expand Down

0 comments on commit 3372351

Please sign in to comment.