Skip to content

Commit 4d1f1a2

Browse files
committed
wait after each job [skip ci]
1 parent 416b053 commit 4d1f1a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.buildkite/gpu/pipeline.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ steps:
5555
slurm_ntasks: 1
5656
slurm_mem: 32G
5757
slurm_exclusive:
58+
- wait
5859

5960
- label: "GPU AMIP CHAP - strong scaling - 2 GPUs"
6061
key: "gpu_amip_chap_2process"
@@ -70,6 +71,7 @@ steps:
7071
slurm_ntasks: 2
7172
slurm_mem: 32G
7273
slurm_exclusive:
74+
- wait
7375

7476
- label: "GPU AMIP CHAP - strong scaling - 4 GPUs"
7577
key: "gpu_amip_chap_4process"
@@ -85,6 +87,7 @@ steps:
8587
slurm_ntasks: 4
8688
slurm_mem: 32G
8789
slurm_exclusive:
90+
- wait
8891

8992
- group: "CHAP GPU weak scaling"
9093
steps:
@@ -102,6 +105,7 @@ steps:
102105
slurm_ntasks: 1
103106
slurm_mem: 32G
104107
slurm_exclusive:
108+
- wait
105109

106110
- label: "GPU AMIP CHAP - weak scaling - 2 GPUs"
107111
key: "gpu_amip_chap_ws_2process"
@@ -118,6 +122,7 @@ steps:
118122
slurm_mem: 32G
119123
slurm_time: 8:00:00
120124
slurm_exclusive:
125+
- wait
121126

122127
- label: "GPU AMIP CHAP - weak scaling - 4 GPUs"
123128
key: "gpu_amip_chap_ws_4process"
@@ -134,3 +139,4 @@ steps:
134139
slurm_mem: 32G
135140
slurm_time: 8:00:00
136141
slurm_exclusive:
142+
- wait

0 commit comments

Comments
 (0)