From 9f32b4fadcb275883091f69042c4a06d8d69f36c Mon Sep 17 00:00:00 2001 From: termi-official Date: Tue, 4 Oct 2022 00:37:09 +0200 Subject: [PATCH] Add new MPI.jl version to compat. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1702dca..4fece4a 100644 --- a/Project.toml +++ b/Project.toml @@ -13,7 +13,7 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1" [compat] CEnum = "0.4" -MPI = "0.19" +MPI = "^0" PartitionedArrays = "0.2" SparseMatricesCSR = "0.6" julia = "1.6"