Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MUMPS version #116

Merged
merged 1 commit into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zscripts/compile-and-install-mumps.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 4 additions & 5 deletions zscripts/makefiles-mumps/Makefile.inc
Original file line number Diff line number Diff line change
@@ -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 =
Expand All @@ -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
Expand All @@ -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
Expand Down
7 changes: 4 additions & 3 deletions zscripts/makefiles-mumps/MakefileMKL.inc
Original file line number Diff line number Diff line change
@@ -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 =
Expand All @@ -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
Expand Down