From 53d29960626914dcc5a41322829bb25a73db71d3 Mon Sep 17 00:00:00 2001 From: Pietro Incardona <incardon@mpi-cbg.de> Date: Tue, 14 Jan 2020 16:15:29 +0100 Subject: [PATCH] Testing CI --- src/Vector/tests/vector_dist_unit_test.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Vector/tests/vector_dist_unit_test.cpp b/src/Vector/tests/vector_dist_unit_test.cpp index 5f8598fd8..b0513aa20 100644 --- a/src/Vector/tests/vector_dist_unit_test.cpp +++ b/src/Vector/tests/vector_dist_unit_test.cpp @@ -109,12 +109,6 @@ void Test2D_ghost(Box<2,float> & box) // Convert the request of having a minimum n_sub number of sub-sub domain into grid decompsition of the space size_t sz = CartDecomposition<2,float>::getDefaultGrid(n_sub); - if (v_cl.rank() == 0) - { - std::cout << "CRASH" << std::endl; - return; - } - //! [Create a vector of elements distributed on a grid like way] size_t g_div[]= {sz,sz}; -- GitLab