We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba6a02 commit 241bc45Copy full SHA for 241bc45
src/wrench/simgrid_S4U_util/S4U_CommPort.cpp
@@ -131,7 +131,7 @@ namespace wrench {
131
} catch (simgrid::TimeoutException &e) {
132
WRENCH_INFO("IN THIS TRY CATCH: TIMEOUT (timeoutvalue=%lf)", timeout);
133
auto failed_recv = pending_receives.get_failed_activity();
134
- WRENCH_INFO("----> %s", failed_recv->get_cname());
+ std::cerr << "MB_COMM_>STATE = " << mb_comm->get_state_str() << "\n";
135
if (failed_recv == mb_comm) {
136
WRENCH_INFO("THE TIMED OUT ACTIVITY WAS MB_COMM");
137
mq_comm->cancel();
0 commit comments