X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e94c2a7fc81a82998524aa55db075be69990d4ea..f186fd6470cd6853b97c53782c710745c628e810:/teshsuite/smpi/isp/umpire/intercomm_create-deadlock4.c diff --git a/teshsuite/smpi/isp/umpire/intercomm_create-deadlock4.c b/teshsuite/smpi/isp/umpire/intercomm_create-deadlock4.c index 25a53b59d1..f7746d7564 100644 --- a/teshsuite/smpi/isp/umpire/intercomm_create-deadlock4.c +++ b/teshsuite/smpi/isp/umpire/intercomm_create-deadlock4.c @@ -59,12 +59,12 @@ main (int argc, char **argv) if (rank == 2) { memset (buf0, 0, buf_size*sizeof(int)); - + MPI_Send (buf0, buf_size, MPI_INT, rleader, 0, MPI_COMM_WORLD); } else if (rank == 1) { memset (buf0, 0, buf_size*sizeof(int)); - + MPI_Send (buf0, buf_size, MPI_INT, 0, 0, MPI_COMM_WORLD); } @@ -85,9 +85,9 @@ main (int argc, char **argv) } else { memset (buf0, 0, buf_size*sizeof(int)); - + MPI_Send (buf0, buf_size, MPI_INT, drank, 0, intercomm); - + MPI_Recv (buf1, buf_size, MPI_INT, drank, 0, intercomm, &status); } }