We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f1b67 commit 44ef546Copy full SHA for 44ef546
src/mpi/KokkosComm_mpi_handle.hpp
@@ -53,7 +53,6 @@ class Handle<ExecSpace, Mpi> {
53
void impl_track_req(const Req<Mpi> &req) { reqs_.push_back(req); }
54
55
void impl_run() {
56
- std::cerr << __FILE__ << ":" << __LINE__ << " impl_run\n";
57
for (const auto &f : allocs_) f();
58
for (const auto &f : preCopies_) f();
59
if (preCommFence_) {
0 commit comments