mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
Updated Fortran Bug and new features
This commit is contained in:
parent
3f727a272c
commit
fb5d83e146
@ -140,6 +140,7 @@ New Features
|
||||
-----------------
|
||||
- Changed the default behavior in parallel when reading the same dataset in its entirely
|
||||
(i.e. H5S_ALL dataset selection) which is being read by all the processes collectively.
|
||||
The dataset mush be contiguous, less than 2GB, and of an atomic datatype.
|
||||
The new behavior is the HDF5 library will use an MPI_Bcast to pass the data read from
|
||||
the disk by the root process to the remain processes in the MPI communicator associated
|
||||
with the HDF5 file.
|
||||
@ -148,7 +149,21 @@ New Features
|
||||
|
||||
Fortran Library:
|
||||
----------------
|
||||
-
|
||||
- Added new Fortran derived type, c_h5o_info_t, which is interoperable with
|
||||
C's h5o_info_t. This is needed for callback functions which
|
||||
pass C's h5o_info_t data type definition.
|
||||
|
||||
(MSB, 2019/01/08, HDFFV-10443)
|
||||
|
||||
- Added new Fortran API, H5gmtime, which converts (C) 'time_t' structure
|
||||
to Fortran DATE AND TIME storage format.
|
||||
|
||||
(MSB, 2019/01/08, HDFFV-10443)
|
||||
|
||||
- Added new Fortran 'fields' optional parameter to: h5ovisit_f, h5oget_info_by_name_f,
|
||||
h5oget_info, h5oget_info_by_idx and h5ovisit_by_name_f.
|
||||
|
||||
(MSB, 2019/01/08, HDFFV-10443)
|
||||
|
||||
C++ Library:
|
||||
------------
|
||||
@ -348,6 +363,12 @@ Bug Fixes since HDF5-1.10.3 release
|
||||
|
||||
(MSB, 2018/12/04, HDFFV-10511)
|
||||
|
||||
- Fixed issue with Fortran not returning h5o_info_t field values
|
||||
meta_size%attr%index_size and meta_size%attr%heap_size.
|
||||
|
||||
(MSB, 2018/1/8, HDFFV-10443)
|
||||
|
||||
|
||||
Tools
|
||||
-----
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user