From 26e2dcd5c75dd61e6bee76308376087f71dd4eb9 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 21 Sep 2018 09:56:27 +0100 Subject: [PATCH] Downgraded OpenMPI to 2.1.1 to avoid bug in the new "vader" shared memory module Resolves bug-report https://bugs.openfoam.org/view.php?id=3071 --- etc/config.csh/mpi | 2 +- etc/config.sh/mpi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config.csh/mpi b/etc/config.csh/mpi index 86dd0fc81..37f4207b8 100644 --- a/etc/config.csh/mpi +++ b/etc/config.csh/mpi @@ -51,7 +51,7 @@ case SYSTEMOPENMPI: breaksw case OPENMPI: - setenv FOAM_MPI openmpi-3.0.2 + setenv FOAM_MPI openmpi-2.1.1 # Optional configuration tweaks: _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.csh/openmpi` diff --git a/etc/config.sh/mpi b/etc/config.sh/mpi index 4d3d7a94e..9688cb1dd 100644 --- a/etc/config.sh/mpi +++ b/etc/config.sh/mpi @@ -54,7 +54,7 @@ SYSTEMOPENMPI) ;; OPENMPI) - export FOAM_MPI=openmpi-3.0.2 + export FOAM_MPI=openmpi-2.1.1 # Optional configuration tweaks: _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/openmpi`