Skip to content

Commit 24aa867

Browse files
Try ClimaCore v0.14.26
1 parent 2ac0016 commit 24aa867

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

.buildkite/Manifest.toml

Lines changed: 9 additions & 12 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 = "c8a6e0fc100a43ffde6652fe9c278ddfa4d87e86"
5+
project_hash = "d318b48eeae6b374937e00112c286341e05b3065"
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", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
289-
git-tree-sha1 = "d6738d8b9f9204d444e340a25baabbc969a62094"
288+
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "Unrolled"]
289+
git-tree-sha1 = "5ab63b77f54c2a2f79cb43a1fd37e086427a8cf1"
290290
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
291-
version = "0.14.27"
291+
version = "0.14.26"
292292
weakdeps = ["CUDA", "Krylov"]
293293

294294
[deps.ClimaCore.extensions]
@@ -2165,14 +2165,11 @@ git-tree-sha1 = "975c354fcd5f7e1ddcc1f1a23e6e091d99e99bc8"
21652165
uuid = "45397f5d-5981-4c77-b2b3-fc36d6e9b728"
21662166
version = "1.6.4"
21672167

2168-
[[deps.UnrolledUtilities]]
2169-
git-tree-sha1 = "a9ebeb4308eaacfe49f71594c0fe38c0c655734f"
2170-
uuid = "0fe1646c-419e-43be-ac14-22321958931b"
2171-
version = "0.1.9"
2172-
weakdeps = ["StaticArrays"]
2173-
2174-
[deps.UnrolledUtilities.extensions]
2175-
UnrolledUtilitiesStaticArraysExt = "StaticArrays"
2168+
[[deps.Unrolled]]
2169+
deps = ["MacroTools"]
2170+
git-tree-sha1 = "6cc9d682755680e0f0be87c56392b7651efc2c7b"
2171+
uuid = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
2172+
version = "0.1.5"
21762173

21772174
[[deps.UnsafeAtomics]]
21782175
git-tree-sha1 = "b13c4edda90890e5b04ba24e20a310fbe6f249ff"

.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.27"
45+
ClimaCore = "=0.14.26"
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.27"
33+
ClimaCore = "0.10, 0.11, 0.12, 0.13, =0.14.26"
3434
DataStructures = "0.18"
3535
DiffEqBase = "6"
3636
Distributions = "0.25"

0 commit comments

Comments
 (0)