X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8e30492d485bb2dcec5ab91f271fd44fbb82f06e..01f62c11a29d62c74e7680f2d163bf38aedda056:/src/smpi/smpi_replay.c diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index a8ffb170c1..685f7f3b42 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -364,6 +364,7 @@ static void action_test(const char *const *action){ /* push back request in dynar to be caught by a subsequent wait. if the test * did succeed, the request is now NULL. */ + if(request) xbt_dynar_push_as(reqq[smpi_process_index()],MPI_Request, request); #ifdef HAVE_TRACING