Add HDF5 minimum version to README

Signed-off-by: Steven Hahn <hahnse@ornl.gov>
This commit is contained in:
Steven Hahn 2022-12-01 13:56:35 -05:00
parent 1149e83c7c
commit 4633affeae
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ particular emphasis is placed on code quality and reproducibility.
* CMake v3.17.0 or later, build utility, http://www.cmake.org
* BLAS/LAPACK, numerical library. Use vendor and platform-optimized libraries.
* LibXml2, XML parser, http://xmlsoft.org/
* HDF5, portable I/O library, http://www.hdfgroup.org/HDF5/
* HDF5 v1.10.0 or later, portable I/O library, http://www.hdfgroup.org/HDF5/
* BOOST v1.61.0 or newer, peer-reviewed portable C++ source libraries, http://www.boost.org
* FFTW, FFT library, http://www.fftw.org/
* MPI, parallel library. Optional, but a near requirement for production calculations.