From e0aef9d0beb54417ef977342249b8919e9c207f5 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Wed, 12 Dec 2018 22:24:05 +0100 Subject: [PATCH] Eliminating induced crash --- src/Vector/tests/vector_dist_dlb_test.hpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Vector/tests/vector_dist_dlb_test.hpp b/src/Vector/tests/vector_dist_dlb_test.hpp index a68bfe1e4..d02d80f69 100644 --- a/src/Vector/tests/vector_dist_dlb_test.hpp +++ b/src/Vector/tests/vector_dist_dlb_test.hpp @@ -302,15 +302,6 @@ template<typename vector_type> void test_dlb_vector() vd.map(); vd.template ghost_get<>(); - ////////////////////////////////// - - if (create_vcluster().rank() == 0) - { - return; - } - - ///////////////////////////////// - auto VV2 = vd.getVerlet(0.01); auto it2 = vd.getDomainIterator(); -- GitLab