Skip to content
Snippets Groups Projects
Commit 6ef4cd18 authored by Henry's avatar Henry
Browse files

Upgrade OpenMPI to 1.8.5 to resolve issue compiling 32bit on 64bit machine

parent 8a003151
Branches
Tags
No related merge requests found
......@@ -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`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment