diff --git a/etc/config.csh/mpi b/etc/config.csh/mpi index cb7f278d51..b9c3416a22 100644 --- a/etc/config.csh/mpi +++ b/etc/config.csh/mpi @@ -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) diff --git a/etc/config.sh/mpi b/etc/config.sh/mpi index 4f0bd9545a..6077e93020 100644 --- a/etc/config.sh/mpi +++ b/etc/config.sh/mpi @@ -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) diff --git a/wmake/scripts/have_cgal b/wmake/scripts/have_cgal index bb57130796..8233947588 100644 --- a/wmake/scripts/have_cgal +++ b/wmake/scripts/have_cgal @@ -40,7 +40,7 @@ no_cgal() } -# Reset variables +# Report echo_cgal() { echo "cgal=${HAVE_CGAL:-false}" diff --git a/wmake/scripts/have_hypre b/wmake/scripts/have_hypre index b2919c9587..98c6971628 100644 --- a/wmake/scripts/have_hypre +++ b/wmake/scripts/have_hypre @@ -40,7 +40,7 @@ no_hypre() } -# Reset variables +# Report echo_hypre() { echo "hypre=${HAVE_HYPRE:-false}"