Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Dec 9, 2023
1 parent d8ec82d commit aba6a02
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 @@ -131,6 +131,7 @@ namespace wrench {
} catch (simgrid::TimeoutException &e) {
WRENCH_INFO("IN THIS TRY CATCH: TIMEOUT (timeoutvalue=%lf)", timeout);
auto failed_recv = pending_receives.get_failed_activity();
WRENCH_INFO("----> %s", failed_recv->get_cname());
if (failed_recv == mb_comm) {
WRENCH_INFO("THE TIMED OUT ACTIVITY WAS MB_COMM");
mq_comm->cancel();
Expand Down

0 comments on commit aba6a02

Please sign in to comment.