Skip to content
Snippets Groups Projects
Commit 789db5ca authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Added script to install Metis

parent 35a51bdc
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
mkdir ${HOME}/METIS
wget http://ppmcore.mpi-cbg.de/web/metis-5.1.0.tar.gz
tar -xf metis-5.1.0.tar.gz
cd metis-5.1.0.tar.gz
sh ./configure --prefix={$HOME}/METIS
make
make install
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment