From b2256f8dc0cf6bbe3e263e277de99a107db6be65 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <i-bird@localhost.localdomain>
Date: Fri, 18 Mar 2016 02:17:21 +0100
Subject: [PATCH] Fixing IO installation script

---
 build_io.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/build_io.sh b/build_io.sh
index 7ea52ee9..f2b6df47 100755
--- a/build_io.sh
+++ b/build_io.sh
@@ -1,6 +1,5 @@
 #! /bin/bash
 
-echo $HOME
 source $HOME/.bashrc
 
 # Make a directory in /tmp/openfpm_data
@@ -23,7 +22,7 @@ echo "Compiling on $2"
 sh ./autogen.sh
 if [ "$2" == "master" ]
 then
- sh ./configure --disable-gpu
+ sh ./configure CXX=mpic++ --with-hdf5=$HOME/HDF5/bin/h5pcc --disable-gpu
 elif [ "$2" == "gin" ]
 then
  module load gcc/4.8.2
-- 
GitLab