Go to file
jhendersonHDF b16808d351
Sync with develop (#3737)
* Correct ld in format strings in cmpd_dset.c (#3697)

Removes clang warnings

* Clean up comments. (#3695)

* Add NVidia compiler support and CI (#3686)

* Work around Theta system issue failure in links test (#3710)

When the Subfiling VFD is enabled, the links test may
try to initialize the Subfiling VFD and call MPI_Init_thread.
On Theta, this appears to have an issue that will cause
the links test to fail. Reworked the test to check for
the same conditions in a more roundabout way that doesn't
involved initializing the Subfiling VFD

* Fix issue with unmatched messages in ph5diff (#3719)

* provide an alternative to mapfile for older bash (#3717)

* Attempt to quiet some warnings with cray compilers. (#3724)

* Fix CMake VOL passthrough tests by copying files to correct directory (#3721)

* Develop intel split (#3722)

* Split intel compiler flags into sub-folders
* Update Intel options for warnings
* Mostly CMake, Autotools needs additional work

* Fixes and adjustments to t_filters_parallel (#3714)

Broadcast number of datasets to create in multi-dataset I/O cases
so that interference with random number generation doesn't cause
mismatches between ranks

Set fill time for datasets to "never" by default and adjust on a
per-test basis to avoid writing fill values to chunks when it's
unnecessary

Reduce number of loops run in some tests when performing multi-dataset
I/O

Fix an issue in the "fill time never" test where data verification
could fill if file space reuse causes application buffers to be
filled with chosen fill value when reading from datasets with
uninitialized storage

Skip multi-chunk I/O test configurations for multi-dataset I/O
configurations when the TestExpress level is > 1 since those
tests can be more stressful on the file system

Disable use of persistent file free space management for now
since it occasionally runs into an infinite loop in the library's
free space management code

* Suppress cast-qual warning in H5TB Fortran wrapper (#3728)

This interface is fundamentally broken, const-wise.

* 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.

* Test scripts now execute in-source with creation of tmp dir (#3723)

Fixes a few issues created in #3580:

* Fixes a problem where committed tools test files were deleted when cleaning after an in-source build
* Fixes issues with test file paths in Autotools tools test scripts

* Add -h and --help as flags in h5cc & h5fc (#3729)

Adds these common help flags in addition to -help

* Update the library version matrix for H5Pset_libver_bounds() (#3702)

* Fixed #3524

Added 1.12, 1.14, and 1.16 to the table for libver bounds in the H5Pset_libver_bounds docs.

* Remove references to LIBVER_V116

---------

Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Co-authored-by: Scot Breitenfeld <brtnfld@hdfgroup.org>
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Co-authored-by: Neil Fortner <fortnern@gmail.com>
Co-authored-by: Glenn Song <43005495+glennsong09@users.noreply.github.com>
Co-authored-by: bmribler <39579120+bmribler@users.noreply.github.com>
2023-10-20 18:08:49 -07:00
.github Add NV flags and update CI (#3711) 2023-10-18 15:47:17 -07:00
bin Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
c++ 1.14 sync with develop (#3660) 2023-10-12 11:32:23 -05:00
config Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
doc 1.14 sync with develop (#3660) 2023-10-12 11:32:23 -05:00
doxygen Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
examples 1.14 sync with develop (#3660) 2023-10-12 11:32:23 -05:00
fortran Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
hl Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
java Sync 1.14 branch with develop (#3705) 2023-10-17 21:57:55 -07:00
m4 Merge with develop (#2790) 2023-04-21 23:25:12 -07:00
release_docs Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
src Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
test Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
testpar Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
tools Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
utils Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
.autom4te.cfg Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
.clang-format Bring the H5detect removal change from develop (#3648) 2023-10-09 10:42:46 -07:00
.gitattributes Update presets, examples uncompress, szip cache (#3392) 2023-08-22 09:04:20 -07:00
.gitignore Sync with develop (#2849) 2023-04-28 13:37:04 -07:00
.h5chkright.ini Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
ACKNOWLEDGMENTS
acsite.m4 Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
autogen.sh Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
CMakeFilters.cmake Cache variables req FORCE to change (#3707) 2023-10-18 12:46:29 -07:00
CMakeInstallation.cmake Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
CMakeLists.txt GH issue 3398 - option to disable doxygen warn as error (#3709) 2023-10-19 15:26:39 -07:00
CMakePlugins.cmake Cache variables req FORCE to change (#3707) 2023-10-18 12:46:29 -07:00
CMakePresets.json Sync with develop (#3737) 2023-10-20 18:08:49 -07:00
CMakeTests.cmake 1.14 sync with develop (#3660) 2023-10-12 11:32:23 -05:00
CMakeVOL.cmake 1.14 sync with develop (#3660) 2023-10-12 11:32:23 -05:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-07-14 09:37:57 -07:00
configure.ac GH issue 3398 - option to disable doxygen warn as error (#3709) 2023-10-19 15:26:39 -07:00
CONTRIBUTING.md Remove references to old MANIFEST file (#2890) 2023-05-03 16:23:32 -05:00
COPYING sync bin dir with develop (#3269) 2023-07-24 16:48:11 -05:00
COPYING_LBNL_HDF5 Add new version of COPYING_LBNL_HDF5. (#2775) 2023-04-18 13:07:06 -07:00
CTestConfig.cmake Add NV flags and update CI (#3711) 2023-10-18 15:47:17 -07:00
CVE_list_1_14.md Switched from UNTESTED to UNT (#3575) 2023-09-25 10:41:44 -07:00
Makefile.am Sync 2 new develop prs to hdf5_1_14 (#2879) 2023-05-02 16:06:16 -05:00
Makefile.dist Update copyright headers (#2184) 2022-11-01 16:02:27 -05:00
README.md Set version to 1.14.3-1. (#3343) 2023-08-03 15:03:13 -05:00
SECURITY.md Sync .github directory (#3277) 2023-07-27 09:15:07 -07:00
UserMacros.cmake Update license url part2 (#333) 2021-02-17 08:52:36 -06:00

HDF5 version 1.14.3-1 currently under development

HDF5 Logo

1.14 build status BSD

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://portal.hdfgroup.org/display/HDF5/The+HDF5+API

Full Documentation and Programming Resources for this release can be found at

https://portal.hdfgroup.org/display/HDF5

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://portal.hdfgroup.org/display/support/The+HDF+Help+Desk

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.

SNAPSHOTS, PREVIOUS RELEASES AND SOURCE CODE

Periodically development code snapshots are provided at the following URL:

https://github.com/HDFGroup/hdf5/releases/tag/snapshot-1.14

Source packages for current and previous releases are located at:

https://portal.hdfgroup.org/display/support/Downloads

Development code is available at our Github location:

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