Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce size of recently added tests, to avoid them taking so long to complete
[simgrid.git] / teshsuite / smpi / mpich3-test / coll / bcast2.c
index b2c2f79..91c8878 100644 (file)
@@ -39,7 +39,7 @@ int main( int argc, char *argv[] )
 
        /* The max value of count must be very large to ensure that we 
           reach the long message algorithms */
-       for (count = 1; count < 280000; count = count * 4) {
+       for (count = 1; count < 2800; count = count * 4) {
            while (MTestGetDatatypes( &sendtype, &recvtype, count )) {
                for (root=0; root<size; root++) {
                    if (rank == root) {