Downgraded OpenMPI to 3.0.2 to avoid bug in latest version

Resolves bug-report https://bugs.openfoam.org/view.php?id=3071
This commit is contained in:
Henry Weller
2018-09-14 00:02:23 +01:00
parent 9afef77a90
commit af7d7f427b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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