From 7cd8c029aeed79da3a119b5a625069e133d37e72 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell Date: Fri, 3 May 2024 16:58:43 +0200 Subject: [PATCH] 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