Clarify log message in ComputeDistributedContourTreeFunctor.h

This commit is contained in:
Oliver Ruebel 2021-07-13 14:50:59 -07:00 committed by Gunther H. Weber
parent c61379caf3
commit f0b03ba4b8

@ -469,8 +469,9 @@ public:
rp.enqueue(target, block->ContourTreeMeshes.back()); rp.enqueue(target, block->ContourTreeMeshes.back());
VTKM_LOG_S(this->TreeLogLevel, VTKM_LOG_S(this->TreeLogLevel,
std::endl std::endl
<< "Rank: " << rank << " Round: " << rp.round() << " DIY Send Id: " << selfid << "FanInEnqueue: Rank=" << rank << "; Round=" << rp.round()
<< " DIY Target ID : " << target.gid << std::endl); << "; DIY Send Id=" << selfid << "; DIY Target ID=" << target.gid
<< std::endl);
} }
} // end for } // end for