Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Speedup mpich tests by trying less sizes.
authordegomme <augustin.degomme@unibas.ch>
Wed, 22 Feb 2017 14:05:44 +0000 (15:05 +0100)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 22 Feb 2017 17:20:43 +0000 (18:20 +0100)
teshsuite/smpi/mpich3-test/include/mpitest.h

index a56c4db..454076e 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 *= 64)
+        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. */