File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
templates/configs/compute Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 1
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 16
8- mem_gb : 80
8+ mem_gb : 80 # values are binary GiB as expected by Slurm
99work_root : /scratch/ssd004/scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 4
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 16
8- mem_gb : 320
8+ mem_gb : 320 # values are binary GiB as expected by Slurm
99work_root : /scratch/ssd004/scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 1
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 8
8- mem_gb : 40
8+ mem_gb : 40 # values are binary GiB as expected by Slurm
99work_root : /scratch/ssd004/scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 2
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 8
8- mem_gb : 80
8+ mem_gb : 80 # values are binary GiB as expected by Slurm
99work_root : /scratch/ssd004/scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 4
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 8
8- mem_gb : 160
8+ mem_gb : 160 # values are binary GiB as expected by Slurm
99work_root : /scratch/ssd004/scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change 33gpus_per_node : 0
44gres : null
55cpus_per_task : 2
6- mem_gb : 8
6+ mem_gb : 8 # values are binary GiB as expected by Slurm
77work_root : /scratch/ssd004/scratch/${oc.env:USER}
88timeout_min : 60
99slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 1
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 6
8- mem_gb : 240
8+ mem_gb : 240 # values are binary GiB as expected by Slurm
99work_root : /scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 2
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 6
8- mem_gb : 480
8+ mem_gb : 480 # values are binary GiB as expected by Slurm
99work_root : /scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 4
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 6
8- mem_gb : 960
8+ mem_gb : 960 # values are binary GiB as expected by Slurm
99work_root : /scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gpus_per_node: 8
55gres : gpu:${.gpu_type}:${.gpus_per_node}
66tasks_per_node : ${.gpus_per_node}
77cpus_per_task : 6
8- mem_gb : 1920
8+ mem_gb : 1920 # values are binary GiB as expected by Slurm
99work_root : /scratch/${oc.env:USER}
1010timeout_min : 60
1111slurm :
You can’t perform that action at this time.
0 commit comments