Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
thought this one would fix my long-standing wait_all() bug.
authorgenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 30 Jul 2009 13:55:22 +0000 (13:55 +0000)
committergenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 30 Jul 2009 13:55:22 +0000 (13:55 +0000)
Not yet, but obviously better.

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6530 48e7efb5-ca39-0410-a469-dd3cf9ba447f

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;