Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Dec 20, 2023
1 parent ac00221 commit 74f2a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wrench/simgrid_S4U_util/S4U_CommPort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ namespace wrench {
if (S4U_CommPort::used_commports.find(commport) == S4U_CommPort::used_commports.end()) {
return;
}
WRENCH_INFO("Retiring commport %s", commport->name.c_str());
if (commport->mb_comm_posted) {
commport->mb_comm->cancel();
commport->mb_comm = nullptr;
Expand Down

0 comments on commit 74f2a1e

Please sign in to comment.