Skip to content

Commit

Permalink
Remove release note for internal threading/concurrency configure option
Browse files Browse the repository at this point in the history
not for HDF5 1.14.5.
  • Loading branch information
lrknox committed Sep 14, 2024
1 parent 57e4abc commit 05f0c2f
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ New Features
binaries in addition to the debian and rpm installation binaries. Also
these installer files are no longer compressed into packaged archives.

- Added configuration option for internal threading/concurrency support:

CMake: HDF5_ENABLE_THREADS (ON/OFF) (Default: ON)
Autotools: --enable-threads (yes/no) (Default: yes)

This option enables support for threading and concurrency algorithms
within the HDF5 library. It is required for, but separate from, the
'threadsafe' configure option, which makes the HDF5 API safe to call from
multiple threads. It is possible to enable the 'threads' option and
disable the 'threadsafe' option, but not vice versa. The 'threads' option
must be on to enable the subfiling VFD.

- Moved examples to the HDF5Examples folder in the source tree.

Moved the C++ and Fortran examples from the examples folder to the HDF5Examples
Expand Down

0 comments on commit 05f0c2f

Please sign in to comment.