From: Timo Heister Date: Mon, 28 Feb 2022 18:35:21 +0000 (-0500) Subject: documentation: MPI 3.0 minimum X-Git-Tag: v9.4.0-rc1~431^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997aa8f9d54e781efad45f4c521e5012a20cdd89;p=dealii.git documentation: MPI 3.0 minimum --- 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.