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

Fixing IO

parent 5eff1ba8
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ mv /tmp/openfpm_io openfpm_io
git clone git@git.mpi-cbg.de:openfpm/openfpm_devices.git openfpm_devices
git clone git@git.mpi-cbg.de:openfpm/openfpm_data.git openfpm_data
git clone git@git.mpi-cbg.de:openfpm/openfpm_pdata.git openfpm_pdata
git clone git@git.mpi-cbg.de:openfpm/openfpm_pdata.git
git clone git@git.mpi-cbg.de:openfpm/openfpm_vcluster.git openfpm_vcluster
cd "$1/openfpm_io"
......@@ -69,7 +69,7 @@ else
echo "-------------------------------------------"
ls /home/jenkins/openfpm_dependencies/openfpm_io/master/
echo "-------------------------------------------"
sh ./configure CXX=mpic++ --with-hdf5=$HOME/openfpm_dependencies/openfpm_io/$branch/HDF5 --with-boost=$HOME/openfpm_dependencies/openfpm_io/$branch/BOOST
sh ./configure CXX=mpic++ --with-hdf5=$HOME/openfpm_dependencies/openfpm_io/$branch/HDF5 --with-boost=$HOME/openfpm_dependencies/openfpm_io/$branch/BOOST
fi
make VERBOSE=1 -j 4
......
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