mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: update openmpi-1.10 minor
This commit is contained in:
@ -53,7 +53,7 @@ case SYSTEMOPENMPI:
|
||||
breaksw
|
||||
|
||||
case OPENMPI:
|
||||
setenv FOAM_MPI openmpi-1.10.4
|
||||
setenv FOAM_MPI openmpi-1.10.7
|
||||
_foamEtc -config openmpi # <- Adjustments (optional)
|
||||
|
||||
# Respect MPI_ARCH_PATH if set to a valid directory (ie, from user adjustments)
|
||||
|
||||
@ -59,7 +59,7 @@ SYSTEMOPENMPI)
|
||||
;;
|
||||
|
||||
OPENMPI)
|
||||
export FOAM_MPI=openmpi-1.10.4
|
||||
export FOAM_MPI=openmpi-1.10.7
|
||||
_foamEtc -config openmpi # <- Adjustments (optional)
|
||||
|
||||
# Respect MPI_ARCH_PATH if set to a valid directory (ie, from user adjustments)
|
||||
|
||||
@ -40,7 +40,7 @@ no_cgal()
|
||||
}
|
||||
|
||||
|
||||
# Reset variables
|
||||
# Report
|
||||
echo_cgal()
|
||||
{
|
||||
echo "cgal=${HAVE_CGAL:-false}"
|
||||
|
||||
@ -40,7 +40,7 @@ no_hypre()
|
||||
}
|
||||
|
||||
|
||||
# Reset variables
|
||||
# Report
|
||||
echo_hypre()
|
||||
{
|
||||
echo "hypre=${HAVE_HYPRE:-false}"
|
||||
|
||||
Reference in New Issue
Block a user