From 2310d9e51b916a139e83f8034d015e138bf64d34 Mon Sep 17 00:00:00 2001 From: Dorival Pedroso Date: Tue, 21 May 2024 14:21:12 +1000 Subject: [PATCH] Bump MUMPS version --- zscripts/compile-and-install-mumps.bash | 2 +- zscripts/makefiles-mumps/Makefile.inc | 9 ++++----- zscripts/makefiles-mumps/MakefileMKL.inc | 7 ++++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/zscripts/compile-and-install-mumps.bash b/zscripts/compile-and-install-mumps.bash index 076e18ad..f036d388 100755 --- a/zscripts/compile-and-install-mumps.bash +++ b/zscripts/compile-and-install-mumps.bash @@ -12,7 +12,7 @@ sudo () { BLAS_LIB=${1:-""} # options -VERSION="5.6.2" +VERSION="5.7.1" PREFIX="/usr/local" INCDIR=$PREFIX/include/mumps LIBDIR=$PREFIX/lib/mumps diff --git a/zscripts/makefiles-mumps/Makefile.inc b/zscripts/makefiles-mumps/Makefile.inc index eb043f66..ccad6e7c 100644 --- a/zscripts/makefiles-mumps/Makefile.inc +++ b/zscripts/makefiles-mumps/Makefile.inc @@ -1,13 +1,13 @@ # -# This file is part of MUMPS 5.6.2, released -# on Wed Oct 11 09:36:25 UTC 2023 +# This file is part of MUMPS 5.7.1, released +# on Thu May 2 10:15:09 UTC 2024 # # must be at the top PLAT = _cpmech # Begin orderings -LSCOTCHDIR = +SCOTCHDIR = ISCOTCH = LSCOTCH = @@ -33,6 +33,7 @@ IORDERINGSC = $(IMETIS) $(IPORD) $(ISCOTCH) LIBEXT_SHARED = .so SONAME = -soname +SHARED_OPT = -shared FPIC_OPT = -fPIC # Adapt/uncomment RPATH_OPT to avoid modifying # LD_LIBRARY_PATH in case of shared libraries @@ -58,8 +59,6 @@ LIBOTHERS = -lpthread CDEFS = -DAdd_ #Begin Optimized options -#OPTF = -O -fopenmp -# Use the line below if your version of gfortran is >= 10 OPTF = -O -fopenmp -fallow-argument-mismatch OPTL = -O -fopenmp OPTC = -O -fopenmp diff --git a/zscripts/makefiles-mumps/MakefileMKL.inc b/zscripts/makefiles-mumps/MakefileMKL.inc index b0b4c0b9..0160e569 100644 --- a/zscripts/makefiles-mumps/MakefileMKL.inc +++ b/zscripts/makefiles-mumps/MakefileMKL.inc @@ -1,13 +1,13 @@ # -# This file is part of MUMPS 5.6.2, released -# on Wed Oct 11 09:36:25 UTC 2023 +# This file is part of MUMPS 5.7.1, released +# on Thu May 2 10:15:09 UTC 2024 # # must be at the top PLAT = _cpmech # Begin orderings -LSCOTCHDIR = +SCOTCHDIR = ISCOTCH = LSCOTCH = @@ -33,6 +33,7 @@ IORDERINGSC = $(IMETIS) $(IPORD) $(ISCOTCH) LIBEXT_SHARED = .so SONAME = -soname +SHARED_OPT = -shared FPIC_OPT = -fPIC # Adapt/uncomment RPATH_OPT to avoid modifying # LD_LIBRARY_PATH in case of shared libraries