From d30b253a1da46bd554f35b6a6dd9ca2d552017dc Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Fri, 30 Nov 2018 20:08:30 +0100 Subject: [PATCH] Resetting EIGEN on all machines --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 665ced38a..b53946b42 100755 --- a/build.sh +++ b/build.sh @@ -14,7 +14,7 @@ echo "make target: $target" echo "compilation type: $comp_type" echo "Branch name: $branch" -ls $HOME/openfpm_dependencies/openfpm_pdata/$branch/SUITESPARSE +rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/EIGEN if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then #we retest PETSC installation -- GitLab