From 6e1a6ee4ed970a9ccedd7212f9b6407ad3b3c1ec Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Mon, 24 Dec 2018 11:22:08 +0100
Subject: [PATCH] Reinstalling MPI

---
 build.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/build.sh b/build.sh
index 7eb974306..480606505 100755
--- a/build.sh
+++ b/build.sh
@@ -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
-- 
GitLab