]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Clarify UMFPACK instructions in the readme file. 16117/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 10 Oct 2023 16:50:44 +0000 (10:50 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 12 Oct 2023 14:13:33 +0000 (08:13 -0600)
doc/readme.html

index 50bbddeb39c006359b67a9f33bf677a517f1f7e1..2e5c76eb90661a93c9bba58c0fc6351815107403 100644 (file)
             <dd>
                 <p>
                     <a href="https://faculty.cse.tamu.edu/davis/suitesparse.html">UMFPACK</a>, which is part of SuiteSparse, is a sparse direct solver that we often use in prototype codes where the goal is to simply get a linear system solved robustly.
-                    The interface will be enabled by default, either using a version installed on your system of using a version that comes bundled with
+                    The interface will be enabled by default, either using a version installed on your system, or using the version that comes bundled with
                     <acronym>deal.II</acronym>. It can be disabled explicitly by using the
-                    <code>-DDEAL_II_WITH_UMFPACK=OFF</code> argument. To use a self compiled version, pass the argument
+                    <code>-DDEAL_II_WITH_UMFPACK=OFF</code>
+                    argument. It will also be disabled if no version
+                    installed on the system can be found, and if the
+                    version that comes bundled with deal.II cannot be
+                    compiled, for example because no version of LAPACK
+                    can be found. To use a self compiled version, pass the argument
                     <code>-DUMFPACK_DIR=/path/to/umfpack</code> to the
                     <code>cmake</code> command.
                 </p>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.