File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 4444 - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.precompile()'"
4545 - " julia --project=experiments/ClimaEarth/ -e 'using Pkg; Pkg.status()'"
4646
47+ - echo "--- Instantiate calibration env"
48+ - " julia --project=experiments/calibration/ -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.develop(;path=\" .\" )'"
4749 agents :
4850 queue : clima
4951 modules : climacommon/2024_12_16
@@ -315,6 +317,23 @@ steps:
315317 modules : climacommon/2024_12_16
316318 soft_fail : true
317319
320+ - label : " Perfect model calibration test"
321+ key : " amip_pm_calibration"
322+ command :
323+ - " julia --color=yes --project=experiments/calibration/ experiments/calibration/run_calibration.jl"
324+ artifact_paths : " experiments/calibration/output/*"
325+ env :
326+ CLIMACOMMS_DEVICE : " CUDA"
327+ CLIMACOMMS_CONTEXT : " SINGLETON"
328+ agents :
329+ queue : clima
330+ slurm_mem : 96GB
331+ slurm_ntasks : 5
332+ slurm_gpus_per_task : 1
333+ slurm_cpus_per_task : 4
334+ slurm_time : 05:00:00
335+ modules : climacommon/2024_12_16
336+
318337 - wait
319338
320339 - group : " Job analysis and reporting"
You can’t perform that action at this time.
0 commit comments