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

Fixing delete of communicator

parent 025102b0
No related branches found
No related tags found
No related merge requests found
......@@ -304,6 +304,8 @@ public:
{
delete[] Mg.wgtflag;
}
MPI_Comm_free(&comm);
}
/*! \brief Set the Sub-graph
......
......@@ -205,9 +205,7 @@ void Test3D_unb_ghost_periodic(const Box<3,float> & domain, long int k)
BOOST_REQUIRE_EQUAL(count,(size_t)k*k*k);
// sync the ghosts
// g_dist.write("no_bound_before");
g_dist.ghost_get<0>();
// g_dist.write("no_bound_after");
bool match = true;
......
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