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

Reinstalling MPI

parent 6e3b4f17
No related branches found
No related tags found
No related merge requests found
......@@ -26,14 +26,12 @@ if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
fi
if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de" ]; then
./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
echo 4 > $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI/version
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/
fi
if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
export PATH="/usr/local/bin:$PATH"
./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
echo 4 > $HOME/openfpm_dependencies/openfpm_io/$branch/MPI/version
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/
fi
#### If you have a dep_dir file change the branch name to the dep_dir
......
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