- Obtain the MUMPS files from http://mumps-solver.org
- Inside the
/path/to/MUMPS.X.Y.Zdirectory, see theINSTALLfile for instructions.- EXAMPLE: For common Linux systems, this line is enough:
$ cp Make.inc/Makefile.debian.PAR ./Makefile.inc - To avoid modifying the
LD_LIBRARY_PATHupon every use, modify the following lines in./Makefile.incBy uncommenting the# Adapt/uncomment RPATH_OPT to avoid modifying # LD_LIBRARY_PATH in case of shared libraries # RPATH_OPT = -Wl,-rpath,/path/to/MUMPS_x.y.z/lib/RPATH_OPTand inserting the correct/path/to/MUMPS.X.Y.Z# Adapt/uncomment RPATH_OPT to avoid modifying # LD_LIBRARY_PATH in case of shared libraries RPATH_OPT = -Wl,-rpath,/path/to/MUMPS.X.Y.Z/lib/ # <------- HERE - After modifying the
Makefile.inc, make the shared libraries of MUMPS# Clean previous builds (optional) $ make clean # Build $ make allshared - Inside
gismo, turn on this module:$ cmake . -DGISMO_OPTIONAL="gsMUMPS;<other modules>" -DMUMPS_DIR=/path/to/MUMPS_X.Y.Z - Build
gismoas usual$ make gismo
-
Notifications
You must be signed in to change notification settings - Fork 0
License
gismo/gsMUMPS
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published