diff options
author | Neil Fortner <fortnern@gmail.com> | 2023-10-20 17:32:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-20 17:32:17 (GMT) |
commit | 630d6e27c956859ff5c0d7a61df3c095fbd7c86b (patch) | |
tree | 7494b9edf2aa094304467eac23727b17dba6d9a6 /doxygen | |
parent | b916ce2419da45f7a51503e3bf2774e71f7db815 (diff) | |
download | hdf5-630d6e27c956859ff5c0d7a61df3c095fbd7c86b.zip hdf5-630d6e27c956859ff5c0d7a61df3c095fbd7c86b.tar.gz hdf5-630d6e27c956859ff5c0d7a61df3c095fbd7c86b.tar.bz2 |
Add new API function H5Pget_actual_select_io_mode() (#2974)
This function allows the user to determine if the library performed selection I/O, vector I/O, or scalar (legacy) I/O during the last HDF5 operation performed with the provided DXPL. Expanded existing tests to check this functionality.
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/examples/tables/propertyLists.dox | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doxygen/examples/tables/propertyLists.dox b/doxygen/examples/tables/propertyLists.dox index 2f74c03..340e13c 100644 --- a/doxygen/examples/tables/propertyLists.dox +++ b/doxygen/examples/tables/propertyLists.dox @@ -711,6 +711,10 @@ of the library for reading or writing the actual data.</td> <td>Gets the cause for not performing selection or vector I/O on the last parallel I/O call.</td> </tr> <tr> +<td>#H5Pget_actual_selection_io_mode</td> +<td>Gets the type(s) (scalar, vector, selection) of raw data I/O performed on the last I/O call.</td> +</tr> +<tr> <td>#H5Pset_modify_write_buf/#H5Pget_modify_write_buf</td> <td>Sets/gets a flag allowing the library to modify the contents of the write buffer.</td> </tr> |