summaryrefslogtreecommitdiffstats
path: root/testpar/API/H5_api_test_parallel.h
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-06-28 15:31:32 (GMT)
committerGitHub <noreply@github.com>2023-06-28 15:31:32 (GMT)
commit187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98 (patch)
treebaffa167d0796786241aef6b0ce76d4adec3b66e /testpar/API/H5_api_test_parallel.h
parent7a44581a84778a1346a2fd5b6cca7d9db905a321 (diff)
downloadhdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.zip
hdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.tar.gz
hdf5-187ea8a9ae1405b5b46ca47a32fb1fb9e2686c98.tar.bz2
Rename HD(f)printf() to (f)printf() (#3194)
Diffstat (limited to 'testpar/API/H5_api_test_parallel.h')
-rw-r--r--testpar/API/H5_api_test_parallel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testpar/API/H5_api_test_parallel.h b/testpar/API/H5_api_test_parallel.h
index 6df83e8..151a907 100644
--- a/testpar/API/H5_api_test_parallel.h
+++ b/testpar/API/H5_api_test_parallel.h
@@ -162,15 +162,15 @@ extern char H5_api_test_parallel_filename[];
MPI_LOR, MPI_COMM_WORLD)) \
{ \
if (MAINPROCESS) \
- HDprintf( \
+ printf( \
" failed to collect consensus about whether non-collective operation was successful\n"); \
goto error; \
} \
\
if (ind_op_failed) { \
if (MAINPROCESS) \
- HDprintf(" failure detected during non-collective operation - all other ranks will now fail " \
- "too\n"); \
+ printf(" failure detected during non-collective operation - all other ranks will now fail " \
+ "too\n"); \
goto error; \
} \
}