summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2023-09-01 04:34:57 (GMT)
committerGitHub <noreply@github.com>2023-09-01 04:34:57 (GMT)
commit896270cc6b4f14379f0b9d66c74a538235259225 (patch)
treee0a6d38b78802932eb791a9ef70d7696ae8ccb6f /test/h5test.h
parentb0333a0f541086f4868d782ac5f8902fc0f43b62 (diff)
downloadhdf5-896270cc6b4f14379f0b9d66c74a538235259225.zip
hdf5-896270cc6b4f14379f0b9d66c74a538235259225.tar.gz
hdf5-896270cc6b4f14379f0b9d66c74a538235259225.tar.bz2
Removed all the ranks printing out testing information (#3457)
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 27d90af..6cb00e5 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -353,6 +353,7 @@ H5TEST_DLLVAR size_t n_tests_passed_g;
H5TEST_DLLVAR size_t n_tests_failed_g;
H5TEST_DLLVAR size_t n_tests_skipped_g;
H5TEST_DLLVAR uint64_t vol_cap_flags_g;
+H5TEST_DLLVAR int mpi_rank_framework_g;
H5TEST_DLL void h5_send_message(const char *file, const char *arg1, const char *arg2);
H5TEST_DLL herr_t h5_wait_message(const char *file);