Skip to content
Snippets Groups Projects
Commit 853f020c authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Activating test for OpenMP backend

parent a0c20a77
No related branches found
No related tags found
No related merge requests found
Pipeline #3820 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment