Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove an ugly pimple thanks to units in XML
[simgrid.git] / teshsuite / smpi / mpich-test / pt2pt / typeub.c
index 4d17ffbd629fb61135781d707f16b3c180bce4be..56b7660c333cd2bca28d8b0c5b7a4af90422e2c5 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 );
    }