Commit 27d9c5d Lenka Novakova
committed
1 parent ab243e2 commit 27d9c5d Copy full SHA for 27d9c5d
File tree 3 files changed +480
-14
lines changed
3 files changed +480
-14
lines changed Original file line number Diff line number Diff line change @@ -50,22 +50,18 @@ steps:
50
50
51
51
- label : " Clima: GPU ClimaCoupler dry HS"
52
52
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"
67
53
- " julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_dry_held_suarez.jl"
68
54
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/*"
69
65
agents :
70
66
queue : clima
71
67
slurm_mem : 20GB
Original file line number Diff line number Diff line change @@ -387,6 +387,15 @@ steps:
387
387
agents :
388
388
slurm_mem : 20GB
389
389
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
+
390
399
- group : " GPU integration tests"
391
400
steps :
392
401
# GPU RUNS: slabplanet
You can’t perform that action at this time.
0 commit comments