Skip to content

Commit

Permalink
Merge pull request #859 from CliMA/szy21-patch-2
Browse files Browse the repository at this point in the history
Fix typo in longrun pipeline
  • Loading branch information
szy21 authored Jun 17, 2024
2 parents 3342dc3 + 6d1924f commit 4da408f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ steps:
key: "amip_target_topo_diagedmf_gpu"
command:
- echo "--- Run simulation"
- "srun --cpu-bind=threads --cpus-per-task=4 julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf.yml --job_id amip_target_topo_diagedmf_gpu"
- "srun --cpu-bind=threads --cpus-per-task=4 julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_target_topo_diagedmf_gpu.yml --job_id amip_target_topo_diagedmf_gpu"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_target_topo_diagedmf_gpu_artifacts/*"
timeout_in_minutes: 1440
env:
Expand Down

0 comments on commit 4da408f

Please sign in to comment.