From 04d22771da3e72e0204204914543fa252ea1f96e Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Thu, 21 Oct 2021 02:21:29 -0400 Subject: [PATCH] doc --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 6198c33..6457485 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,15 @@ To use Scotch and METIS: cmake -B build -Dscotch=true ``` +If 64-bit integers are needed, use: + +```sh +cmake -B build -Dintsize64=true +``` + +Note that intsize64 is only known to work with GCC at this time. +Intel oneMKL with GCC does not work, nor does Intel oneAPI compilers. + ### OpenMP OpenMP can make MUMPS slower in certain situations. Try with and without OpenMP to see which is faster for your situation. Default is OpenMP OFF.