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

Testing CI crash

parent f3df7fc9
No related branches found
No related tags found
No related merge requests found
Pipeline #1824 canceled
......@@ -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};
......
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