X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9b73466ada27682d1729f394549479da83ef4a99..HEAD:/teshsuite/smpi/mpich3-test/comm/ic2.c diff --git a/teshsuite/smpi/mpich3-test/comm/ic2.c b/teshsuite/smpi/mpich3-test/comm/ic2.c index 8385648a29..14d8c96fd3 100644 --- a/teshsuite/smpi/mpich3-test/comm/ic2.c +++ b/teshsuite/smpi/mpich3-test/comm/ic2.c @@ -79,8 +79,7 @@ int main(int argc, char **argv) MPI_Comm_free(&ic); - MPI_Reduce((rank == 0 ? MPI_IN_PLACE : &errs), &errs, - 1, MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD); + MPI_Reduce((rank == 0 ? MPI_IN_PLACE : &errs), &errs, 1, MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD); if (rank == 0) { if (errs) { printf("found %d errors\n", errs); @@ -93,4 +92,3 @@ int main(int argc, char **argv) return 0; } -