Skip to content

Commit

Permalink
Clamp CLT version
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Feb 5, 2025
1 parent d0cbfc6 commit ed7da1d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .buildkite/cpu_scaling_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
SLURM_KILL_BAD_EXIT: 1
JULIA_NVTX_CALLBACKS: gc
JULIA_MAX_NUM_PRECOMPILE_FILES: 100
JULIA_DEPOT_PATH: "${BUILDKITE_BUILD_PATH}/${BUILDKITE_PIPELINE_SLUG}/depot/default"
CONFIG_PATH: "config/model_configs"
MBW_SCALING_CONFIG_PATH: "config/mbw_scaling_configs"
CPU_TYPE: "icelake"
Expand All @@ -19,8 +18,6 @@ steps:
- label: "init :computer:"
key: "init_cpu_env"
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Instantiate project"
- "julia --project -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project -e 'using Pkg; Pkg.precompile()'"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ClimaComms = "0.6.4"
ClimaCore = "0.14.24"
ClimaDiagnostics = "0.2.4"
ClimaParams = "0.10.17"
ClimaTimeSteppers = "0.8.1"
ClimaTimeSteppers = "=0.8.1"
ClimaUtilities = "0.1.14"
CloudMicrophysics = "0.22.3"
Dates = "1"
Expand Down
1 change: 1 addition & 0 deletions examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ ClimaCorePlots = "0.2"
ClimaCoreSpectra = "0.1"
ClimaCoreTempestRemap = "0.3"
ClimaCoreVTK = "0.7"
ClimaTimeSteppers = "=0.8.1"
ForwardDiff = "0.10"
Glob = "1"
JET = "0.7, 0.8, 0.9"
Expand Down

0 comments on commit ed7da1d

Please sign in to comment.