From 5e43a9d363ea94d87142d5710c693517b200f655 Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Tue, 11 Dec 2018 12:36:59 -0500 Subject: [PATCH] faq/mpi-removed: fix --enable-mpi1-compatibility flag typo Signed-off-by: Andrew Janke --- faq/mpi-removed.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/mpi-removed.inc b/faq/mpi-removed.inc index 30f2dfc4c4..5325c1c0e2 100644 --- a/faq/mpi-removed.inc +++ b/faq/mpi-removed.inc @@ -114,7 +114,7 @@ symbols. All that being said, if you are unable to immediately update your application to stop using these removed MPI-1 symbols, you can re-enable them in [mpi.h] by configuring Open MPI with the -[--enable-mpi-compatibility] flag. +[--enable-mpi1-compatibility] flag. *NOTE:* Future releases of Open MPI beyond the v4.0.x series may remove these symbols altogether.";