Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 21, 2021
1 parent 3345bb5 commit 04d2277
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 04d2277

Please sign in to comment.