From 44004df8c491d9a6f0fe2d1c511339ab10d62fa2 Mon Sep 17 00:00:00 2001 From: Pietro Incardona Date: Sun, 24 May 2015 18:59:24 +0200 Subject: [PATCH] fixing jenkin script --- build_vcluster.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build_vcluster.sh b/build_vcluster.sh index 2ed1f94..c476d1e 100644 --- a/build_vcluster.sh +++ b/build_vcluster.sh @@ -64,11 +64,10 @@ then echo "Compiling on taurus" echo "$PATH" - module load boost/1.55.0-gnu4.8 - module load openmpi/1.8.5 + module load boost/1.57.0-intel2013-sp1 + module load intel/2015.2.164 module load gcc/4.8.2 - - which mpic++ + module load openmpi/1.8.5 sh ./autogen.sh sh ./configure CXX=mpic++ -- GitLab