File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,18 @@ steps:
21
21
rm -rf ${JULIA_DEPOT_PATH}
22
22
fi
23
23
24
+ - echo "--- Check that ClimaCore is developed in Manifest"
25
+ - julia --check-bounds=yes -e 'using TOML; @assert TOML.parsefile(".buildkite/Manifest.toml")["deps"]["ClimaCore"][1]["path"] == ".."'
26
+
24
27
- echo "--- Instantiate buildkite env"
25
- - " julia --project=.buildkite --check-bounds=yes -e 'using Pkg; Pkg.develop(path= \" . \" ); Pkg. instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
28
+ - " julia --project=.buildkite --check-bounds=yes -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status( )'"
26
29
- " julia --project=.buildkite -e 'using CUDA; CUDA.precompile_runtime()'"
27
30
28
31
- echo "--- Instantiate lib/ClimaCoreTempestRemap"
29
- - " julia --project=lib/ClimaCoreTempestRemap -e 'using Pkg; Pkg.develop(path=\" .\" ); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
32
+ - " julia --project=lib/ClimaCoreTempestRemap -e 'using Pkg; Pkg.develop(path=\" .\" ); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status() '"
30
33
31
34
- echo "--- Instantiate benchmarks"
32
- - " julia --project=benchmarks/bickleyjet -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true)'"
35
+ - " julia --project=benchmarks/bickleyjet -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status() '"
33
36
34
37
agents :
35
38
slurm_mem : 80G
You can’t perform that action at this time.
0 commit comments