Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thought this one would fix my long-standing wait_all() bug.
[simgrid.git] / src / smpi / smpi_global.c
index 8b626fd..62f27d8 100644 (file)
@@ -18,6 +18,7 @@ void *smpi_request_new()
 
   request->buf = NULL;
   request->completed = 0;
+  request->consumed = 0;
   request->mutex = SIMIX_mutex_init();
   request->cond = SIMIX_cond_init();
   request->data = NULL;