From f550db1a5f9a6bd348207d29679eed23bf80c785 Mon Sep 17 00:00:00 2001 From: Will Bainbridge Date: Tue, 21 Jan 2020 15:44:57 +0000 Subject: [PATCH] Scotch: Upgrade to 6.0.9 This is to resolve a bug in the ptscotch rebalancing of the LES motorBike mesh when running with the new coupled patch ordering --- 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 5aecafe156..a345a2d00c 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-2020 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------ # License @@ -37,7 +37,7 @@ # #------------------------------------------------------------------------------ -export SCOTCH_VERSION=scotch_6.0.6 +export SCOTCH_VERSION=scotch_6.0.9 export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$SCOTCH_VERSION #------------------------------------------------------------------------------