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

Fixing centOS

parent 52d1bd80
No related branches found
No related tags found
No related merge requests found
Pipeline #2562 failed
......@@ -39,7 +39,7 @@ cd "$1/openfpm_io"
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_io/$branch/ 4
export PATH="$HOME/openfpm_dependencies/openfpm_io/$branch/MPI/bin/:$PATH"
export PATH="/opt/bin:$HOME/openfpm_dependencies/openfpm_io/$branch/MPI/bin/:$PATH"
./install_BOOST.sh $HOME/openfpm_dependencies/openfpm_io/$branch/ 4
./install_HDF5.sh $HOME/openfpm_dependencies/openfpm_io/$branch/ 4
fi
......
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