@@ -31,14 +31,12 @@ steps:
3131 - " julia --project -e 'using Pkg; Pkg.status()'"
3232
3333 - echo "--- Instantiate ClimaEarth experiments env"
34- - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.develop(path=\" .\" )'"
3534 - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
3635 - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.add(\" MPI\" )'"
3736 - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
3837 - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
3938
4039 - echo "--- Instantiate ClimaCore experiments env"
41- - " julia --project=experiments/ClimaCore/ -e 'using Pkg; Pkg.develop(path=\" .\" )'"
4240 - " julia --project=experiments/ClimaCore/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
4341 - " julia --project=experiments/ClimaCore/ -e 'using Pkg; Pkg.add(\" MPI\" )'"
4442 - " julia --project=experiments/ClimaCore/ -e 'using Pkg; Pkg.precompile()'"
@@ -357,6 +355,7 @@ steps:
357355 agents :
358356 slurm_mem : 20GB
359357 slurm_gpus : 1
358+ soft_fail : true
360359
361360 - label : " GPU CMIP: ClimaAtmos + bucket land + Oceananigans + ClimaSeaIce"
362361 key : " gpu_cmip_oceananigans_climaseaice_bucket"
@@ -367,6 +366,7 @@ steps:
367366 agents :
368367 slurm_mem : 20GB
369368 slurm_gpus : 1
369+ soft_fail : true
370370
371371 - label : " GPU CMIP: ClimaAtmos + integrated land + Oceananigans + PrescribedSeaIce"
372372 key : " gpu_cmip_oceananigans_prescrseaice"
@@ -377,6 +377,7 @@ steps:
377377 agents :
378378 slurm_mem : 20GB
379379 slurm_gpus : 1
380+ soft_fail : true
380381
381382 - label : " GPU CMIP: ClimaAtmos + integrated land + Oceananigans + ClimaSeaIce"
382383 key : " gpu_cmip_oceananigans_climaseaice"
@@ -387,6 +388,7 @@ steps:
387388 agents :
388389 slurm_mem : 20GB
389390 slurm_gpus : 1
391+ soft_fail : true
390392
391393 - group : " Calibration experiments"
392394 steps :
0 commit comments