Skip to content

Commit ee6add0

Browse files
Merge pull request #84 from pmartorell/fix_compat
Add compat entry for MPI
2 parents 361f7f9 + 28ea5d1 commit ee6add0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [0.9.2] - 2024-04-26
7+
## [0.9.2] - 2024-05-06
88

99
### Added
1010
- 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).

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ Algoim = "0.2"
2626
Combinatorics = "1"
2727
CxxWrap = "0.14"
2828
FillArrays = "0.10, 0.11, 0.12, 0.13, 1"
29-
GridapDistributed = "0.3, 0.4"
3029
Gridap = "0.17, 0.18"
30+
GridapDistributed = "0.3, 0.4"
3131
LightGraphs = "1.3.3"
32+
MPI = "0.20"
3233
MiniQhull = "0.1.0, 0.2, 0.3, 0.4"
3334
PartitionedArrays = "0.3.4"
3435
julia = "1.3"

test/DistributedTests/mpi/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module MPITests
22

3-
using MPI
43
using Test
4+
using MPI
55

66
#Sysimage
77
sysimage=nothing

0 commit comments

Comments
 (0)