Skip to content

Commit 44ef546

Browse files
committed
remove some prints
1 parent c1f1b67 commit 44ef546

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mpi/KokkosComm_mpi_handle.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ class Handle<ExecSpace, Mpi> {
5353
void impl_track_req(const Req<Mpi> &req) { reqs_.push_back(req); }
5454

5555
void impl_run() {
56-
std::cerr << __FILE__ << ":" << __LINE__ << " impl_run\n";
5756
for (const auto &f : allocs_) f();
5857
for (const auto &f : preCopies_) f();
5958
if (preCommFence_) {

0 commit comments

Comments
 (0)