Skip to content

Commit 27d9c5d

Browse files
author
Lenka Novakova
committed
init
pip
1 parent ab243e2 commit 27d9c5d

File tree

3 files changed

+480
-14
lines changed

3 files changed

+480
-14
lines changed

.buildkite/hierarchies/pipeline.yml

+10-14
Original file line numberDiff line numberDiff line change
@@ -50,22 +50,18 @@ steps:
5050

5151
- label: "Clima: GPU ClimaCoupler dry HS"
5252
command:
53-
- "echo $$JULIA_DEPOT_PATH"
54-
55-
- echo "--- Instantiate AMIP env"
56-
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
57-
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
58-
- "julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
59-
60-
- echo "--- Download artifacts"
61-
- "julia --project=artifacts -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
62-
- "julia --project=artifacts -e 'using Pkg; Pkg.precompile()'"
63-
- "julia --project=artifacts -e 'using Pkg; Pkg.status()'"
64-
- "julia --project=artifacts artifacts/download_artifacts.jl"
65-
66-
- echo "--- Run simulation"
6753
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_dry_held_suarez.jl"
6854
artifact_paths: "dry_held_suarez/dry_held_suarez/clima_atmos/*"
55+
agents:
56+
queue: clima
57+
slurm_mem: 20GB
58+
slurm_gpus: 1
59+
modules: common
60+
61+
- label: "Clima: GPU ClimaCoupler moist HS"
62+
command:
63+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_moist_held_suarez.jl"
64+
artifact_paths: "moist_held_suarez/moist_held_suarez/clima_atmos/*"
6965
agents:
7066
queue: clima
7167
slurm_mem: 20GB

.buildkite/pipeline.yml

+9
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,15 @@ steps:
387387
agents:
388388
slurm_mem: 20GB
389389

390+
- label: "Moist Held Suarez"
391+
key: "moist_held_suarez"
392+
command:
393+
- sed 's/t_end = "1000days"/t_end = "1days"/' experiments/ClimaEarth/run_moist_held_suarez.jl > experiments/ClimaEarth/run_moist_held_suarez_modified.jl
394+
- "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_moist_held_suarez_modified.jl"
395+
artifact_paths: "moist_held_suarez/moist_held_suarez/clima_atmos/*"
396+
agents:
397+
slurm_mem: 20GB
398+
390399
- group: "GPU integration tests"
391400
steps:
392401
# GPU RUNS: slabplanet

0 commit comments

Comments
 (0)