Skip to content

Commit

Permalink
add hint on how to use mumps from debian
Browse files Browse the repository at this point in the history
- many thanks to @fschloesser on helping to figure these out
  • Loading branch information
svigerske committed Nov 14, 2022
1 parent 08453ea commit a666652
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/install.dox
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,10 @@ e.g.,
and you also need to provide the linker flags for MUMPS with the
`--with-mumps-lflags` flag.

A precompiled MUMPS library is sometimes also provided by a distributions package manager.
For example, on a Debian system, one may install package [libmumps-seq-dev](https://packages.debian.org/bullseye/libmumps-seq-dev)
and use the configure flags `--with-mumps-cflags=-I/usr/include/mumps_seq --with-mumps-lflags=-ldmumps_seq`.

\subsection DOWNLOAD_PARDISO Pardiso (Parallel Sparse Direct Linear Solver) from Pardiso Project

If you would like to use %Ipopt with Pardiso from Pardiso Project,
Expand Down

0 comments on commit a666652

Please sign in to comment.