From 76a8284120c33b1933815a4f254bf31606cc6d70 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Mon, 8 Apr 2019 10:52:49 +0100 Subject: [PATCH] scotch: Upgraded to latest version Avoids problems compiling with MPI-3.0 See https://bugs.openfoam.org/view.php?id=3216 --- etc/config.sh/scotch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/config.sh/scotch b/etc/config.sh/scotch index 9e8bdda67..8f3fcb1c8 100644 --- a/etc/config.sh/scotch +++ b/etc/config.sh/scotch @@ -2,7 +2,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | Website: https://openfoam.org -# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -37,7 +37,7 @@ # #------------------------------------------------------------------------------ -export SCOTCH_VERSION=scotch_6.0.3 +export SCOTCH_VERSION=scotch_6.0.6 export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$SCOTCH_VERSION #------------------------------------------------------------------------------