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

Fixing MPI machines run

parent a0d9a348
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,6 @@ echo "Branch name: $branch" ...@@ -16,11 +16,6 @@ echo "Branch name: $branch"
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
#we retest PETSC installation #we retest PETSC installation
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PETSC
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/PARMETIS
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/HDF5
./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4 ./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
echo 4 > $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI/version echo 4 > $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI/version
fi 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