From 2eabd124052ed88e0607dd1a24464f8c3092e8f6 Mon Sep 17 00:00:00 2001
From: Pietro Incardona <incardon@mpi-cbg.de>
Date: Tue, 14 Jan 2020 16:05:43 +0100
Subject: [PATCH] Testing CI crash

---
 src/Vector/tests/vector_dist_unit_test.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/Vector/tests/vector_dist_unit_test.cpp b/src/Vector/tests/vector_dist_unit_test.cpp
index b0513aa20..5f8598fd8 100644
--- a/src/Vector/tests/vector_dist_unit_test.cpp
+++ b/src/Vector/tests/vector_dist_unit_test.cpp
@@ -109,6 +109,12 @@ 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