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

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 .
installation_linux_metis.txt · Last modified: 2017/01/16 15:47 by y.audouin