Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
docs: update copyright and cut links to broken tables
[simgrid.git] / teshsuite / smpi / mpich3-test / include / mpitest.h
index 093299646a8a035531d1eabcfe05d1ae3bf408dd..454076e4438b0d42b4cd73ca07f053acfd4b2f66 100644 (file)
@@ -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 *= 8)
+        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. */