@@ -20,13 +20,6 @@ steps:
2020 - julia --project=experiments/ClimaEarth -e 'using Pkg; Pkg.add("MPI"); Pkg.add("CUDA")'
2121 - julia --project=experiments/ClimaEarth -e 'using Pkg; Pkg.precompile()'
2222 - julia --project=experiments/ClimaEarth -e 'using Pkg; Pkg.status()'
23-
24- - echo "--- Instantiate test env"
25- - " julia --project=test/ -e 'using Pkg; Pkg.develop(path=\" .\" )'"
26- - " julia --project=test/ -e 'using Pkg; Pkg.add(\" MPI\" ); Pkg.add(\" CUDA\" )'"
27- - " julia --project=test/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
28- - " julia --project=test/ -e 'using Pkg; Pkg.precompile()'"
29- - " julia --project=test/ -e 'using Pkg; Pkg.status()'"
3023 agents :
3124 slurm_gpus : 1
3225 slurm_cpus_per_task : 8
4033 steps :
4134 - label : " CPU ClimaAtmos without diagnostic EDMF"
4235 key : " climaatmos"
43- command : " srun julia --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos.yml --job_id climaatmos"
36+ command : " srun julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos.yml --job_id climaatmos"
4437 artifact_paths : " experiments/ClimaEarth/output/climaatmos/artifacts/*"
4538 env :
4639 CLIMACOMMS_CONTEXT : " MPI"
5346
5447 - label : " CPU ClimaAtmos with diagnostic EDMF"
5548 key : " climaatmos_diagedmf"
56- command : " srun julia --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos_diagedmf.yml --job_id climaatmos_diagedmf"
49+ command : " srun julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos_diagedmf.yml --job_id climaatmos_diagedmf"
5750 artifact_paths : " experiments/ClimaEarth/output/climaatmos_diagedmf/artifacts/*"
5851 env :
5952 CLIMACOMMS_CONTEXT : " MPI"
9487 steps :
9588 - label : " GPU ClimaAtmos without diagnostic EDMF"
9689 key : " gpu_climaatmos"
97- command : " srun julia --threads=3 --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos.yml --job_id gpu_climaatmos"
90+ command : " srun julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos.yml --job_id gpu_climaatmos"
9891 artifact_paths : " experiments/ClimaEarth/output/gpu_climaatmos/artifacts/*"
9992 env :
10093 CLIMACOMMS_CONTEXT : " MPI"
@@ -107,7 +100,7 @@ steps:
107100
108101 - label : " GPU ClimaAtmos with diagnostic EDMF"
109102 key : " gpu_climaatmos_diagedmf"
110- command : " srun julia --threads=3 --color=yes --project=test/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos_diagedmf.yml --job_id gpu_climaatmos_diagedmf"
103+ command : " srun julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file $BENCHMARK_CONFIG_PATH/climaatmos_diagedmf.yml --job_id gpu_climaatmos_diagedmf"
111104 artifact_paths : " experiments/ClimaEarth/output/gpu_climaatmos_diagedmf/artifacts/*"
112105 env :
113106 CLIMACOMMS_CONTEXT : " MPI"
0 commit comments