Path: blob/devel/elmergrid/src/metis-5.1.0/Install.txt
3204 views
1These are some preliminary instructions for the 5.0 release of METIS.231. You need to have a C compiler that supports the C99 standard.4Gcc works just fine, but I have not tested it on many other architectures5(any feedback/patches for different architectures are welcomed)672. You need to have GNU make and CMake 2.8 (http://www.cmake.org/) installed.893. Edit the file include/metis.h and specify the width (32 or 64 bits) of the10elementary data type used in METIS. This is controled by the IDXTYPEWIDTH11constant.1213For now, on a 32 bit architecture you can only specify a width of 32,14whereas for a 64 bit architecture you can specify a width of either1532 or 64 bits.1617184. At the top of Metis' directory execute 'make' and follow the instructions.1920make21225. To build on windows using Visual Studio follow the instructions in the23file BUILD-Windows.txt.24252627