Skip to content

Commit

Permalink
Merge pull request #3158 from CliMA/zs/hotfix
Browse files Browse the repository at this point in the history
fix longrun pipeline
  • Loading branch information
szy21 authored Jun 29, 2024
2 parents a40b55c + 393d361 commit 2ed928a
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,20 +263,20 @@ steps:
CLIMACOMMS_DEVICE: "CUDA"
JOB_NAME: "amip_target_diagedmf"

- group: "Experimental long runs"

steps:

# TODO: uncomment when zalesak works
# - label: ":computer: lim ARS zalesak baroclinic wave (ρe_tot) equilmoist high resolution"
# command:
# - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
# artifact_paths: "$$JOB_NAME/output_active/*"
# env:
# CLIMACOMMS_CONTEXT: "MPI"
# agents:
# slurm_ntasks: 32
# slurm_mem_per_cpu: 32GB
# slurm_time: 24:00:00
# env:
# JOB_NAME: "longrun_zalesak_tracer_energy_bw_rhoe_equil_highres"
# - group: "Experimental long runs"

# steps:

# TODO: uncomment when zalesak works
# - label: ":computer: lim ARS zalesak baroclinic wave (ρe_tot) equilmoist high resolution"
# command:
# - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml --job_id $$JOB_NAME
# artifact_paths: "$$JOB_NAME/output_active/*"
# env:
# CLIMACOMMS_CONTEXT: "MPI"
# agents:
# slurm_ntasks: 32
# slurm_mem_per_cpu: 32GB
# slurm_time: 24:00:00
# env:
# JOB_NAME: "longrun_zalesak_tracer_energy_bw_rhoe_equil_highres"

0 comments on commit 2ed928a

Please sign in to comment.