From 527611537d587929d05fc0394b144100168844eb Mon Sep 17 00:00:00 2001
From: Pietro Incardona <i-bird@localhost.localdomain>
Date: Fri, 18 Mar 2016 01:39:50 +0100
Subject: [PATCH] Fixing with mpi compilation

---
 build_io.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build_io.sh b/build_io.sh
index 0b326ace..45e3ee38 100755
--- a/build_io.sh
+++ b/build_io.sh
@@ -25,9 +25,9 @@ elif [ "$2" == "gin" ]
 then
  module load gcc/4.8.2
  module load boost/1.54.0
- sh ./configure --with-boost=/sw/apps/boost/1.54.0/ --with-hdf5=$HOME/HDF5/bin/h5pcc
+ sh ./configure CXX=mpic++ --with-boost=/sw/apps/boost/1.54.0/ --with-hdf5=$HOME/HDF5/bin/h5pcc
 else
- sh ./configure --with-hdf5=$HOME/HDF5/bin/h5pcc
+ sh ./configure CXX=mpic++ --with-hdf5=$HOME/HDF5/bin/h5pcc
 fi
 make
 
-- 
GitLab