summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-08-10 13:02:38 (GMT)
committerGitHub <noreply@github.com>2023-08-10 13:02:38 (GMT)
commit0c1ad6cb2533ddb3d67f1b328c42116c471d65ba (patch)
tree5edb23606bfdcc1392d0ab01ac6ff868bacab626 /src/H5Ppublic.h
parentf3de9ee39d9c5d24389cb652ce1a583e61d40af2 (diff)
downloadhdf5-0c1ad6cb2533ddb3d67f1b328c42116c471d65ba.zip
hdf5-0c1ad6cb2533ddb3d67f1b328c42116c471d65ba.tar.gz
hdf5-0c1ad6cb2533ddb3d67f1b328c42116c471d65ba.tar.bz2
Merges from 1.14 Aug 4-9 (#3366)
* Make h5dump spacing consistent when printing VLEN datatype (#3351) (#3352) * Add Fortran H5ES module to deploy list (#3342) * Fix for the bug exposed from running test/set_extent.c when selection I/O is enabled. (#3319) The test/set_extent.c is modified to test for selection I/O enabled. * Merge Implementation of the mpio driver with selection I/O. (#3360) * Work around a testphdf5 failure on Cray MPICH machines (#3361) (#3362) * set H5_PAC_C_MAX_REAL_PRECISION default to 0 when cross compiling (#3365) with CMake to fix Fortran build failures.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index 2c26d6e..124f661 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -8411,11 +8411,9 @@ H5_DLL herr_t H5Pget_no_selection_io_cause(hid_t plist_id, uint32_t *no_selectio
* default value for modify_write_buf is FALSE.
*
* This function can be used to allow the library to perform in-place
- * type conversion on write operations to save memory space. This is
- * currently only used for selection I/O operations, which are used for
- * collective I/O with type conversion. After making an API call with
- * this parameter set to TRUE, the contents of the write buffer are
- * undefined.
+ * type conversion on write operations to save memory space. After making an
+ * API call with this parameter set to TRUE, the contents of the write buffer
+ * are undefined.
*
* \note When modify_write_buf is set to TRUE the library may violate the
* const qualifier on the API parameter for the write buffer.