diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-12-20 18:35:29 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-12-20 18:35:29 (GMT) |
commit | bbcf9f31c6af52f88657e5ea738d8821a9702c73 (patch) | |
tree | 92b22d4cac776a8eaed723566600fe9f3c866d53 /release_docs | |
parent | 21aadab493b09fecae8d30e0c2d0a81913180daf (diff) | |
download | hdf5-bbcf9f31c6af52f88657e5ea738d8821a9702c73.zip hdf5-bbcf9f31c6af52f88657e5ea738d8821a9702c73.tar.gz hdf5-bbcf9f31c6af52f88657e5ea738d8821a9702c73.tar.bz2 |
Update MPI commands
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2227f92..427fc8b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -352,6 +352,15 @@ Bug Fixes since HDF5-1.10.1 release ------------- - cmake + The hdf5 fortran utility H5match_types needs to include mpi.h when + parallel is enabled.. + + Added target_include_directories command to H5match_types executable.. + + (ADB - 2017/12/20) + + - cmake + The hdf5 library used shared szip and zlib, which needlessly required applications to link with the same szip and zlib libraries. @@ -367,7 +376,7 @@ Bug Fixes since HDF5-1.10.1 release CMake implementation for MPI was problematic and would create incorrect MPI library references in the hdf5 libraries. - Reworked the CMake MPI code to properly create CMake targets.Also merged + Reworked the CMake MPI code to properly create CMake targets. Also merged the latest CMake FindMPI.cmake changes to the local copy. This is necessary until HDF changes the CMake minimum to 3.9 or greater. |