From 812a9a53ed5bf772e8049379a7a63ce6d1ba2e01 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 10 Mar 2017 17:08:16 +0000 Subject: [PATCH] Upgraded to OpenMPI-2.0.2 --- etc/config.csh/mpi | 4 ++-- etc/config.sh/mpi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/config.csh/mpi b/etc/config.csh/mpi index 34280a12c9..7a0bae2d1f 100644 --- a/etc/config.csh/mpi +++ b/etc/config.csh/mpi @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -51,7 +51,7 @@ case SYSTEMOPENMPI: breaksw case OPENMPI: - setenv FOAM_MPI openmpi-1.10.2 + setenv FOAM_MPI openmpi-2.0.2 # Optional configuration tweaks: _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.csh/openmpi` diff --git a/etc/config.sh/mpi b/etc/config.sh/mpi index 8c679f6568..9a5c7775c2 100644 --- a/etc/config.sh/mpi +++ b/etc/config.sh/mpi @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2017 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -54,7 +54,7 @@ SYSTEMOPENMPI) ;; OPENMPI) - export FOAM_MPI=openmpi-1.10.2 + export FOAM_MPI=openmpi-2.0.2 # Optional configuration tweaks: _foamSource `$WM_PROJECT_DIR/bin/foamEtcFile config.sh/openmpi`