From fa095c1fe8a44c007ad52d0e5f944725d6cbe4f6 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Mon, 13 Aug 2018 08:46:10 +0100 Subject: [PATCH] Updated OpenMPI version to 2.1.3 This has been done in order to avoid "'aclocal-1.15' is missing on your system" errors on systems which now ship with autoconf version 1.16. --- etc/config.sh/mpi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.sh/mpi b/etc/config.sh/mpi index 9688cb1dd..743a7f465 100644 --- a/etc/config.sh/mpi +++ b/etc/config.sh/mpi @@ -54,7 +54,7 @@ SYSTEMOPENMPI) ;; OPENMPI) - export FOAM_MPI=openmpi-2.1.1 + export FOAM_MPI=openmpi-2.1.3 # Optional configuration tweaks: _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/openmpi`