Skip to content

Commit 416b053

Browse files
committed
use correct driver [skip ci]
1 parent 9fec265 commit 416b053

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/gpu/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ steps:
7676
command:
7777
- >
7878
srun --cpu-bind=threads --cpus-per-task=4
79-
julia --threads=3 --color=yes --project=experiments/AMIP experiments/AMIP/hybrid/driver.jl
79+
julia --threads=3 --color=yes --project=experiments/AMIP experiments/AMIP/coupler_driver.jl
8080
--config_file $GPU_CONFIG_PATH/gpu_amip_chap_4process.yml
8181
artifact_paths: "gpu_amip_chap_4process/*"
8282
agents:
@@ -124,7 +124,7 @@ steps:
124124
command:
125125
- >
126126
srun --cpu-bind=threads --cpus-per-task=4
127-
julia --threads=3 --color=yes --project=experiments/AMIP experiments/AMIP/hybrid/driver.jl
127+
julia --threads=3 --color=yes --project=experiments/AMIP experiments/AMIP/coupler_driver.jl
128128
--config_file $GPU_CONFIG_PATH/gpu_amip_chap_ws_4process.yml
129129
artifact_paths: "gpu_amip_chap_ws_4process/*"
130130
agents:

0 commit comments

Comments
 (0)