mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-09 07:32:32 +08:00
Rearrange issues by date order
This commit is contained in:
parent
f82395f2db
commit
4f4f177b0a
@ -47,16 +47,7 @@ New Features
|
||||
|
||||
Configuration:
|
||||
-------------
|
||||
- Add option to execute swmr shell scripts from CMake.
|
||||
|
||||
Option TEST_SHELL_SCRIPTS redirects processing into a
|
||||
separate ShellTests.cmake file for UNIX types. The tests
|
||||
execute the shell scripts if a SH program is found.
|
||||
|
||||
(ADB - 2018/07/16)
|
||||
|
||||
- Added checks to CMake and Autotools for the following
|
||||
MPI functions:
|
||||
- Added configuration checks for the following MPI functions:
|
||||
|
||||
MPI_Mprobe - Used for the Parallel Compression feature
|
||||
MPI_Imrecv - Used for the Parallel Compression feature
|
||||
@ -72,6 +63,14 @@ New Features
|
||||
|
||||
(JTH - 2018/08/02, HDFFV-10512)
|
||||
|
||||
- Add option to execute swmr shell scripts from CMake.
|
||||
|
||||
Option TEST_SHELL_SCRIPTS redirects processing into a
|
||||
separate ShellTests.cmake file for UNIX types. The tests
|
||||
execute the shell scripts if a SH program is found.
|
||||
|
||||
(ADB - 2018/07/16)
|
||||
|
||||
Library:
|
||||
--------
|
||||
-
|
||||
@ -194,6 +193,18 @@ Bug Fixes since HDF5-1.10.2 release
|
||||
|
||||
(ADB - 2018/08/06, HDFFV-10544)
|
||||
|
||||
- Added checks of the defined MPI_VERSION to guard against usage of
|
||||
MPI-3 functions in the Parallel Compression and "big Parallel I/O"
|
||||
features when HDF5 is built with MPI-2. Previously, the configure
|
||||
step would pass but the build itself would fail when it could not
|
||||
locate the MPI-3 functions used.
|
||||
|
||||
As a result of these new checks, HDF5 can again be built with MPI-2,
|
||||
but the Parallel Compression feature will be disabled as it relies
|
||||
on the MPI-3 functions used.
|
||||
|
||||
(JTH - 2018/08/02, HDFFV-10512)
|
||||
|
||||
- H5Adelete
|
||||
|
||||
H5Adelete failed when deleting the last "large" attribute that
|
||||
@ -243,18 +254,6 @@ Bug Fixes since HDF5-1.10.2 release
|
||||
|
||||
(JTH - 2018/07/16, HDFFV-10467)
|
||||
|
||||
- Added checks of the defined MPI_VERSION to guard against usage of
|
||||
MPI-3 functions in the Parallel Compression and "big Parallel I/O"
|
||||
features when HDF5 is built with MPI-2. Previously, the configure
|
||||
step would pass but the build itself would fail when it could not
|
||||
locate the MPI-3 functions used.
|
||||
|
||||
As a result of these new checks, HDF5 can again be built with MPI-2,
|
||||
but the Parallel Compression feature will be disabled as it relies
|
||||
on the MPI-3 functions used.
|
||||
|
||||
(JTH - 2018/08/02, HDFFV-10512)
|
||||
|
||||
- Error checks in h5stat and when decoding messages
|
||||
|
||||
h5stat exited with seg fault/core dumped when
|
||||
|
Loading…
Reference in New Issue
Block a user