Update MPI commands

This commit is contained in:
Allen Byrne
2017-12-20 12:35:29 -06:00
parent 21aadab493
commit bbcf9f31c6
2 changed files with 184 additions and 122 deletions

View File

@@ -350,6 +350,15 @@ Bug Fixes since HDF5-1.10.1 release
Configuration
-------------
- 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
@@ -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.