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). diff --git a/Project.toml b/Project.toml index 523bf88..b4f130e 100644 --- a/Project.toml +++ b/Project.toml @@ -26,9 +26,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..4f2c40c 100644 --- a/test/DistributedTests/mpi/runtests.jl +++ b/test/DistributedTests/mpi/runtests.jl @@ -1,7 +1,7 @@ module MPITests -using MPI using Test +using MPI #Sysimage sysimage=nothing