Upgraded to OpenMPI-2.1.1

This commit is contained in:
Henry Weller
2017-07-07 18:02:39 +01:00
parent 58ebb37b9b
commit 61e9686651
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.0.2
setenv FOAM_MPI openmpi-2.1.1
# 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.0.2
export FOAM_MPI=openmpi-2.1.1
# Optional configuration tweaks:
_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/openmpi`