Skip to content

Commit a44932f

Browse files
committed
fix atmos standalone paths
1 parent 354db78 commit a44932f

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.buildkite/benchmarks/pipeline.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -40,7 +33,7 @@ steps:
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"
@@ -53,7 +46,7 @@ steps:
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"
@@ -94,7 +87,7 @@ steps:
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"

.buildkite/longruns/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ steps:
136136

137137
- label: "ClimaAtmos standalone target"
138138
command:
139-
- srun julia --project=experiments/ClimaEarth/ test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_allsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_allsky_tvinsol_0M_slabocean
139+
- srun julia --project=experiments/ClimaEarth/ experiments/ClimaEarth/test/component_model_tests/climaatmos_standalone/atmos_driver.jl --config_file test/component_model_tests/climaatmos_standalone/longrun_aquaplanet_allsky_tvinsol_0M_slabocean.yml --job_id longrun_aquaplanet_allsky_tvinsol_0M_slabocean
140140
artifact_paths: "longrun_aquaplanet_allsky_tvinsol_0M_slabocean/*"
141141
env:
142142
BUILD_HISTORY_HANDLE: ""

0 commit comments

Comments
 (0)