Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Small bugfixes to stabilize the MC
[simgrid.git] / src / simix / smx_smurf.c
index 3f2045d..a5c10c9 100644 (file)
@@ -103,6 +103,11 @@ int SIMIX_request_is_enabled(smx_req_t req)
       return FALSE;
       break;
 
+    case REQ_COMM_TEST:
+      act = req->comm_test.comm;
+      return (act->comm.src_proc && act->comm.dst_proc);
+      break;
+
     default:    
       return TRUE;
   }