X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a286e57018d2ef03257affb9fe1e73e0b8d08a3d..dc78c79b2176f41a0622949cd31a8b66f6ca66aa:/teshsuite/smpi/mpich-test/pt2pt/typeub.c diff --git a/teshsuite/smpi/mpich-test/pt2pt/typeub.c b/teshsuite/smpi/mpich-test/pt2pt/typeub.c index 4d17ffbd62..56b7660c33 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/typeub.c +++ b/teshsuite/smpi/mpich-test/pt2pt/typeub.c @@ -78,7 +78,7 @@ int main( int argc, char **argv ) MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD ); MPI_Comm_rank( MPI_COMM_WORLD, &rank ); if (rank == 0) { - if (toterrs == 0) printf( "No errors\n" ); + if (toterrs == 0) printf( " No Errors\n" ); else printf( "Found %d errors\n", toterrs ); }