Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to make rma tests faster
[simgrid.git] / teshsuite / smpi / mpich3-test / include / mpitest.h
index 454076e..9975f7d 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 *= 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. */