Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Also add the mpich3 binaries in the dependencies of make tests
[simgrid.git] / teshsuite / smpi / mpich3-test / pt2pt / issendselfcancel.c
index 20adb4b..c555aea 100644 (file)
@@ -33,4 +33,5 @@ int main(int argc, char **argv)
     printf(" No Errors\n");
 
     MPI_Finalize();
+    return 0;
 }