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

Fixing high scalability test

parent 633f40ef
No related branches found
No related tags found
No related merge requests found
Pipeline #2103 failed
......@@ -118,13 +118,6 @@ BOOST_AUTO_TEST_CASE( grid_dist_id_amr )
vcl.sum(check_count);
vcl.execute();
if (create_vcluster().rank() == 52)
{
g_dist.write("TEST_AMR_DEBUG");
g_dist.getDecomposition().write("TEST_AMR_DEC");
}
BOOST_REQUIRE_EQUAL(check,true);
BOOST_REQUIRE(check_count >= volume_key);
}
......
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