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

Inducing a crash

parent d80fad28
No related branches found
No related tags found
No related merge requests found
Pipeline #968 failed
File moved
File moved
...@@ -302,6 +302,15 @@ template<typename vector_type> void test_dlb_vector() ...@@ -302,6 +302,15 @@ template<typename vector_type> void test_dlb_vector()
vd.map(); vd.map();
vd.template ghost_get<>(); vd.template ghost_get<>();
//////////////////////////////////
if (vcl.rank() == 0)
{
return;
}
/////////////////////////////////
auto VV2 = vd.getVerlet(0.01); auto VV2 = vd.getVerlet(0.01);
auto it2 = vd.getDomainIterator(); auto it2 = vd.getDomainIterator();
......
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