Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_pdata
Commits
789db5ca
Commit
789db5ca
authored
Aug 05, 2015
by
Pietro Incardona
Browse files
Added script to install Metis
parent
35a51bdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
install_Metis.sh
0 → 100644
View file @
789db5ca
#! /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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment