X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..550e68e2d3bb08b56b4c900ba701e07f38882b19:/teshsuite/smpi/mpich3-test/coll/bcast3.c diff --git a/teshsuite/smpi/mpich3-test/coll/bcast3.c b/teshsuite/smpi/mpich3-test/coll/bcast3.c index 84250b2194..3f88c1d6dc 100644 --- a/teshsuite/smpi/mpich3-test/coll/bcast3.c +++ b/teshsuite/smpi/mpich3-test/coll/bcast3.c @@ -35,7 +35,7 @@ int main( int argc, char *argv[] ) count = 1; /* This must be very large to ensure that we reach the long message algorithms */ - for (count = 4; count < 66000; count = count * 4) { + for (count = 4; count < 6600; count = count * 4) { while (MTestGetDatatypes( &sendtype, &recvtype, count-1 )) { for (root=0; root