diff --git a/vtkm/worklet/contourtree_distributed/ComputeDistributedContourTreeFunctor.h b/vtkm/worklet/contourtree_distributed/ComputeDistributedContourTreeFunctor.h index 9aa821d96..cb119d2e9 100644 --- a/vtkm/worklet/contourtree_distributed/ComputeDistributedContourTreeFunctor.h +++ b/vtkm/worklet/contourtree_distributed/ComputeDistributedContourTreeFunctor.h @@ -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());