Add logging on input Id for Fan In

This commit is contained in:
Oliver Ruebel 2021-06-05 16:23:50 -07:00 committed by Gunther H. Weber
parent 70cf5eef29
commit be3a078d91

@ -327,6 +327,7 @@ public:
<< std::endl
<< " Rank : " << rank << std::endl
<< " DIY Id : " << selfid << std::endl
<< " In Id : " << ingid << std::endl
<< " Round : " << rp.round() << std::endl
<< worklet.TimingsLogString);
// Log the contour tree size stats
@ -336,6 +337,7 @@ public:
<< std::endl
<< " Rank : " << rank << std::endl
<< " DIY Id : " << selfid << std::endl
<< " In Id : " << ingid << std::endl
<< " Round : " << rp.round() << std::endl
<< block->ContourTrees.back().PrintArraySizes());