summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-10-12 21:50:59 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-10-12 21:50:59 (GMT)
commit17d435522bea33935f1d8af971712cc6686547cc (patch)
treee720ab77ebc79a17aab1948afe95da3e00de4ad9 /testpar/testphdf5.c
parent81a9c71d86f3988ee162c05f40705ddd0533652f (diff)
downloadhdf5-17d435522bea33935f1d8af971712cc6686547cc.zip
hdf5-17d435522bea33935f1d8af971712cc6686547cc.tar.gz
hdf5-17d435522bea33935f1d8af971712cc6686547cc.tar.bz2
[svn-r21533] Description:
Bring r21442 and r21529 from trunk to 1.8 branch: Add new API routines for querying if collective raw data I/O was actually performed collectively. Tested: Linux/32 2.6 (jam) (h5committested on trunk)
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index da5cc97..e7b462e 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -498,6 +498,9 @@ int main(int argc, char **argv)
"test mpi derived type management",
PARATESTFILE);
+ AddTest("actualio", actual_io_mode_tests, NULL,
+ "test actual io mode proprerty",
+ PARATESTFILE);
/* Display testing information */
TestInfo(argv[0]);