summaryrefslogtreecommitdiffstats
path: root/testpar/t_mdset.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-10 18:19:12 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-10 18:19:12 (GMT)
commit25f271d84bb56b1f318545fb04dc5f7564417f13 (patch)
tree3888d10b34176b89e2b2aada07073b682b15a8dd /testpar/t_mdset.c
parentc8a6c6030a768952bc4161b2bf30c948b8b58723 (diff)
downloadhdf5-25f271d84bb56b1f318545fb04dc5f7564417f13.zip
hdf5-25f271d84bb56b1f318545fb04dc5f7564417f13.tar.gz
hdf5-25f271d84bb56b1f318545fb04dc5f7564417f13.tar.bz2
[svn-r29079] rename the coll read requirement function.
Diffstat (limited to 'testpar/t_mdset.c')
-rw-r--r--testpar/t_mdset.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testpar/t_mdset.c b/testpar/t_mdset.c
index 66d6f49..c88cb86 100644
--- a/testpar/t_mdset.c
+++ b/testpar/t_mdset.c
@@ -888,7 +888,8 @@ void independent_group_read(void)
MPI_Comm_rank(MPI_COMM_WORLD, &mpi_rank);
plist = create_faccess_plist(MPI_COMM_WORLD, MPI_INFO_NULL, facc_type);
- H5Pset_coll_metadata_read(plist, FALSE);
+ H5Pset_all_coll_metadata_ops(plist, FALSE);
+
fid = H5Fopen(filename, H5F_ACC_RDONLY, plist);
H5Pclose(plist);