855b95b34b
This API call sets the size of a file's page buffer cache. This call was extremely strict about matching its parameters to the file strategy and page size used to create the file, requiring a separate open of the file to obtain these parameters. These requirements have been relaxed when using the fapl to open a previously-created file: * When opening a file that does not use the H5F_FSPACE_STRATEGY_PAGE strategy, the setting is ignored and the file will be opened, but without a page buffer cache. This was previously an error. * When opening a file that has a page size larger than the desired page buffer cache size, the page buffer cache size will be increased to the file's page size. This was previously an error. The behavior when creating a file using H5Pset_page_buffer_size() is unchanged. Fixes GitHub issue #3382 |
||
---|---|---|
.devcontainer | ||
.github | ||
bin | ||
c++ | ||
config | ||
doc | ||
doxygen | ||
examples | ||
fortran | ||
HDF5Examples | ||
hl | ||
java | ||
m4 | ||
release_docs | ||
src | ||
test | ||
testpar | ||
tools | ||
utils | ||
.autom4te.cfg | ||
.clang-format | ||
.codespellrc | ||
.gitattributes | ||
.gitignore | ||
.h5chkright.ini | ||
ACKNOWLEDGMENTS | ||
acsite.m4 | ||
autogen.sh | ||
CITATION.cff | ||
CMakeFilters.cmake | ||
CMakeInstallation.cmake | ||
CMakeLists.txt | ||
CMakePlugins.cmake | ||
CMakePresets.json | ||
CMakeTests.cmake | ||
CMakeVOL.cmake | ||
CODE_OF_CONDUCT.md | ||
configure.ac | ||
CONTRIBUTING.md | ||
COPYING | ||
COPYING_LBNL_HDF5 | ||
CTestConfig.cmake | ||
Makefile.am | ||
Makefile.dist | ||
README.md | ||
SECURITY.md | ||
UserMacros.cmake |
HDF5 version 1.15.0 currently under development
HPC configure/build/test results
Please refer to the release_docs/INSTALL file for installation instructions.
This repository contains a high-performance library's source code and a file format specification that implements the HDF5® data model. The model has been adopted across many industries, and this implementation has become a de facto data management standard in science, engineering, and research communities worldwide.
The HDF Group is the developer, maintainer, and steward of HDF5 software. Find more information about The HDF Group, the HDF5 Community, and other HDF5 software projects, tools, and services at The HDF Group's website.
DOCUMENTATION
This release is fully functional for the API described in the documentation.
https://docs.hdfgroup.org/hdf5/develop/_l_b_a_p_i.html
Full Documentation and Programming Resources for this release can be found at
https://docs.hdfgroup.org/hdf5/develop/index.html
The latest doxygen documentation generated on changes to develop is available at:
https://hdfgroup.github.io/hdf5/
See the RELEASE.txt file in the release_docs/ directory for information specific to the features and updates included in this release of the library.
Several more files are located within the release_docs/ directory with specific details for several common platforms and configurations.
INSTALL - Start Here. General instructions for compiling and installing the library
INSTALL_CMAKE - instructions for building with CMake (Kitware.com)
INSTALL_parallel - instructions for building and configuring Parallel HDF5
INSTALL_Windows and INSTALL_Cygwin - MS Windows installations.
HELP AND SUPPORT
Information regarding Help Desk and Support services is available at
FORUM and NEWS
The HDF Forum is provided for public announcements and discussions of interest to the general HDF5 Community.
-
News and Announcements https://forum.hdfgroup.org/c/news-and-announcements-from-the-hdf-group
-
HDF5 Topics https://forum.hdfgroup.org/c/hdf5
These forums are provided as an open and public service for searching and reading. Posting requires completing a simple registration and allows one to join in the conversation. Please read the instructions pertaining to the Forum's use and configuration.
RELEASE SCHEDULE
HDF5 does not release on a regular schedule. Instead, releases are driven by new features and bug fixes, though we try to have at least one release of each maintenance branch per year. Future HDF5 releases indicated on this schedule are tentative.
Release | New Features |
---|---|
1.14.4 | native float16 support, cloud-optimized HDF5 improvements |
1.14.5 | Complex number support |
TBD | VFD SWMR |
2.0.0 | TBD |
This list of feature release versions is also tentative, and the specific release in which a feature is introduced may change.
SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE
Periodically development code snapshots are provided at the following URL:
https://github.com/HDFGroup/hdf5/releases/tag/snapshot
Source packages for current and previous releases are located at:
https://portal.hdfgroup.org/Downloads
Development code is available at our Github location: