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

Testing CI

parent 2eabd124
No related branches found
No related tags found
No related merge requests found
Pipeline #1825 passed
...@@ -109,12 +109,6 @@ void Test2D_ghost(Box<2,float> & box) ...@@ -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 // 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); 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] //! [Create a vector of elements distributed on a grid like way]
size_t g_div[]= {sz,sz}; 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