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 1151466..c555aea 100644 (file)
@@ -13,7 +13,7 @@ int main(int argc, char **argv)
     MPI_Request req;
     MPI_Status status;
 
-    MPI_Init(&argc, &argv);
+    MPI_Init(NULL, NULL);
 
     MPI_Issend(NULL, 0, MPI_BYTE, 0, 123, MPI_COMM_SELF, &req);