Skip to content

Commit

Permalink
remove some prints
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jun 21, 2024
1 parent c1f1b67 commit 44ef546
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mpi/KokkosComm_mpi_handle.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class Handle<ExecSpace, Mpi> {
void impl_track_req(const Req<Mpi> &req) { reqs_.push_back(req); }

void impl_run() {
std::cerr << __FILE__ << ":" << __LINE__ << " impl_run\n";
for (const auto &f : allocs_) f();
for (const auto &f : preCopies_) f();
if (preCommFence_) {
Expand Down

0 comments on commit 44ef546

Please sign in to comment.