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 / persist.c
index 7ed605e..7e17762 100644 (file)
@@ -48,7 +48,7 @@ int main( int argc, char **argv )
        MPI_Request_free( &r[i] );
        }
 
-    if (rank == 0) printf( "No errors\n" );
+    if (rank == 0) printf( " No Errors\n" );
     MPI_Finalize();
     return 0;
 }