Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce size of some tests, to save some time
[simgrid.git] / teshsuite / smpi / mpich3-test / include / mpitest.h
index 0932996..a56c4db 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 *= 64)
 
 /* Setup the full version of datatype tests.
  * It generate tests for all basic datatypes and all derived datatypes except darray. */