Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This should be fixed now.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 2 Jun 2023 16:18:09 +0000 (18:18 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 2 Jun 2023 16:26:03 +0000 (18:26 +0200)
src/kernel/activity/CommImpl.cpp

index 3abb315..5dedf54 100644 (file)
@@ -471,8 +471,7 @@ void CommImpl::finish()
   if (get_iface()) {
     const auto& piface = static_cast<const s4u::Comm&>(*get_iface());
     s4u::Comm::on_completion(piface);
-    if (not MC_is_active()) // MC doesn't like when we access user interface from the kernel.
-      piface.on_this_completion(piface);
+    piface.on_this_completion(piface);
   }
 
   /* Update synchro state */