X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/73675e42db8dbddfc754d7179b332445f13fae09..3845beeb6bf4f26f9effa64e16a42912c0302d4c:/teshsuite/smpi/mpich3-test/include/mpitest.h diff --git a/teshsuite/smpi/mpich3-test/include/mpitest.h b/teshsuite/smpi/mpich3-test/include/mpitest.h index a56c4db6e8..454076e443 100644 --- a/teshsuite/smpi/mpich3-test/include/mpitest.h +++ b/teshsuite/smpi/mpich3-test/include/mpitest.h @@ -62,7 +62,7 @@ typedef struct _MTestDatatype { * reach the long message algorithms. (The maximal count or block length * can be generated by 256K count is 4K or 32Kbytes respectively) */ #define MTEST_DATATYPE_FOR_EACH_COUNT(count) \ - for (count = 1; count <= 262144; count *= 64) + for (count = 1; count <= 262144; count *= 128) /* Setup the full version of datatype tests. * It generate tests for all basic datatypes and all derived datatypes except darray. */