Skip to content

Commit

Permalink
Try ClimaCore ck/fused_single_field_solve
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Apr 4, 2024
1 parent 1f63b3b commit a98a947
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
12 changes: 10 additions & 2 deletions examples/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,10 @@ uuid = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
version = "0.5.8"

[[deps.ClimaCore]]
deps = ["Adapt", "BandedMatrices", "BlockArrays", "CUDA", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "Unrolled"]
git-tree-sha1 = "3c8ba2a248d30aaa7f0e72a3516b142521447377"
deps = ["Adapt", "BandedMatrices", "BlockArrays", "CUDA", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "TuplesOfNTuples", "Unrolled"]
git-tree-sha1 = "4ebee42b3e48b16da56d6bb8f947c52417931c93"
repo-rev = "ck/fused_single_field_solve"
repo-url = "https://github.com/CliMA/ClimaCore.jl.git"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
version = "0.13.3"
weakdeps = ["Krylov"]
Expand Down Expand Up @@ -2493,6 +2495,12 @@ git-tree-sha1 = "41d61b1c545b06279871ef1a4b5fcb2cac2191cd"
uuid = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
version = "1.5.0"

[[deps.TuplesOfNTuples]]
deps = ["Adapt"]
git-tree-sha1 = "f64a5b74ffd061eb744a3fdba71e0fba3c2f4dff"
uuid = "48ce63ed-6f34-4d1b-af9f-4e5ab636a982"
version = "0.2.2"

[[deps.UUIDs]]
deps = ["Random", "SHA"]
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Expand Down
12 changes: 10 additions & 2 deletions perf/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,10 @@ uuid = "3a4d1b5c-c61d-41fd-a00a-5873ba7a1b0d"
version = "0.5.8"

[[deps.ClimaCore]]
deps = ["Adapt", "BandedMatrices", "BlockArrays", "CUDA", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "Unrolled"]
git-tree-sha1 = "3c8ba2a248d30aaa7f0e72a3516b142521447377"
deps = ["Adapt", "BandedMatrices", "BlockArrays", "CUDA", "ClimaComms", "CubedSphere", "DataStructures", "DocStringExtensions", "ForwardDiff", "GaussQuadrature", "GilbertCurves", "HDF5", "InteractiveUtils", "IntervalSets", "KrylovKit", "LinearAlgebra", "PkgVersion", "RecursiveArrayTools", "RootSolvers", "SparseArrays", "Static", "StaticArrays", "Statistics", "TuplesOfNTuples", "Unrolled"]
git-tree-sha1 = "4ebee42b3e48b16da56d6bb8f947c52417931c93"
repo-rev = "ck/fused_single_field_solve"
repo-url = "https://github.com/CliMA/ClimaCore.jl.git"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
version = "0.13.3"
weakdeps = ["Krylov"]
Expand Down Expand Up @@ -2585,6 +2587,12 @@ git-tree-sha1 = "41d61b1c545b06279871ef1a4b5fcb2cac2191cd"
uuid = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
version = "1.5.0"

[[deps.TuplesOfNTuples]]
deps = ["Adapt"]
git-tree-sha1 = "f64a5b74ffd061eb744a3fdba71e0fba3c2f4dff"
uuid = "48ce63ed-6f34-4d1b-af9f-4e5ab636a982"
version = "0.2.2"

[[deps.TypedSyntax]]
deps = ["CodeTracking", "JuliaSyntax"]
git-tree-sha1 = "f3ea2aa283e95df02d6c9bf1e1896af88874579e"
Expand Down

0 comments on commit a98a947

Please sign in to comment.