====== Installation of metis on Linux ====== The source code of metis can be found in the TELEMAC-MASCARET sources in ''/optionals/metis-5.1.0''\\ Otherwise you can download them from [[http://glaros.dtc.umn.edu/gkhome/metis/metis/download|here]] ===== Installation ===== In the metis folder type the following commands: cmake -D CMAKE_INSTALL_PREFIX= .\\ make\\ make install Replace '''' by the path where you want to install metis. \\ '''' should contain:\\ a folder ''lib'' that contains the file ''libmetis.a'' \\ ===== (optional) Dynamic installation ===== Replace the cmake line by: cmake -D CMAKE_INSTALL_PREFIX= -DSHARED=TRUE .