summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2019-01-25 21:32:51 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2019-02-12 20:38:02 (GMT)
commita4cfd0bfd7be9cba5d9af02825358f898885c5c4 (patch)
tree7c9933648971055ebc24f7fa1e04285a5a2e13e8 /src/H5CX.c
parent9f9485a17a87b075f122b654c1f8426d9114a6df (diff)
downloadhdf5-a4cfd0bfd7be9cba5d9af02825358f898885c5c4.zip
hdf5-a4cfd0bfd7be9cba5d9af02825358f898885c5c4.tar.gz
hdf5-a4cfd0bfd7be9cba5d9af02825358f898885c5c4.tar.bz2
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 9ef2886..6b5e510 100644
--- a/src/H5CX.c
+++ b/src/H5CX.c
@@ -807,8 +807,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 */