X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba1c6dce93f9ab740c9d66e268572e5c803b5edb..bb12a168512ced7a0f1e4924d367c87ed7c22d1c:/teshsuite/smpi/isp/umpire/partial-recv.c diff --git a/teshsuite/smpi/isp/umpire/partial-recv.c b/teshsuite/smpi/isp/umpire/partial-recv.c index ae43cf8d9d..7ab0c557e9 100644 --- a/teshsuite/smpi/isp/umpire/partial-recv.c +++ b/teshsuite/smpi/isp/umpire/partial-recv.c @@ -100,13 +100,13 @@ main (int argc, char **argv) small_struct_buf[i].the_double = 1.0; small_struct_buf[i].the_char = 'a'; } - + for (i = 0; i < BIG_SIZE; i++) { big_struct_buf[i].the_double = 1.0; big_struct_buf[i].the_char = 'a'; big_struct_buf[i].the_other_double = 1.0; } - + /* set up the sends */ MPI_Isend (small_struct_buf, 1, newtype[0], 1, 0, comm, &aReq[0]); MPI_Isend (big_struct_buf, 1, newtype[1], 1, 1, comm, &aReq[1]);