Skip to content

Commit

Permalink
Bump ParallelStencil (#126)
Browse files Browse the repository at this point in the history
* Bump ParallelStencil

* bump
  • Loading branch information
albert-de-montserrat authored Apr 2, 2024
1 parent 8342845 commit 9c7a2cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

[compat]
AMDGPU = "0.6, 0.7, 0.8"
Adapt = "3.7.2"
Adapt = "3"
CUDA = "4.4.1, 5"
CellArrays = "0.1, 0.2"
CellArrays = "0.2"
GeoParams = "0.5"
HDF5 = "0.17.1"
ImplicitGlobalGrid = "0.14.0, 0.15.0"
ImplicitGlobalGrid = "0.15.0"
MPI = "0.20"
MuladdMacro = "0.2"
ParallelStencil = "0.9, 0.10, 0.11"
ParallelStencil = "0.12"
Reexport = "1.2.2"
StaticArrays = "1"
Statistics = "1"
Expand Down
4 changes: 3 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
JustPIC = "10dc771f-8528-4cd9-9d3b-b21b2e693339"
ParallelStencil = "94395366-693c-11ea-3b26-d9b7aac5d958"
CellArrays = "d35fcfd7-7af4-4c67-b1aa-d78070614af4"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Expand All @@ -10,7 +11,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
JustPIC = "0.2"
ParallelStencil = "0.9, 0.10, 0.11"
ParallelStencil = "0.11, 0.12"
CellArrays = "0.2"
StaticArrays = "1"
Statistics = "1"
julia = "1.9, 1.10"

0 comments on commit 9c7a2cb

Please sign in to comment.