Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
revs2

Co-authored-by: Gabriele Bozzola <[email protected]>
  • Loading branch information
LenkaNovak and Sbozzolo authored Apr 19, 2024
1 parent 471d0e5 commit 470611d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -284,15 +284,16 @@ steps:
key: "gpu_amip_target_topo_diagedmf"
command:
- echo "--- Run simulation"
- "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf.yml"
- " srun --cpu-bind=threads --cpus-per-task=4 julia --threads=3 --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf.yml"
artifact_paths: "experiments/AMIP/output/amip/gpu_amip_target_topo_diagedmf_artifacts/*"
timeout_in_minutes: 1440
env:
CLIMACOMMS_CONTEXT: "MPI"
agents:
queue: clima
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 4
slurm_gpus: 4
slurm_mem: 20GB
modules: common
soft_fail: true
Expand Down

0 comments on commit 470611d

Please sign in to comment.