summaryrefslogtreecommitdiffstats
path: root/src/H5Fint.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-11 16:03:44 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2016-02-11 16:03:44 (GMT)
commitd12a99498608fc23f61ec89ad56e61256428c3e6 (patch)
tree74718433b64004a430e7310b781df75a997628be /src/H5Fint.c
parentfba3bbc7bf8e444155a7029f5ac82e1e513eadcc (diff)
downloadhdf5-d12a99498608fc23f61ec89ad56e61256428c3e6.zip
hdf5-d12a99498608fc23f61ec89ad56e61256428c3e6.tar.gz
hdf5-d12a99498608fc23f61ec89ad56e61256428c3e6.tar.bz2
[svn-r29088] - Add a test for retrieving the property values for the new coll md functions.
- ifdef some code that don't need to be built in parallel - more minor enhancements tested on bb-8 with parallel and serial
Diffstat (limited to 'src/H5Fint.c')
-rw-r--r--src/H5Fint.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fint.c b/src/H5Fint.c
index 2eb8ab0..1c29fee 100644
--- a/src/H5Fint.c
+++ b/src/H5Fint.c
@@ -175,6 +175,8 @@ H5F_get_access_plist(H5F_t *f, hbool_t app_ref)
#ifdef H5_HAVE_PARALLEL
if(H5P_set(new_plist, H5_COLL_MD_READ_FLAG_NAME, &(f->coll_md_read)) < 0)
HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "can't set collective metadata read flag")
+ if(H5P_set(new_plist, H5F_ACS_COLL_MD_WRITE_FLAG_NAME, &(f->coll_md_write)) < 0)
+ HGOTO_ERROR(H5E_PLIST, H5E_CANTGET, FAIL, "can't set collective metadata read flag")
#endif /* H5_HAVE_PARALLEL */
/* Prepare the driver property */