Rate This Document
Findability
Accuracy
Completeness
Readability

Installing METIS

Procedure

  1. Use PuTTY to log in to the server as the root user.
  2. Run the following commands to decompress the METIS installation package:
    tar -zxvf metis-5.1.0.tar.gz
  3. Run the following command to switch to the directory generated after decompression:
    cd metis-5.1.0
  4. Run the following commands to compile and install METIS:
    make config prefix=/path/to/METIS
    make install
  5. Run the following commands to set the METIS environment variables:
    export PATH=/path/to/METIS/bin:$PATH
    export LD_LIBRARY_PATH=/path/to/METIS/lib:$LD_LIBRARY_PATH