X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53ef75ab57752782c82fd7c106626a772940dd0a..b382315f0693083344eb9a25a8fc37b7091bddc7:/teshsuite/smpi/mpich3-test/coll/bcast.c diff --git a/teshsuite/smpi/mpich3-test/coll/bcast.c b/teshsuite/smpi/mpich3-test/coll/bcast.c index f465d01e57..9ca5128eed 100644 --- a/teshsuite/smpi/mpich3-test/coll/bcast.c +++ b/teshsuite/smpi/mpich3-test/coll/bcast.c @@ -54,7 +54,7 @@ int main(int argc, char *argv[]) #endif /* BCAST_MIN_DATATYPES_ONLY */ while (MTestGetDatatypes(&sendtype, &recvtype, count)) { - for (root = 0; root < size; root++) { + for (root = 0; root < size; root+=2) { if (rank == root) { sendtype.InitBuf(&sendtype); err = MPI_Bcast(sendtype.buf, sendtype.count,