Bug #1267: Integrate METIS graph partitioning library
[charm.git] / src / libs / ck-libs / metis / GKlib / BUILD.txt
blobcdb9987a9e8c93e1b6ef101a5db55c014963e703
1 Building GKlib requires CMake 2.8. Once you've installed CMake run
3     $ make
5 This will build the GKlib library in build/<arch>/. Options can be tweaked by
6 running make config. For example,
8     $ make config openmp=ON
9     $ make
11 will build GKlib will OpenMP support if it is available.
13 GKlib can be installed with
15     $ make install
17 and uninstalled with
19     $ make uninstall
21 You can choose the installation prefix with make config:
23     $ make config prefix=~/local
25 will cause GKlib to be install in the ~/local tree.