Skip to content
Snippets Groups Projects
Commit adc57a42 authored by Thomas Witkowski's avatar Thomas Witkowski
Browse files

* added script for compilation of MPI-AMDiS on deimos

parent 802ccc5d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
module load openmpi
cd lib/ParMetis-3.1
make
cd ../..
./configure --prefix=`pwd` --with-mpi=/licsoft/libraries/openmpi/1.2.6/64bit --enable-parmetis
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