Skip to content

Commit ce18a4b

Browse files
committed
added a comment about memory unit in config.
1 parent 263ae28 commit ce18a4b

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

templates/configs/compute/bon_echo/a100_1x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 1
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 16
8-
mem_gb: 80
8+
mem_gb: 80 # values are binary GiB as expected by Slurm
99
work_root: /scratch/ssd004/scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/bon_echo/a100_4x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 4
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 16
8-
mem_gb: 320
8+
mem_gb: 320 # values are binary GiB as expected by Slurm
99
work_root: /scratch/ssd004/scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/bon_echo/a40_1x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 1
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 8
8-
mem_gb: 40
8+
mem_gb: 40 # values are binary GiB as expected by Slurm
99
work_root: /scratch/ssd004/scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/bon_echo/a40_2x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 2
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 8
8-
mem_gb: 80
8+
mem_gb: 80 # values are binary GiB as expected by Slurm
99
work_root: /scratch/ssd004/scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/bon_echo/a40_4x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 4
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 8
8-
mem_gb: 160
8+
mem_gb: 160 # values are binary GiB as expected by Slurm
99
work_root: /scratch/ssd004/scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/bon_echo/cpu_1x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ nodes: 1
33
gpus_per_node: 0
44
gres: null
55
cpus_per_task: 2
6-
mem_gb: 8
6+
mem_gb: 8 # values are binary GiB as expected by Slurm
77
work_root: /scratch/ssd004/scratch/${oc.env:USER}
88
timeout_min: 60
99
slurm:

templates/configs/compute/killarney/h100_1x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 1
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 6
8-
mem_gb: 240
8+
mem_gb: 240 # values are binary GiB as expected by Slurm
99
work_root: /scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/killarney/h100_2x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 2
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 6
8-
mem_gb: 480
8+
mem_gb: 480 # values are binary GiB as expected by Slurm
99
work_root: /scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/killarney/h100_4x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 4
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 6
8-
mem_gb: 960
8+
mem_gb: 960 # values are binary GiB as expected by Slurm
99
work_root: /scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

templates/configs/compute/killarney/h100_8x.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gpus_per_node: 8
55
gres: gpu:${.gpu_type}:${.gpus_per_node}
66
tasks_per_node: ${.gpus_per_node}
77
cpus_per_task: 6
8-
mem_gb: 1920
8+
mem_gb: 1920 # values are binary GiB as expected by Slurm
99
work_root: /scratch/${oc.env:USER}
1010
timeout_min: 60
1111
slurm:

0 commit comments

Comments
 (0)