Skip to content

Commit 2652e42

Browse files
Merge pull request #3709 from CliMA/ck/updeps
Update dependencies
2 parents 6c710df + 1422e2a commit 2652e42

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

.buildkite/Manifest-v1.11.toml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@ weakdeps = ["CUDA", "MPI"]
365365
ClimaCommsMPIExt = "MPI"
366366

367367
[[deps.ClimaCore]]
368-
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "Unrolled"]
369-
git-tree-sha1 = "5ab63b77f54c2a2f79cb43a1fd37e086427a8cf1"
368+
deps = ["Adapt", "BandedMatrices", "BlockArrays", "ClimaComms", "CubedSphere", "DataStructures", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "MultiBroadcastFusion", "NVTX", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "StaticArrays", "Statistics", "UnrolledUtilities"]
369+
git-tree-sha1 = "302ac45b7e534f3067a889f6a7487b5301063c78"
370370
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
371-
version = "0.14.26"
371+
version = "0.14.28"
372372
weakdeps = ["CUDA", "Krylov"]
373373

374374
[deps.ClimaCore.extensions]
@@ -2251,9 +2251,9 @@ version = "0.1.3"
22512251

22522252
[[deps.SnoopCompile]]
22532253
deps = ["AbstractTrees", "FlameGraphs", "InteractiveUtils", "OrderedCollections", "Printf", "Profile", "Serialization", "SnoopCompileCore", "YAML"]
2254-
git-tree-sha1 = "386c27e2a9aab4252b14fb6e0df15550ff538e2a"
2254+
git-tree-sha1 = "6b56dbffdb077585e54e99f16723524327789e90"
22552255
uuid = "aa65fe97-06da-5843-b5b1-d5d13cad87d2"
2256-
version = "3.0.3"
2256+
version = "3.1.0"
22572257

22582258
[deps.SnoopCompile.extensions]
22592259
CthulhuExt = "Cthulhu"
@@ -2573,12 +2573,6 @@ weakdeps = ["ConstructionBase", "InverseFunctions"]
25732573
ConstructionBaseUnitfulExt = "ConstructionBase"
25742574
InverseFunctionsUnitfulExt = "InverseFunctions"
25752575

2576-
[[deps.Unrolled]]
2577-
deps = ["MacroTools"]
2578-
git-tree-sha1 = "6cc9d682755680e0f0be87c56392b7651efc2c7b"
2579-
uuid = "9602ed7d-8fef-5bc8-8597-8f21381861e8"
2580-
version = "0.1.5"
2581-
25822576
[[deps.UnrolledUtilities]]
25832577
git-tree-sha1 = "a9ebeb4308eaacfe49f71594c0fe38c0c655734f"
25842578
uuid = "0fe1646c-419e-43be-ac14-22321958931b"

reproducibility_tests/ref_counter.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
223
1+
224
22

33
# **README**
44
#
@@ -21,6 +21,9 @@
2121

2222
#=
2323
24+
224
25+
- Machine precision differences due to https://github.com/CliMA/ClimaCore.jl/pull/2232
26+
2427
223
2528
- Add some more jobs for reproductibility tests
2629

0 commit comments

Comments
 (0)