From 9c7a2cb76d23755737eceb03e80db289b6631225 Mon Sep 17 00:00:00 2001 From: Albert de Montserrat <58044444+albert-de-montserrat@users.noreply.github.com> Date: Tue, 2 Apr 2024 23:46:09 +0200 Subject: [PATCH] Bump ParallelStencil (#126) * Bump ParallelStencil * bump --- Project.toml | 8 ++++---- test/Project.toml | 4 +++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index 1227b3f7..215b4e08 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/test/Project.toml b/test/Project.toml index dc1656a7..c1444d4f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -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" @@ -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"