summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-10-24 02:06:44 (GMT)
committerGitHub <noreply@github.com>2023-10-24 02:06:44 (GMT)
commitaf49eb5b8647e8d9ffb527fd533def0910eb535c (patch)
treef4f368a972fd547b3a04b3c9682758c148c3dcff /src/H5Pfapl.c
parentceb03358a1d713078ae36bfff07be62b433d970a (diff)
downloadhdf5-af49eb5b8647e8d9ffb527fd533def0910eb535c.zip
hdf5-af49eb5b8647e8d9ffb527fd533def0910eb535c.tar.gz
hdf5-af49eb5b8647e8d9ffb527fd533def0910eb535c.tar.bz2
Fix hangs during collective I/O with independent metadata writes (#3693)
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index 5f5782c..dc122af 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -5174,7 +5174,7 @@ done:
* Function: H5Pset_coll_metadata_write
*
* Purpose: Tell the library whether the metadata write operations will
- * be done collectively (1) or not (0). Default is collective.
+ * be done collectively (1) or not (0). Default is independent.
*
* Return: Non-negative on success/Negative on failure
*