summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2003-02-18 21:50:42 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2003-02-18 21:50:42 (GMT)
commit941509ab25e444f4e66f0f9d7e355e1ecef9b245 (patch)
treef9036787cf306f868242a2e22cf0839d8588f86f /testpar/testphdf5.h
parente384b7fa03c02475f23f1d4cd67011cd45de32d1 (diff)
downloadhdf5-941509ab25e444f4e66f0f9d7e355e1ecef9b245.zip
hdf5-941509ab25e444f4e66f0f9d7e355e1ecef9b245.tar.gz
hdf5-941509ab25e444f4e66f0f9d7e355e1ecef9b245.tar.bz2
[svn-r6419]
Purpose: More test. Description: Test independent read of groups and chunked dataset. Solution: This test is similar to multiple group test. So just add it in the testphdf5.c,h. Platforms tested: modi4, eirene.
Diffstat (limited to 'testpar/testphdf5.h')
-rw-r--r--testpar/testphdf5.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/testpar/testphdf5.h b/testpar/testphdf5.h
index 57d6112..53ea52e 100644
--- a/testpar/testphdf5.h
+++ b/testpar/testphdf5.h
@@ -104,6 +104,8 @@ hid_t create_faccess_plist(MPI_Comm comm, MPI_Info info, int l_facc_type );
void multiple_dset_write(char *filename, int ndatasets);
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_split_comm_access(char *filename);
void dataset_writeInd(char *filename);
void dataset_writeAll(char *filename);