Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activate new mpich tests as we support new functions/features for attr/win
[simgrid.git] / teshsuite / smpi / mpich3-test / comm / ic2.c
index 8385648a295c6035c0f07a51d50d1778ade6a563..14d8c96fd3d26f3a9d60f88f92f15dd8db199b81 100644 (file)
@@ -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;
 }
-