X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3c151f598db2cf6750be02343f53004c53cb938e..6b514200338a9ba7dbb0f0b8f0d244bd74daa07a:/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