X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a36e8044de323971221f5da46773d54e312d3b3c..1797da7d294b83c915fe49dad633855985eccb64:/teshsuite/smpi/isp/umpire/no-error-persistent-test.c diff --git a/teshsuite/smpi/isp/umpire/no-error-persistent-test.c b/teshsuite/smpi/isp/umpire/no-error-persistent-test.c index 930178c5ac..c8ac0d924f 100644 --- a/teshsuite/smpi/isp/umpire/no-error-persistent-test.c +++ b/teshsuite/smpi/isp/umpire/no-error-persistent-test.c @@ -66,7 +66,7 @@ main (int argc, char **argv) MPI_Start (&aReq[j]); } } - + /* complete the sends */ if (k < 2) { /* use MPI_Test */ @@ -88,7 +88,7 @@ main (int argc, char **argv) else if (rank == 1) { /* set up receives for all of the sends */ for (j = 0; j < 2; j++) { - MPI_Irecv (&buf[j * BUF_SIZE], BUF_SIZE, + MPI_Irecv (&buf[j * BUF_SIZE], BUF_SIZE, MPI_INT, 0, j, comm, &aReq[j]); } /* complete all of the receives... */