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

Fixing install HDF5 script

parent 82f556b0
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,6 @@ if [ "$2" == "taurus" ]; then
echo "3" > input_install
echo "1" >> input_install
echo "1" >> input_install
echo "24" >> input_install
echo "y" >> input_install
echo "1" >> input_install
......
......@@ -41,7 +41,7 @@ wget http://ppmcore.mpi-cbg.de/upload/hdf5-1.8.19.tar.gz
tar -xf hdf5-1.8.19.tar.gz
cd hdf5-1.8.19
if [ x"$plaform" != x"cygwin" ]; then
if [ x"$platform" != x"cygwin" ]; then
CC=mpicc ./configure --with-zlib=$1/ZLIB --enable-parallel --prefix=$1/HDF5
make -j $2
else
......
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