Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Dec 2, 2022
1 parent ae95e7a commit 3d64e6a
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 @@ -19,3 +19,12 @@ cmake --build build --parallel
```

which creates `build/libmetis.a`

## integer size, real size

By default, metis.h uses 32-bit integer and real. Each can be independently set to 32 or 64 bits like:

```sh
cmake -Bbuild -Dintsize=64 -Drealsize=64
cmake --build build
```

0 comments on commit 3d64e6a

Please sign in to comment.