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

Reinstalling Metis and parmetis with 32 bit

parent f1a9c583
No related branches found
No related tags found
No related merge requests found
Pipeline #2009 failed
......@@ -14,8 +14,8 @@ fi
rm metis-5.1.0.tar.gz
rm -rf metis-5.1.0
wget http://openfpm.mpi-cbg.de/upload/metis-5.1.0_32.tar.gz
tar -xf metis-5.1.0.tar.gz
cd metis-5.1.0
tar -xf metis-5.1.0_32.tar.gz
cd metis-5.1.0_32
if [ x"$platform" == x"cygwin" ]; then
shared_opt="-DSHARED=OFF"
......
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