summaryrefslogtreecommitdiffstats
path: root/testpar/API/t_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/API/t_file.c')
-rw-r--r--testpar/API/t_file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/API/t_file.c b/testpar/API/t_file.c
index 1a80dfe..f296c8a 100644
--- a/testpar/API/t_file.c
+++ b/testpar/API/t_file.c
@@ -71,7 +71,7 @@ test_split_comm_access(void)
filename = (const char *)PARATESTFILE /* GetTestParameters()*/;
if (VERBOSE_MED)
- HDprintf("Split Communicator access test on file %s\n", filename);
+ printf("Split Communicator access test on file %s\n", filename);
/* set up MPI parameters */
MPI_Comm_size(MPI_COMM_WORLD, &mpi_size);
@@ -151,7 +151,7 @@ test_page_buffer_access(void)
filename = (const char *)GetTestParameters();
if (VERBOSE_MED)
- HDprintf("Page Buffer Usage in Parallel %s\n", filename);
+ printf("Page Buffer Usage in Parallel %s\n", filename);
fapl = create_faccess_plist(MPI_COMM_WORLD, MPI_INFO_NULL, facc_type);
VRFY((fapl >= 0), "create_faccess_plist succeeded");