diff options
author | Neil Fortner <fortnern@gmail.com> | 2023-04-28 23:58:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 23:58:25 (GMT) |
commit | 3236fb79cedcbe8fed2f421db1ae15f630b5b90f (patch) | |
tree | b4751d6d020d057f4a43f3c89186418cdd1ac0cf /doxygen | |
parent | 4497feb5756d76479fb36fef999692c0909f8340 (diff) | |
download | hdf5-3236fb79cedcbe8fed2f421db1ae15f630b5b90f.zip hdf5-3236fb79cedcbe8fed2f421db1ae15f630b5b90f.tar.gz hdf5-3236fb79cedcbe8fed2f421db1ae15f630b5b90f.tar.bz2 |
Implement selection I/O with type conversion (#2823)
Initial implementation of selection I/O with type conversion. Allows
Parallel collective I/O with type conversion, as long as selection I/O
is enabled.
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/examples/tables/propertyLists.dox | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/doxygen/examples/tables/propertyLists.dox b/doxygen/examples/tables/propertyLists.dox index 375fd50..4e20197 100644 --- a/doxygen/examples/tables/propertyLists.dox +++ b/doxygen/examples/tables/propertyLists.dox @@ -694,6 +694,18 @@ of the library for reading or writing the actual data.</td> <td>Gets local and global causes that broke collective I/O on the last parallel I/O call.</td> </tr> <tr> +<td>#H5Pset_selection_io/#H5Pget_selection_io</td> +<td>Sets/gets the selection I/O mode.</td> +</tr> +<tr> +<td>#H5Pget_no_selection_io_cause</td> +<td>Gets the cause for not performing selection or vector I/O on the last parallel 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> +<tr> <td>H5Pset_preserve/H5Pget_preserve</td> <td>No longer available, deprecated as it no longer has any effect.</td> </tr> @@ -952,4 +964,3 @@ encoding for object names.</td> //! [acpl_table] * */ -
\ No newline at end of file |