Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modify .std files to comply, as fortran ones were outputing weird things
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / typeub.c
index 4d17ffb..56b7660 100644 (file)
@@ -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 );
    }