We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b7819 + 18d5f2a commit 757bf01Copy full SHA for 757bf01
.buildkite/pipeline.yml
@@ -28,12 +28,6 @@ steps:
28
- "julia --project=.buildkite --check-bounds=yes -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status()'"
29
- "julia --project=.buildkite -e 'using CUDA; CUDA.precompile_runtime()'"
30
31
- - echo "--- Instantiate lib/ClimaCoreTempestRemap"
32
- - "julia --project=lib/ClimaCoreTempestRemap -e 'using Pkg; Pkg.develop(path=\".\"); Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status()'"
33
-
34
- - echo "--- Instantiate benchmarks"
35
- - "julia --project=benchmarks/bickleyjet -e 'using Pkg; Pkg.instantiate(;verbose=true); Pkg.precompile(;strict=true); Pkg.status()'"
36
37
agents:
38
slurm_mem: 80G
39
slurm_gpus: 1
0 commit comments