From: Luca Heltai
Date: Mon, 17 Mar 2025 13:39:00 +0000 (+0100)
Subject: Added documentation.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f421fbdabd2c6d5a0936653cc2082e83626e5e;p=dealii.git
Added documentation.
---
diff --git a/doc/external-libs/mumps.html b/doc/external-libs/mumps.html
new file mode 100644
index 0000000000..53753da0d9
--- /dev/null
+++ b/doc/external-libs/mumps.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+ The deal.II Readme on interfacing to MUMPS
+
+
+
+
+
+
+
+
Interfacing deal.II
+ to MUMPS
+
+
+ MUMPS
+ should be readily packaged by most Linux distributions.
+ Don't forget to install a development version of the library.
+ In order for deal.II to use MUMPS,
+ you also need to have BLAS, LAPACK,
+ and SCALAPACK installed. Make sure that the libraries
+ used by MUMPS are the same as the ones used by
+ deal.II.
+
+
+
+
Linking with deal.II
+
+
+ Support for MUMPS will be enabled automatically
+ if a system wide installation of MUMPS
+ can be found. To use a self compiled version, specify
+
+
+ -DMUMPS_DIR=/path/to/mumps
+
on the command line when invoking cmake.
+
+
+
+ You can override the autodetection by manually specifying
+