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 / bcast3.c
index 84250b2..3f88c1d 100644 (file)
@@ -35,7 +35,7 @@ int main( int argc, char *argv[] )
        count = 1;
        /* This must be very large to ensure that we reach the long message
           algorithms */
        count = 1;
        /* This must be very large to ensure that we reach the long message
           algorithms */
-       for (count = 4; count < 66000; count = count * 4) {
+       for (count = 4; count < 6600; count = count * 4) {
            while (MTestGetDatatypes( &sendtype, &recvtype, count-1 )) {
                for (root=0; root<size; root++) {
                    if (rank == root) {
            while (MTestGetDatatypes( &sendtype, &recvtype, count-1 )) {
                for (root=0; root<size; root++) {
                    if (rank == root) {