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

Fixing Jenkins script

parent 57a2b33d
No related branches found
No related tags found
No related merge requests found
......@@ -106,13 +106,13 @@ then
source /etc/profile
echo "$PATH"
module load gcc/4.8.2
module load boost/1.55.0-gnu4.8
module load boost/1.56.0-gnu4.9.1
module load openmpi/1.8.7
module unload bullxmpi
module load metis/5.1.0
sh ./autogen.sh
./configure --with-metis=$METIS_ROOT CXX=mpic++
./configure --with-metis=$METIS_ROOT --with-boost=$BOOST_ROOT CXX=mpic++
make
if [ $? -ne 0 ]; then exit 1 ; fi
......
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