From 0a01492397dc8dcad003f36c7b63adda0ec5bcf1 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Fri, 9 Dec 2022 17:30:52 +0100 Subject: [PATCH] CONFIG: revert scotch version to 6.1.0 - some regressions (especially with ptscotch) noted with scotch-7.0.1 --- etc/config.sh/scotch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/config.sh/scotch b/etc/config.sh/scotch index 60e24597f30..bb7261a0596 100644 --- a/etc/config.sh/scotch +++ b/etc/config.sh/scotch @@ -30,10 +30,12 @@ # # Can also disable by renaming/removing this file or by creating an empty # file with the same name at a user or site location. +# +# regressions noted in scotch-v7.0.1 #------------------------------------------------------------------------------ # USER EDITABLE PART: Changes made here may be lost with the next upgrade -SCOTCH_VERSION=scotch-v7.0.1 +SCOTCH_VERSION=scotch_6.1.0 export SCOTCH_ARCH_PATH=$WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_COMPILER$WM_PRECISION_OPTION$WM_LABEL_OPTION/$SCOTCH_VERSION # END OF (NORMAL) USER EDITABLE PART -- GitLab