summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-01 18:35:09 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-01 18:35:22 (GMT)
commit4165f341945adf3bbfa2318badbe1057ccffca52 (patch)
tree7bc2b71ebb85b70ea8a18c53c48d4c42d87d87e7 /testpar
parent68c936e318fb81b9e3fc8db4dd3b9c9f1dbb69fe (diff)
downloadhdf5-4165f341945adf3bbfa2318badbe1057ccffca52.zip
hdf5-4165f341945adf3bbfa2318badbe1057ccffca52.tar.gz
hdf5-4165f341945adf3bbfa2318badbe1057ccffca52.tar.bz2
Add missing function
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_mdset.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c
index 16eb13c..7f75d20 100644
--- a/testpar/t_mdset.c
+++ b/testpar/t_mdset.c
@@ -838,6 +838,13 @@ void dataset_fillvalue(void)
HDfree(wdata);
}
+/* combined cngrpw and ingrpr tests because ingrpr reads file created by cngrpw. */
+void collective_group_write_independent_group_read(void)
+{
+ collective_group_write();
+ independent_group_read();
+}
+
/* Write multiple groups with a chunked dataset in each group collectively.
* These groups and datasets are for testing independent read later.
*