From ff921d4cb3cdc3e0e769fe2a27b248d91d8755cb Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Wed, 1 Dec 2021 23:59:48 +0100
Subject: [PATCH] Reinstalling OPENBLAS on ubuntu

---
 build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build.sh b/build.sh
index b19bca395..5df01bd61 100755
--- a/build.sh
+++ b/build.sh
@@ -36,6 +36,7 @@ if [ x"$hostname" == x"cifarm-ubuntu-node"  ]; then
 	./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
 	export PATH="/opt/bin:$PATH"
 	foward_options="--with-cuda-on-backend=OpenMP"
+	rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/OPENBLAS
 fi
 
 if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de"  ]; then
-- 
GitLab