From fa095c1fe8a44c007ad52d0e5f944725d6cbe4f6 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Mon, 13 Aug 2018 08:46:10 +0100 Subject: [PATCH 1/2] 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` From 1e3889d08ac7292cd9dc04404e987f9d5cc01dcc Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Mon, 13 Aug 2018 08:51:16 +0100 Subject: [PATCH 2/2] Updated OpenMPI version to 2.1.3 As commit fa095c1f, but csh settings --- etc/config.csh/mpi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.csh/mpi b/etc/config.csh/mpi index 37f4207b8..4632e9b60 100644 --- a/etc/config.csh/mpi +++ b/etc/config.csh/mpi @@ -51,7 +51,7 @@ case SYSTEMOPENMPI: breaksw case OPENMPI: - setenv FOAM_MPI openmpi-2.1.1 + setenv FOAM_MPI openmpi-2.1.3 # Optional configuration tweaks: _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.csh/openmpi`