aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/PaStiXSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2017-11-27 22:11:57 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2017-11-27 22:11:57 +0100
commitd0b028e1731e7670c5ace4f79c8d48137dd55483 (patch)
tree0239a9546e75595a295338376240b7e38d8814e0 /Eigen/PaStiXSupport
parent3587e481fb58710272d4aa71d082bf0669f03698 (diff)
clarify Pastix requirements
Diffstat (limited to 'Eigen/PaStiXSupport')
-rw-r--r--Eigen/PaStiXSupport1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/PaStiXSupport b/Eigen/PaStiXSupport
index de3a63b4d..234619acc 100644
--- a/Eigen/PaStiXSupport
+++ b/Eigen/PaStiXSupport
@@ -36,6 +36,7 @@ extern "C" {
* \endcode
*
* In order to use this module, the PaSTiX headers must be accessible from the include paths, and your binary must be linked to the PaSTiX library and its dependencies.
+ * This wrapper resuires PaStiX version 5.x compiled without MPI support.
* The dependencies depend on how PaSTiX has been compiled.
* For a cmake based project, you can use our FindPaSTiX.cmake module to help you in this task.
*