]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/include/mpitest.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add missing '&' causing temporary value to be modified
[simgrid.git] / teshsuite / smpi / mpich3-test / include / mpitest.h
index 454076e4438b0d42b4cd73ca07f053acfd4b2f66..9975f7d90b29ce3b2e5e2a0dfc33428adf6327f2 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. */