From 3c25f1f54a59b6e2c83e40876a3ab40d4d261f47 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 4 Mar 2022 12:35:07 -0500 Subject: [PATCH] system/mpich: Mention conflict with openmpi. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/mpich/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/mpich/README b/system/mpich/README index 12abd1860a..2dd223ac4c 100644 --- a/system/mpich/README +++ b/system/mpich/README @@ -8,3 +8,6 @@ The goals of MPICH are: and proprietary high-end computing systems (Blue Gene, Cray) and (2) to enable cutting-edge research in MPI through an easy-to-extend modular framework for other derived implementations. + +Note: mpich conflicts with openmpi. If you install both on the same +system, unexpected results may occur.