From 78b5898a7afc8417e5696d239373372a6de57069 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 2 Feb 2019 18:45:12 +0100 Subject: [PATCH] Document the minimal supported MPI version --- doc/news/changes/minor/20190202Arndt | 3 +++ doc/readme.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 doc/news/changes/minor/20190202Arndt 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.

-- 2.39.5