X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c81c99a491282f76757c2673961e3cdee6853539..6b514200338a9ba7dbb0f0b8f0d244bd74daa07a:/teshsuite/smpi/mpich3-test/coll/bcast2.c diff --git a/teshsuite/smpi/mpich3-test/coll/bcast2.c b/teshsuite/smpi/mpich3-test/coll/bcast2.c index b2c2f79f74..91c8878dc1 100644 --- a/teshsuite/smpi/mpich3-test/coll/bcast2.c +++ b/teshsuite/smpi/mpich3-test/coll/bcast2.c @@ -39,7 +39,7 @@ int main( int argc, char *argv[] ) /* The max value of count must be very large to ensure that we reach the long message algorithms */ - for (count = 1; count < 280000; count = count * 4) { + for (count = 1; count < 2800; count = count * 4) { while (MTestGetDatatypes( &sendtype, &recvtype, count )) { for (root=0; root