From 7cd8c029aeed79da3a119b5a625069e133d37e72 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell Date: Fri, 3 May 2024 16:58:43 +0200 Subject: [PATCH 1/4] add compat for MPI --- Project.toml | 4 ++-- test/DistributedTests/mpi/runtests.jl | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 523bf88..0418d7f 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,6 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" MiniQhull = "978d7f02-9e05-4691-894f-ae31a51d76ca" PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" algoimWrapper_jll = "3c43aa7b-5398-51f3-8d75-8f051e6faa4d" [compat] @@ -26,9 +25,10 @@ Algoim = "0.2" Combinatorics = "1" CxxWrap = "0.14" FillArrays = "0.10, 0.11, 0.12, 0.13, 1" -GridapDistributed = "0.3, 0.4" Gridap = "0.17, 0.18" +GridapDistributed = "0.3, 0.4" LightGraphs = "1.3.3" +MPI = "0.20" MiniQhull = "0.1.0, 0.2, 0.3, 0.4" PartitionedArrays = "0.3.4" julia = "1.3" diff --git a/test/DistributedTests/mpi/runtests.jl b/test/DistributedTests/mpi/runtests.jl index 6e1a679..a91684c 100644 --- a/test/DistributedTests/mpi/runtests.jl +++ b/test/DistributedTests/mpi/runtests.jl @@ -1,6 +1,5 @@ module MPITests -using MPI using Test #Sysimage From b1b348bad5ef396a82ca39cbe0141135c5e8e7c9 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell Date: Fri, 3 May 2024 17:26:01 +0200 Subject: [PATCH 2/4] fix test --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 0418d7f..b4f130e 100644 --- a/Project.toml +++ b/Project.toml @@ -17,6 +17,7 @@ MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195" MiniQhull = "978d7f02-9e05-4691-894f-ae31a51d76ca" PartitionedArrays = "5a9dfac6-5c52-46f7-8278-5e2210713be9" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" algoimWrapper_jll = "3c43aa7b-5398-51f3-8d75-8f051e6faa4d" [compat] From d796e0977896ad65c6b42fab534ec7d5463845e0 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell Date: Fri, 3 May 2024 17:28:36 +0200 Subject: [PATCH 3/4] update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 66388bb..44cebe6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.2] - 2024-04-26 +## [0.9.2] - 2024-05-06 ### Added - Distributed extension of the cutters and aggregation. The distributed methods work on top of [GridapDistributed.jl](https://github.com/gridap/GridapDistributed.jl) and [PartitionedArrays.jl](https://github.com/fverdugo/PartitionedArrays.jl). Since PR [#81](https://github.com/gridap/GridapEmbedded.jl/pull/81). From 28ea5d1083e77669cb1f4929be341b8256a560f4 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell Date: Fri, 3 May 2024 20:58:16 +0200 Subject: [PATCH 4/4] fix test --- test/DistributedTests/mpi/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DistributedTests/mpi/runtests.jl b/test/DistributedTests/mpi/runtests.jl index a91684c..4f2c40c 100644 --- a/test/DistributedTests/mpi/runtests.jl +++ b/test/DistributedTests/mpi/runtests.jl @@ -1,6 +1,7 @@ module MPITests using Test +using MPI #Sysimage sysimage=nothing