Skip to content

Commit

Permalink
wait after each job [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Mar 7, 2024
1 parent 416b053 commit 4d1f1a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ steps:
slurm_ntasks: 1
slurm_mem: 32G
slurm_exclusive:
- wait

- label: "GPU AMIP CHAP - strong scaling - 2 GPUs"
key: "gpu_amip_chap_2process"
Expand All @@ -70,6 +71,7 @@ steps:
slurm_ntasks: 2
slurm_mem: 32G
slurm_exclusive:
- wait

- label: "GPU AMIP CHAP - strong scaling - 4 GPUs"
key: "gpu_amip_chap_4process"
Expand All @@ -85,6 +87,7 @@ steps:
slurm_ntasks: 4
slurm_mem: 32G
slurm_exclusive:
- wait

- group: "CHAP GPU weak scaling"
steps:
Expand All @@ -102,6 +105,7 @@ steps:
slurm_ntasks: 1
slurm_mem: 32G
slurm_exclusive:
- wait

- label: "GPU AMIP CHAP - weak scaling - 2 GPUs"
key: "gpu_amip_chap_ws_2process"
Expand All @@ -118,6 +122,7 @@ steps:
slurm_mem: 32G
slurm_time: 8:00:00
slurm_exclusive:
- wait

- label: "GPU AMIP CHAP - weak scaling - 4 GPUs"
key: "gpu_amip_chap_ws_4process"
Expand All @@ -134,3 +139,4 @@ steps:
slurm_mem: 32G
slurm_time: 8:00:00
slurm_exclusive:
- wait

0 comments on commit 4d1f1a2

Please sign in to comment.