Paraklete Installation

NOTE: These intructions were updated in June 2006. They may not be kept up-to-date.

Paraklete requires George Karypis’ serial graph partitioner, metis.

To build metis:

  • Download the metis code
  • Untar it: tar xzf metis-4.0.tar.gz
  • Build it: make

To build Amesos-Paraklete:

  • Update your configure invocation script, to specify where you put the metis library and include files. Something along the following lines:
    • --enable-amesos-paraklete --with-libs=”/home/username/metis/libmetis.a ” --with-incdirs=”-I/home/username/metis/Lib/”