Table of Contents
Installation of metis on Linux
The source code of metis can be found in the TELEMAC-MASCARET sources in <root>/optionals/metis-5.1.0
Otherwise you can download them from here
Installation
In the metis folder type the following commands:
cmake -D CMAKE_INSTALL_PREFIX=<install_path> .
make
make install
make
make install
Replace <install_path> by the path where you want to install metis.
<install_path> should contain:
a folder lib that contains the file libmetis.a
(optional) Dynamic installation
Replace the cmake line by:
cmake -D CMAKE_INSTALL_PREFIX=<install_path> -DSHARED=TRUE .
Add this page to your book
Remove this page from your book
Show, modify book (
Help'