hpc / mpifileutils

File utilities designed for scalability and performance.
https://hpc.github.io/mpifileutils
BSD 3-Clause "New" or "Revised" License
164 stars 64 forks source link

allow compile without HDF5_SUPPORT #483

Closed dsikich closed 3 years ago

dsikich commented 3 years ago

Some functions that required HDF5_SUPPORT were outside of the ifdef, causing a bug when compiling with DAOS_SUPPORT. Only serialization, deserialization, and the hdf5 copy should require the HDF5 library.

Signed-off-by: Danielle Sikich danielle.sikich@intel.com

adammoody commented 3 years ago

Thanks @dsikich . Looks good to me, too.