X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a0d7f5a38fc6c698aa54f44d007b06e918c23196..f70afd4be0405724df2ad02371e2b45a676592de:/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 454076e443..9975f7d90b 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 *= 128) + for (count = 1; count <= 8192; count *= 8192) /* Setup the full version of datatype tests. * It generate tests for all basic datatypes and all derived datatypes except darray. */