Skip to content

Commit

Permalink
Merge pull request #1372 from CliMA/up_deps_112
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
costachris authored Nov 10, 2023
2 parents 23c4613 + b1ff508 commit 5714eea
Show file tree
Hide file tree
Showing 8 changed files with 858 additions and 334 deletions.
7 changes: 6 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ env:
JULIA_VERSION: "1.9.3"
OPENMPI_VERSION: "4.0.4"
CUDA_VERSION: "11.2"
CLIMACOMMS_DEVICE: "CPU"
JULIA_CPU_TARGET: 'broadwell;skylake'
OPENBLAS_NUM_THREADS: 1
CLIMATEMACHINE_SETTINGS_FIX_RNG_SEED: "true"
BUILDKITE_COMMIT: "${BUILDKITE_COMMIT}"
Expand All @@ -16,7 +18,7 @@ agents:

steps:

# Clear depot
# # Clear depot
# - label: "clear depot"
# command:
# - "rm -rf /central/scratch/esm/slurm-buildkite/turbulenceconvection-ci/depot/cpu"
Expand All @@ -29,6 +31,9 @@ steps:
command:
- "echo $$JULIA_DEPOT_PATH"

- echo "--- Configure MPI"
- julia -e 'using Pkg; Pkg.add("MPIPreferences"); using MPIPreferences; use_system_binary()'

- echo "--- Instantiate integration_tests"
- "julia --project=integration_tests -e 'using Pkg; Pkg.instantiate(;verbose=true)'"
- "julia --project=integration_tests -e 'using Pkg; Pkg.precompile()'"
Expand Down
16 changes: 8 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
CLIMAParameters = "0.7"
ClimaCore = "0.10"
ClimaComms = ">= 0.5.6"
CloudMicrophysics = "0.10"
CloudMicrophysics = "0.10, 0.11, 0.12"
Dierckx = "0.5"
Distributions = "0.25"
DocStringExtensions = "0.8, 0.9"
FastGaussQuadrature = "0.4, 0.5"
Flux = "0.12, 0.13"
FastGaussQuadrature = "0.4, 0.5, 1"
Flux = "0.12, 0.13, 0.14"
LambertW = "0.4"
OperatorFlux = "0.1"
SciMLBase = "1"
SciMLBase = "1, 2"
StaticArrays = "1.2"
StatsBase = "0.33"
StochasticDiffEq = "6.41"
SurfaceFluxes = "0.4"
Thermodynamics = "0.9, 0.10"
StatsBase = "0.33, 0.34"
StochasticDiffEq = "6"
SurfaceFluxes = "0.6, 0.7, 0.8"
Thermodynamics = "0.9, 0.10, 0.11"
UnPack = "1.0"
julia = "1.7"

Expand Down
382 changes: 287 additions & 95 deletions docs/Manifest.toml

Large diffs are not rendered by default.

343 changes: 239 additions & 104 deletions integration_tests/Manifest.toml

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions integration_tests/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ AtmosphericProfilesLibrary = "0.1"
CLIMAParameters = "0.7"
ClimaCore = "0.10"
ClimaComms = ">= 0.5.6"
CloudMicrophysics = "0.10"
CloudMicrophysics = "0.10, 0.11, 0.12"
Dierckx = "0.5"
Distributions = "0.25"
DocStringExtensions = "0.8, 0.9"
FastGaussQuadrature = "0.4, 0.5"
Flux = "0.12, 0.13"
FastGaussQuadrature = "0.4, 0.5, 1"
Flux = "0.12, 0.13, 0.14"
ForwardDiff = "0.10"
Glob = "1.3"
JSON = "0.21"
Expand All @@ -72,13 +72,13 @@ PoissonRandom = "0.4"
PrettyTables = "1.2"
RootSolvers = "0.2, 0.3"
SOCRATESSingleColumnForcings = "0.9"
SciMLBase = "1"
SciMLBase = "1, 2"
StaticArrays = "1.2"
StatsBase = "0.33"
StochasticDiffEq = "6.41"
SurfaceFluxes = "0.4"
StatsBase = "0.33, 0.34"
StochasticDiffEq = "6"
SurfaceFluxes = "0.6, 0.7, 0.8"
TerminalLoggers = "0.1"
Thermodynamics = "0.9, 0.10"
Thermodynamics = "0.9, 0.10, 0.11"
UnPack = "1.0"
julia = "1.7"

Expand Down
Loading

0 comments on commit 5714eea

Please sign in to comment.