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
This commit is contained in:
Will Bainbridge
2020-01-21 15:44:57 +00:00
parent 87bce82854
commit f550db1a5f

View File

@ -2,7 +2,7 @@
# ========= | # ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration | Website: https://openfoam.org # \\ / O peration | Website: https://openfoam.org
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation # \\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
# \\/ M anipulation | # \\/ M anipulation |
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# License # 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 export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$SCOTCH_VERSION
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------