Skip to content

Commit

Permalink
Merge pull request #996 from CliMA/js/nightly
Browse files Browse the repository at this point in the history
run 4 nightly AMIPs
  • Loading branch information
juliasloan25 authored Oct 7, 2024
2 parents 9afdcee + 508c14b commit 5824257
Showing 1 changed file with 45 additions and 49 deletions.
94 changes: 45 additions & 49 deletions .buildkite/nightly/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,52 +64,48 @@ steps:
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB
soft_fail: true

# - label: "2 Coarse current AMIP: diagedmf + 0M + bucket land"
# key: "amip2"
# command:
# - echo "--- Run simulation"
# - "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse2"
# artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse2_artifacts/*"
# timeout_in_minutes: 1080
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus_per_task: 1
# slurm_cpus_per_task: 4
# slurm_ntasks: 1
# slurm_mem: 30GB
# soft_fail: true

# - label: "3 Coarse current AMIP: diagedmf + 0M + bucket land"
# key: "amip3"
# command:
# - echo "--- Run simulation"
# - "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse3"
# artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse3_artifacts/*"
# timeout_in_minutes: 1080
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus_per_task: 1
# slurm_cpus_per_task: 4
# slurm_ntasks: 1
# slurm_mem: 30GB
# soft_fail: true

# - label: "4 Coarse current AMIP: diagedmf + 0M + bucket land"
# key: "amip4"
# command:
# - echo "--- Run simulation"
# - "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse4"
# artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse4_artifacts/*"
# timeout_in_minutes: 1080
# env:
# CLIMACOMMS_DEVICE: "CUDA"
# agents:
# slurm_gpus_per_task: 1
# slurm_cpus_per_task: 4
# slurm_ntasks: 1
# slurm_mem: 30GB
# soft_fail: true

- label: "2 Coarse current AMIP: diagedmf + 0M + bucket land"
key: "amip2"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse2"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse2_artifacts/*"
timeout_in_minutes: 1080
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB

- label: "3 Coarse current AMIP: diagedmf + 0M + bucket land"
key: "amip3"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse3"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse3_artifacts/*"
timeout_in_minutes: 1080
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB

- label: "4 Coarse current AMIP: diagedmf + 0M + bucket land"
key: "amip4"
command:
- echo "--- Run simulation"
- "julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $CONFIG_PATH/amip_coarse.yml --job_id amip_coarse4"
artifact_paths: "experiments/ClimaEarth/output/amip/amip_coarse4_artifacts/*"
timeout_in_minutes: 1080
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_gpus_per_task: 1
slurm_cpus_per_task: 4
slurm_ntasks: 1
slurm_mem: 30GB

0 comments on commit 5824257

Please sign in to comment.