Skip to content

Commit

Permalink
#105: fix Weird spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Sep 4, 2024
1 parent 4e43893 commit 11ff162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vt-tv/api/info.h
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,9 @@ struct Info {
auto phase_objects = createPhaseObjectsMapping(phase);
// Checking all communications for object A in all objects of all ranks at given phase: A <- ... and A -> ...
for (auto& [A_id, object_work] : phase_objects) {
// fmt::print("- Object ID: {}\n", A_id);
// fmt::print("- Object ID: {}\n", A_id);
auto sent = object_work.getSent();
// fmt::print(" Has {} sent communications", sent.size());
// fmt::print(" Has {} sent communications", sent.size());
auto received = object_work.getReceived();
// fmt::print(" and {} received communications.\n", received.size());
// Going through A -> ... communications
Expand Down

0 comments on commit 11ff162

Please sign in to comment.