Skip to content

Commit

Permalink
Bump MUMPS version
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmech committed May 21, 2024
1 parent 5726bec commit 2310d9e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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

0 comments on commit 2310d9e

Please sign in to comment.