From 03bd58ee3a609fb8f9744446392f15571cf491f4 Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Mon, 21 Jan 2019 13:40:06 +0100 Subject: [PATCH] CONFIG: update openmpi-1.10 minor --- etc/config.csh/mpi | 2 +- etc/config.sh/mpi | 2 +- wmake/scripts/have_cgal | 2 +- wmake/scripts/have_hypre | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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}"