OpenMPI: Upgrade to version 1.10.0

This commit is contained in:
Henry Weller
2015-10-25 10:16:56 +00:00
parent f19e3deb40
commit 0d9ae2f3e7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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