From 997aa8f9d54e781efad45f4c521e5012a20cdd89 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 28 Feb 2022 13:35:21 -0500 Subject: [PATCH] documentation: MPI 3.0 minimum --- doc/readme.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/readme.html b/doc/readme.html index 5fcd2396c6..1b0c0580f6 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -336,7 +336,7 @@ MPI: To enable parallel computations beyond a single node using the Message Passing Interface (MPI), pass the -DDEAL_II_WITH_MPI=ON argument to cmake. If cmake found MPI but you specifically do not want to use it, then pass -DDEAL_II_WITH_MPI=OFF. - The minimal supported version is MPI-2.0. + The minimal supported version is MPI-3.0.

-- 2.39.5