Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a failing (since a few days) example with an explicit exit in MPI program
[simgrid.git] / teshsuite / smpi / pt2pt-dsend / pt2pt-dsend.c
index 49ae07e..c4b081e 100644 (file)
@@ -75,5 +75,5 @@ int main(int argc, char *argv[])
 
   XBT_INFO("rank %d: data exchanged", rank);
   MPI_Finalize();
-  return 0;
+  exit(0);
 }