summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-02-12 04:24:06 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-02-12 04:24:06 (GMT)
commit8f42566f7ac087504c115c7d98b79c56604c2ebe (patch)
tree072d3f188b888dc9d5b1215db502af01fd9038e9 /src/H5CX.c
parentfa83ab9f7c7dd7966f475932325b5e3740810cfd (diff)
parent8f447bd3564a88738b9a26b1b0ac3bba785efd39 (diff)
downloadhdf5-8f42566f7ac087504c115c7d98b79c56604c2ebe.zip
hdf5-8f42566f7ac087504c115c7d98b79c56604c2ebe.tar.gz
hdf5-8f42566f7ac087504c115c7d98b79c56604c2ebe.tar.bz2
Merge pull request #1523 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
* commit '8f447bd3564a88738b9a26b1b0ac3bba785efd39': Add RELEASE.txt note for collective metadata read fixes Fix some collective metadata read issues
Diffstat (limited to 'src/H5CX.c')
-rw-r--r--src/H5CX.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5CX.c b/src/H5CX.c
index 0d20132..f945df0 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -815,8 +815,8 @@ H5CX_set_apl(hid_t *acspl_id, const H5P_libclass_t *libclass,
#ifdef H5_HAVE_PARALLEL
/* If this routine is not guaranteed to be collective (i.e. it doesn't
- * modify the structural metadata in a file), check if we should use
- * a collective metadata read.
+ * modify the structural metadata in a file), check if the application
+ * specified a collective metadata read for just this operation.
*/
if(!is_collective) {
H5P_genplist_t *plist; /* Property list pointer */