From 853f020c131a8ada56a88439b4b1345648dd65db Mon Sep 17 00:00:00 2001
From: Incardona Pietro <incardon@mpi-cbg.de>
Date: Sun, 14 Nov 2021 19:43:22 +0100
Subject: [PATCH] Activating test for OpenMP backend

---
 build.sh | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/build.sh b/build.sh
index ac52a8a..3008fc1 100755
--- a/build.sh
+++ b/build.sh
@@ -34,8 +34,11 @@ if [ ! -d $HOME/openfpm_dependencies/openfpm_devices/BOOST ]; then
         fi
 fi
 
-sh ./autogen.sh
-sh ./configure --with-boost=$HOME/openfpm_dependencies/openfpm_devices/BOOST --enable-cuda-on-cpu
+if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de"  ]; then
+	./configure --with-boost=$HOME/openfpm_dependencies/openfpm_devices/BOOST --enable-cuda-on-cpu
+else
+	./configure --with-boost=$HOME/openfpm_dependencies/openfpm_devices/BOOST --with-cuda-on-backend=OpenMP
+fi
 
 make VERBOSE=1
 
-- 
GitLab