Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
synchronize all replay processes at the end
authorAugustin Degomme <degomme@idpann.imag.fr>
Thu, 2 May 2013 08:37:04 +0000 (10:37 +0200)
committerAugustin Degomme <degomme@idpann.imag.fr>
Tue, 7 May 2013 15:17:17 +0000 (17:17 +0200)
to avoid some of them being destroyed wrongfully

src/smpi/smpi_replay.c

index c2002b5..a82925e 100644 (file)
@@ -625,5 +625,6 @@ int smpi_replay_finalize(){
     xbt_free(reqq);
     reqq = NULL;
   }
+  smpi_mpi_barrier(MPI_COMM_WORLD);
   return PMPI_Finalize();
 }