X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/89201b587c4ab50c528177913be26ce24f0667a4..c8bd549db50983ca2385309cb4fb92b25d5c2d54:/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 ); }