From 2b9ff5d710ab626540126c3eec983ec4a4617e38 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Wed, 5 Aug 2015 22:04:57 +0200
Subject: [PATCH] Fixing jenking script

---
 build_pdata.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build_pdata.sh b/build_pdata.sh
index e9985a66..5ee62511 100644
--- a/build_pdata.sh
+++ b/build_pdata.sh
@@ -107,7 +107,7 @@ then
 else
  echo "Compiling general"
  sh ./autogen.sh
- sh ./configure  CXX=mpic++
+ sh ./configure --with-metis=${HOME}/METIS CXX=mpic++
  make
 
  mpirun -np 2 ./src/pdata
-- 
GitLab