diff options
author | vchoi-hdfgroup <55293060+vchoi-hdfgroup@users.noreply.github.com> | 2023-08-04 21:36:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-04 21:36:50 (GMT) |
commit | ede4987b636df78637d9357d00dba172278c2362 (patch) | |
tree | d8143cc1ed6fd489e42f5898b4c630d28fdfee54 /src/H5Ppublic.h | |
parent | 915cadb44f11b9875ec13c7396d3f5b17def1785 (diff) | |
download | hdf5-ede4987b636df78637d9357d00dba172278c2362.zip hdf5-ede4987b636df78637d9357d00dba172278c2362.tar.gz hdf5-ede4987b636df78637d9357d00dba172278c2362.tar.bz2 |
Fix for the bug exposed from running test/set_extent.c when selection… (#3319)
* Fix for the bug exposed from running test/set_extent.c when selection I/O is enabled.
This is a fix from Neil.
The test/set_extent.c is modified to test for selection I/O enabled.
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 8 |
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. |