Skip to content

Commit 2ac0016

Browse files
Trying ClimaCore v0.14.27
1 parent 3a09c6f commit 2ac0016

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

.buildkite/Manifest.toml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.11.4"
44
manifest_format = "2.0"
5-
project_hash = "68fa79deb04d44844cffd2406ca18b083ccff509"
5+
project_hash = "c8a6e0fc100a43ffde6652fe9c278ddfa4d87e86"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "e2478490447631aedba0823d4d7a80b2cc8cdb32"
@@ -285,10 +285,10 @@ weakdeps = ["CUDA", "MPI"]
285285
ClimaCommsMPIExt = "MPI"
286286

287287
[[deps.ClimaCore]]
288-
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LazyBroadcast", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
289-
git-tree-sha1 = "b2d001e8f6b5dd3ae3c1265c73a5a5de42acd80d"
288+
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
289+
git-tree-sha1 = "d6738d8b9f9204d444e340a25baabbc969a62094"
290290
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
291-
version = "0.14.30"
291+
version = "0.14.27"
292292
weakdeps = ["CUDA", "Krylov"]
293293

294294
[deps.ClimaCore.extensions]
@@ -758,9 +758,9 @@ version = "1.3.7"
758758

759759
[[deps.ForwardDiff]]
760760
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "LinearAlgebra", "LogExpFunctions", "NaNMath", "Preferences", "Printf", "Random", "SpecialFunctions"]
761-
git-tree-sha1 = "910febccb28d493032495b7009dce7d7f7aee554"
761+
git-tree-sha1 = "a2df1b776752e3f344e5116c06d75a10436ab853"
762762
uuid = "f6369f11-7733-5829-9624-2563aa707210"
763-
version = "1.0.1"
763+
version = "0.10.38"
764764
weakdeps = ["StaticArrays"]
765765

766766
[deps.ForwardDiff.extensions]
@@ -1168,11 +1168,6 @@ deps = ["Artifacts", "Pkg"]
11681168
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
11691169
version = "1.11.0"
11701170

1171-
[[deps.LazyBroadcast]]
1172-
git-tree-sha1 = "6d2586dfde8b989198181fe21b8b6d0a42787ab8"
1173-
uuid = "9dccce8e-a116-406d-9fcc-a88ed4f510c8"
1174-
version = "1.0.0"
1175-
11761171
[[deps.LeftChildRightSiblingTrees]]
11771172
deps = ["AbstractTrees"]
11781173
git-tree-sha1 = "fb6803dafae4a5d62ea5cab204b1e657d9737e7f"

.buildkite/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ArgParse = "1"
4242
BenchmarkTools = "1"
4343
CUDA = "5"
4444
ClimaComms = "0.6"
45-
ClimaCore = "=0.14.30"
45+
ClimaCore = "=0.14.27"
4646
ClimaCorePlots = "0.2"
4747
ClimaTimeSteppers = "0.7, 0.8"
4848
DataStructures = "0.18"

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Aqua = "0.8"
3030
BenchmarkTools = "1"
3131
CUDA = "3, 4, 5"
3232
ClimaComms = "0.4, 0.5, 0.6"
33-
ClimaCore = "0.10, 0.11, 0.12, 0.13, =0.14.30"
33+
ClimaCore = "0.10, 0.11, 0.12, 0.13, =0.14.27"
3434
DataStructures = "0.18"
3535
DiffEqBase = "6"
3636
Distributions = "0.25"

0 commit comments

Comments
 (0)