Skip to content

Commit

Permalink
Remove a print
Browse files Browse the repository at this point in the history
  • Loading branch information
BradWhitlock committed Oct 14, 2024
1 parent 7842d56 commit 5cf37ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_mpi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ int safe_tag(int tag, MPI_Comm comm)
// the range than to just clamp them.
newtag = newtag % tag_ub;
}
std::cout << "**** safe_tag(" << tag << ")->" << newtag << std::endl;

return newtag;
}

Expand Down

0 comments on commit 5cf37ce

Please sign in to comment.