Skip to content
Snippets Groups Projects
Commit d414a3e9 authored by Rene Halver's avatar Rene Halver
Browse files

removed debug output

parent 3aadb273
No related branches found
No related tags found
1 merge request!2Unstructured
Pipeline #15419 passed
...@@ -686,6 +686,7 @@ template <class T, class W> void ALL_Unstructured_LB<T,W>::balance() ...@@ -686,6 +686,7 @@ template <class T, class W> void ALL_Unstructured_LB<T,W>::balance()
local_info[ 7 * (dimension+2) + dimension+1 ] = local_info[ 7 * (dimension+2) + dimension+1 ] =
distance( vertices, 7, 6, 5, 3, local_rank); distance( vertices, 7, 6, 5, 3, local_rank);
/*
if (local_rank == 4) if (local_rank == 4)
{ {
std::cout << "max dists: " std::cout << "max dists: "
...@@ -699,6 +700,7 @@ template <class T, class W> void ALL_Unstructured_LB<T,W>::balance() ...@@ -699,6 +700,7 @@ template <class T, class W> void ALL_Unstructured_LB<T,W>::balance()
<< local_info[ 7 * (dimension+2) + dimension+1 ] << " " << local_info[ 7 * (dimension+2) + dimension+1 ] << " "
<< work << std::endl; << work << std::endl;
} }
*/
// exchange information with all vertex neighbors // exchange information with all vertex neighbors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment