Upgrade OpenMPI to 1.8.5 to resolve issue compiling 32bit on 64bit machine
This commit is contained in:
parent
7b2451f925
commit
1976c0f298
2 changed files with 2 additions and 2 deletions
|
|
@ -368,7 +368,7 @@ case SYSTEMOPENMPI:
|
|||
breaksw
|
||||
|
||||
case OPENMPI:
|
||||
setenv FOAM_MPI openmpi-1.8.4
|
||||
setenv FOAM_MPI openmpi-1.8.5
|
||||
# Optional configuration tweaks:
|
||||
_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config/openmpi.csh`
|
||||
|
||||
|
|
|
|||
|
|
@ -392,7 +392,7 @@ SYSTEMOPENMPI)
|
|||
;;
|
||||
|
||||
OPENMPI)
|
||||
export FOAM_MPI=openmpi-1.8.4
|
||||
export FOAM_MPI=openmpi-1.8.5
|
||||
# Optional configuration tweaks:
|
||||
_foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config/openmpi.sh`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue