Rate This Document
Findability
Accuracy
Completeness
Readability

Installing metis

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Install the dependencies.
    yum install -y cmake
  3. Decompress the installation package.
    tar zxvf v5.1.0.1.tar.gz
  4. Switch to the metis source code directory.
    cd METIS-5.1.0.1
  5. Compile and install metis.
    cmake .. -DCMAKE_INSTALL_PREFIX=../install
    make