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
This commit is contained in:
Henry Weller
2018-09-21 09:56:27 +01:00
parent af7d7f427b
commit 26e2dcd5c7
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ case SYSTEMOPENMPI:
breaksw breaksw
case OPENMPI: case OPENMPI:
setenv FOAM_MPI openmpi-3.0.2 setenv FOAM_MPI openmpi-2.1.1
# Optional configuration tweaks: # Optional configuration tweaks:
_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.csh/openmpi` _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.csh/openmpi`

View File

@ -54,7 +54,7 @@ SYSTEMOPENMPI)
;; ;;
OPENMPI) OPENMPI)
export FOAM_MPI=openmpi-3.0.2 export FOAM_MPI=openmpi-2.1.1
# Optional configuration tweaks: # Optional configuration tweaks:
_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/openmpi` _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/openmpi`