From eba236fd088ab97bd0c53362c355e39285c296f5 Mon Sep 17 00:00:00 2001 From: Henri Casanova Date: Tue, 19 Dec 2023 21:56:39 -1000 Subject: [PATCH] debugging --- src/wrench/simgrid_S4U_util/S4U_CommPort.cpp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/wrench/simgrid_S4U_util/S4U_CommPort.cpp b/src/wrench/simgrid_S4U_util/S4U_CommPort.cpp index 26654c3081..313420d0ce 100755 --- a/src/wrench/simgrid_S4U_util/S4U_CommPort.cpp +++ b/src/wrench/simgrid_S4U_util/S4U_CommPort.cpp @@ -411,16 +411,15 @@ namespace wrench { return; } WRENCH_INFO("Retiring commport %s", commport->name.c_str()); - if (commport->mb_comm_posted) { - commport->mb_comm->cancel(); - } +// if (commport->mb_comm_posted) { +// commport->mb_comm->cancel(); +// } commport->mb_comm_posted = false; commport->mb_comm = nullptr; - if (commport->mq_comm_posted) { - commport->mq_comm->cancel(); - commport->mq_comm = nullptr; - } +// if (commport->mq_comm_posted) { +// commport->mq_comm->cancel(); +// } commport->mq_comm_posted = false; commport->mq_comm = nullptr;