X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9c9e08948a8387e9e8ecb0fe67ab6b94ec2a66f..e3ff580889f5d85e5bdb7a42bad335184bbce0ed:/teshsuite/smpi/mpich3-test/pt2pt/issendselfcancel.c diff --git a/teshsuite/smpi/mpich3-test/pt2pt/issendselfcancel.c b/teshsuite/smpi/mpich3-test/pt2pt/issendselfcancel.c index 1151466f15..c555aea4fb 100644 --- a/teshsuite/smpi/mpich3-test/pt2pt/issendselfcancel.c +++ b/teshsuite/smpi/mpich3-test/pt2pt/issendselfcancel.c @@ -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);