From: Daniel Arndt Date: Sat, 2 Feb 2019 17:45:12 +0000 (+0100) Subject: Document the minimal supported MPI version X-Git-Tag: v9.1.0-rc1~368^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78b5898a7afc8417e5696d239373372a6de57069;p=dealii.git Document the minimal supported MPI version --- diff --git a/doc/news/changes/minor/20190202Arndt b/doc/news/changes/minor/20190202Arndt new file mode 100644 index 0000000000..a3357d6bf4 --- /dev/null +++ b/doc/news/changes/minor/20190202Arndt @@ -0,0 +1,3 @@ +Documented: The minimal supported MPI version is MPI-2.0. +
+(Daniel Arndt, 2019/02/02) diff --git a/doc/readme.html b/doc/readme.html index 9d7cf59ead..f938801714 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -312,6 +312,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.