Go to file
Scot Breitenfeld d79667eb0c
Add API support for Fortran MPI_F08 module definitions. (#3959)
* revert to using c-stub for _F08 MPI APIs

* use mpi compiler wrappers for cmake and nvhpc
2024-01-29 13:13:33 -06:00
.github Add API support for Fortran MPI_F08 module definitions. (#3959) 2024-01-29 13:13:33 -06:00
bin Add 'warning density' computation to the warnhist script (#3910) 2023-12-29 08:42:35 -06:00
c++ Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
config Add API support for Fortran MPI_F08 module definitions. (#3959) 2024-01-29 13:13:33 -06:00
doc Change dest for doxygen (#3856) 2023-11-15 17:32:07 -06:00
doxygen Fix doxygen errors (#3962) 2024-01-29 07:38:54 -06:00
examples Remove examples that have been moved to HDF5Examples folder (#3917) 2024-01-03 14:17:46 -06:00
fortran Add API support for Fortran MPI_F08 module definitions. (#3959) 2024-01-29 13:13:33 -06:00
HDF5Examples Add binary build for linux S3 (#3936) 2024-01-09 09:47:55 -08:00
hl Replace off_t with HDoff_t internally (#3944) 2024-01-18 09:03:59 -08:00
java Fix doxygen errors (#3962) 2024-01-29 07:38:54 -06:00
m4 CMake: Let runtime checks through stdout only (#2666) 2023-04-11 14:28:32 -05:00
release_docs Add API support for Fortran MPI_F08 module definitions. (#3959) 2024-01-29 13:13:33 -06:00
src Fix doxygen errors (#3962) 2024-01-29 07:38:54 -06:00
test Fix potential infinite loop in API test (#3960) 2024-01-25 08:57:31 -08:00
testpar Replace off_t with HDoff_t internally (#3944) 2024-01-18 09:03:59 -08:00
tools Remove check for MPI initialization in tools library when using parallel VFDs 2024-01-09 10:38:35 -06:00
utils Add 'warning density' computation to the warnhist script (#3910) 2023-12-29 08:42:35 -06:00
.autom4te.cfg
.clang-format Put H5T_CONV_ab macros in do..while loops (#3432) 2023-08-25 11:24:42 -07:00
.codespellrc RF: move codespell configuration into .codespellrc so could be used locally as well (#3958) 2024-01-26 07:59:25 -08:00
.gitattributes Update presets, examples uncompress, szip cache (#3391) 2023-08-18 16:01:15 -05:00
.gitignore Add support for CMakePresets and fix example download (#2817) 2023-04-26 15:56:57 -07:00
.h5chkright.ini
ACKNOWLEDGMENTS
acsite.m4
autogen.sh autogen.sh: check directly for libtoolize instead of libtool [as libtool is not used here] (#3886) 2024-01-12 17:43:40 -08:00
CMakeFilters.cmake Use props for includes and remove global includes (#3921) 2024-01-04 12:06:36 -06:00
CMakeInstallation.cmake Add VDS examples and fix non-standalone build (#3898) 2023-12-21 09:53:24 -06:00
CMakeLists.txt Add API support for Fortran MPI_F08 module definitions. (#3959) 2024-01-29 13:13:33 -06:00
CMakePlugins.cmake Cache variables req FORCE to change (#3706) 2023-10-18 12:46:02 -07:00
CMakePresets.json Add binary build for linux S3 (#3936) 2024-01-09 09:47:55 -08:00
CMakeTests.cmake Add HDF5_DISABLE_TESTS_REGEX option to skip tests (#3859) 2023-11-22 07:51:30 -06:00
CMakeVOL.cmake Fix building VOLs under library with CMake <3.24 (#3920) 2024-01-04 12:03:50 -06:00
CODE_OF_CONDUCT.md
configure.ac Add API support for Fortran MPI_F08 module definitions. (#3959) 2024-01-29 13:13:33 -06:00
CONTRIBUTING.md Change dest for doxygen (#3856) 2023-11-15 17:32:07 -06:00
COPYING Update COPYING (#3231) 2023-07-11 10:56:30 -05:00
COPYING_LBNL_HDF5 Add new version of COPYING_LBNL_HDF5. (#2773) 2023-04-18 13:06:24 -07:00
CTestConfig.cmake Remove CDASH_LOCAL variable reference (#3796) 2023-10-30 12:11:07 -05:00
Makefile.am Add bin directory to make distclean (#2872) 2023-05-01 22:25:25 -07:00
Makefile.dist
README.md Some changes to portal links when they could be found on docs.hdfgroup.org, and changed the helpdesk link to help.hdfgroup.org (#3893) 2023-12-12 22:21:15 -06:00
SECURITY.md Create Security Policy (#3152) 2023-06-18 22:14:56 -07:00
UserMacros.cmake

HDF5 version 1.15.0 currently under development

HDF5 Logo

develop build status HDF-EOS5 build status netCDF build status h5py build status CVE regression HDF5 VOL connectors build status 1.14 build status BSD

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 implement 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

https://help.hdfgroup.org

FORUM and NEWS

The HDF Forum is provided for public announcements and discussions of interest to the general HDF5 Community.

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 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 S3 VFD improvements
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:

https://github.com/HDFGroup/hdf5.git