X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8b5faafecff77b1540810d84fc0b387f85952a5..cc63d7b267be4c20633a0be7db63b3d88030bee6:/teshsuite/smpi/bcast/bcast_coll.c diff --git a/teshsuite/smpi/bcast/bcast_coll.c b/teshsuite/smpi/bcast/bcast_coll.c index c9d898e391..bceaf4087c 100644 --- a/teshsuite/smpi/bcast/bcast_coll.c +++ b/teshsuite/smpi/bcast/bcast_coll.c @@ -23,7 +23,7 @@ int main(int argc, char **argv) for (i = 0; i < count; i++) values[i] = (0 == rank) ? 17 : 3; - status = MPI_Bcast(values, count, MPI_INT, 0, MPI_COMM_WORLD); + MPI_Bcast(values, count, MPI_INT, 0, MPI_COMM_WORLD); int good = 0; for (i = 0; i < count; i++)