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

more debugging

parent 333b4af4
No related branches found
No related tags found
No related merge requests found
Pipeline #22032 passed
...@@ -267,7 +267,10 @@ template<class T, class W> void ALL_Histogram_LB<T,W>::balance(int step) ...@@ -267,7 +267,10 @@ template<class T, class W> void ALL_Histogram_LB<T,W>::balance(int step)
// add up work to get total work on domain // add up work to get total work on domain
for ( int n = 0; n < n_bins.at(i); ++n ) for ( int n = 0; n < n_bins.at(i); ++n )
{
std::cout << "DEBUG: " << this->work.size() << " " << n << " " << i << " on " << this->local_rank << std::endl;
work_sum_local += this->work.at(n); work_sum_local += this->work.at(n);
}
if (this->local_rank == 0) std::cout << "A5" << std::endl; if (this->local_rank == 0) std::cout << "A5" << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment