From 3487e62bc9354cac6864b88f11ce92240fde0dd3 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Fri, 7 Aug 2015 16:36:54 +0200 Subject: [PATCH] Fixing jenkins script for taurus --- build_pdata.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build_pdata.sh b/build_pdata.sh index 3ebbe647..1b7d8ece 100644 --- a/build_pdata.sh +++ b/build_pdata.sh @@ -109,10 +109,9 @@ then module load boost/1.55.0-gnu4.8 module load openmpi/1.8.7 module unload bullxmpi - module load metis/5.1.0 sh ./autogen.sh - sh ./configure --enable-verbose CXX=mpic++ + ./install CXX=mpic++ make if [ $? -ne 0 ]; then exit 1 ; fi -- GitLab