diff options
Diffstat (limited to 'testpar/API/t_prop.c')
-rw-r--r-- | testpar/API/t_prop.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/API/t_prop.c b/testpar/API/t_prop.c index 3659501..3065404 100644 --- a/testpar/API/t_prop.c +++ b/testpar/API/t_prop.c @@ -152,7 +152,7 @@ test_plist_ed(void) herr_t ret; /* Generic return value */ if (VERBOSE_MED) - HDprintf("Encode/Decode DCPLs\n"); + printf("Encode/Decode DCPLs\n"); /* set up MPI parameters */ MPI_Comm_size(MPI_COMM_WORLD, &mpi_size); @@ -480,7 +480,7 @@ external_links(void) char link_path[50]; if (VERBOSE_MED) - HDprintf("Check external links\n"); + printf("Check external links\n"); /* set up MPI parameters */ MPI_Comm_size(MPI_COMM_WORLD, &mpi_size); |