summaryrefslogtreecommitdiffstats
path: root/test/h5test.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2002-05-21 18:28:55 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2002-05-21 18:28:55 (GMT)
commitccc766f50fd5d672573b17865295fb5b5f0c1e1b (patch)
treee77af1a7784df7107e2162ddd6dec31454fbc522 /test/h5test.h
parent7d9ace29524008b8f7dfb76c4b44018a9777dcc4 (diff)
downloadhdf5-ccc766f50fd5d672573b17865295fb5b5f0c1e1b.zip
hdf5-ccc766f50fd5d672573b17865295fb5b5f0c1e1b.tar.gz
hdf5-ccc766f50fd5d672573b17865295fb5b5f0c1e1b.tar.bz2
[svn-r5445] Purpose:
Feature Description: moved the routines of setting up and dumping MPI-info object to test library so that it is avaiable for all tests too. Platforms tested: modi4(pp), eirene (serial)
Diffstat (limited to 'test/h5test.h')
-rw-r--r--test/h5test.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/h5test.h b/test/h5test.h
index 2240531..695199c 100644
--- a/test/h5test.h
+++ b/test/h5test.h
@@ -26,6 +26,9 @@
* the parallel test files.
*/
extern char *paraprefix;
+#ifdef H5_HAVE_PARALLEL
+extern MPI_Info pio_info_g; /* MPI INFO object to run the PIO */
+#endif
/*
* The name of the test is printed by saying TESTING("something") which will
@@ -59,7 +62,11 @@ char *h5_fixname(const char *base_name, hid_t fapl, char *fullname,
hid_t h5_fileaccess(void);
void h5_no_hwconv(void);
void h5_reset(void);
+#ifdef H5_HAVE_PARALLEL
void h5_show_hostname(void);
+int h5_set_info_object(void);
+void h5_dump_info_object(MPI_Info info);
+#endif
#ifdef __cplusplus
}