D bindings for the parallel HDF5 library.
These bindings are made available under the Boost Software License 1.0. HDF5 is subject to its own license.
-
This set of bindings is based on hdf5-1.8.13.
-
Similarly to the FORTRAN bindings, it is required to call H5open() manually once before starting to use HDF5. It is recommended to also use H5check_version to check whether the version of these bindings matches the version of the HDF5 library.
-
This is a work in progress tested only in the context of its use in DLBC.
-
Pull requests to improve these bindings are welcomed!