Skip to content
Snippets Groups Projects
Commit 88b06d9c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing io compilation

parent 2d08be6a
No related branches found
No related tags found
No related merge requests found
......@@ -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/
sh ./configure --with-boost=/sw/apps/boost/1.54.0/ --with-hdf5=$HOME/HDF5/bin/h5pcc
else
sh ./configure
sh ./configure --with-hdf5=$HOME/HDF5/bin/h5pcc
fi
make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment