]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/coll-allgather/coll-allgather.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix MC tests
[simgrid.git] / teshsuite / smpi / coll-allgather / coll-allgather.c
index d1432f2d9ee6ce89e65d9066fe8f7aa44e3a534d..22f4f9f81816ec9314709cb9ddbc184bb4eeda50 100644 (file)
@@ -70,5 +70,5 @@ int main(int argc, char *argv[])
   xbt_free(sb);
   xbt_free(rb);
   MPI_Finalize();
-  return (EXIT_SUCCESS);
+  return EXIT_SUCCESS;
 }