Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
costachris committed Nov 10, 2023
1 parent 23c4613 commit a941637
Show file tree
Hide file tree
Showing 8 changed files with 853 additions and 311 deletions.
17 changes: 11 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,23 @@ agents:
steps:

# Clear depot
# - label: "clear depot"
# command:
# - "rm -rf /central/scratch/esm/slurm-buildkite/turbulenceconvection-ci/depot/cpu"
# agents:
# config: init
# queue: central
- label: "clear depot"
command:
- "rm -rf /central/scratch/esm/slurm-buildkite/turbulenceconvection-ci/depot/cpu"
agents:
config: init
queue: central

- wait

- label: "init environment :computer:"
key: "init_cpu_env"
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
372 changes: 285 additions & 87 deletions docs/Manifest.toml

Large diffs are not rendered by default.

329 changes: 235 additions & 94 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 a941637

Please sign in to comment.