From cd57222f5f1d2c48ff147cc3e38c25c9a2c38e42 Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sun, 3 Apr 2022 13:20:54 +0200
Subject: [PATCH] retry compile and run

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

diff --git a/build.sh b/build.sh
index 742e5a17d..5a825954d 100755
--- a/build.sh
+++ b/build.sh
@@ -33,7 +33,7 @@ fi
 if [ x"$hostname" == x"cifarm-ubuntu-node"  ]; then
 #	rm -rf $HOME/openfpm_dependencies/openfpm_pdata/$branch/
 	echo "Ubuntu node"
-	./install_MPI_mpich.sh openfpm_dependencies/$branch/ 4
+	./install_MPI_mpich.sh $(pwd)/openfpm_dependencies/$branch/ 4
 	export PATH="/opt/bin:$PATH"
 	foward_options="--with-cuda-on-backend=OpenMP"
 	dependency_dir=openfpm_dependencies/$branch
-- 
GitLab