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

Inducing a crash

parent 6303faca
No related branches found
No related tags found
No related merge requests found
Pipeline #970 failed
......@@ -19,6 +19,7 @@ rm -rf $HOME/openfpm_dependencies/openfpm_pdata/0
if [ x"$hostname" == x"cifarm-centos-node.mpi-cbg.de" ]; then
./install_MPI_mpich.sh $HOME/openfpm_dependencies/openfpm_pdata/$branch/ 4
echo 4 > $HOME/openfpm_dependencies/openfpm_pdata/$branch/MPI/version
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/full
fi
if [ x"$hostname" == x"cifarm-ubuntu-node.mpi-cbg.de" ]; then
......@@ -27,6 +28,7 @@ fi
if [ x"$hostname" == x"cifarm-mac-node.mpi-cbg.de" ]; then
export PATH="/usr/local/bin:$PATH"
rm -rf $HOME/openfpm_dependencies/openfpm_pdata/full
fi
......
......@@ -304,7 +304,7 @@ template<typename vector_type> void test_dlb_vector()
//////////////////////////////////
if (vcl.rank() == 0)
if (create_vcluster().rank() == 0)
{
return;
}
......
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