Installing metis
Procedure
- Use PuTTY to log in to the server as the root user.
- Install the dependencies.
yum install -y cmake
- Decompress the installation package.
tar zxvf v5.1.0.1.tar.gz
- Switch to the metis source code directory.
cd METIS-5.1.0.1
- Compile and install metis.
cmake .. -DCMAKE_INSTALL_PREFIX=../install make
Parent topic: Configuring the Compilation Environment