summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-04-23 21:19:51 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-04-23 21:19:51 (GMT)
commit4fa8fe270ccc29c93b6fd898e39220377c71e446 (patch)
tree76d42ce9897792538de3a40840bdf74b25d56ece /testpar/testphdf5.h
parentd98f0d77c19badf83ecb0af7c40ab35fca23b424 (diff)
downloadhdf5-4fa8fe270ccc29c93b6fd898e39220377c71e446.zip
hdf5-4fa8fe270ccc29c93b6fd898e39220377c71e446.tar.gz
hdf5-4fa8fe270ccc29c93b6fd898e39220377c71e446.tar.bz2
[svn-r6741] Purpose:
code cleanup. Description: Rename test_comm_info_delete to test_fapl_mpio_dup to better decribe what it does. Updated the comments to describe more accurate. Platforms tested: Did not run h5commmittest since the changes were all in parallel area. Ran parallel tests on modi4 and eirene. Misc. update:
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 827f3b0..ced5841 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -120,6 +120,7 @@ void multiple_group_write(char *filename, int ngroups);
void multiple_group_read(char *filename, int ngroups);
void collective_group_write(char *filename, int ngroups);
void independent_group_read(char *filename, int ngroups);
+void test_fapl_mpio_dup(void);
void test_split_comm_access(char *filename);
void dataset_writeInd(char *filename);
void dataset_writeAll(char *filename);