diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2019-02-04 18:43:25 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2019-02-04 18:43:25 (GMT) |
commit | c7d04ee3afc579a078382820ef5f293877b284f7 (patch) | |
tree | 885110d5d7f8dd03d72ad9bef5309e92a9b023a7 | |
parent | 08001e2f3f17b17889fae655a6ed6cef7747d729 (diff) | |
parent | 91c7ff81dcac1af7a7b609698aa69f0c213a6184 (diff) | |
download | hdf5-c7d04ee3afc579a078382820ef5f293877b284f7.zip hdf5-c7d04ee3afc579a078382820ef5f293877b284f7.tar.gz hdf5-c7d04ee3afc579a078382820ef5f293877b284f7.tar.bz2 |
Merge pull request #1520 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:cmake_tweaks to develop
* commit '91c7ff81dcac1af7a7b609698aa69f0c213a6184':
Added a line for the CMake pread/write option to INSTALL_CMake.txt.
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index 26cf3ce..233c2cc 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -635,6 +635,7 @@ HDF5_ENABLE_DIRECT_VFD "Build the Direct I/O Virtual File Driver" HDF5_ENABLE_EMBEDDED_LIBINFO "embed library info into executables" ON HDF5_ENABLE_HSIZET "Enable datasets larger than memory" ON HDF5_ENABLE_PARALLEL "Enable parallel build (requires MPI)" OFF +HDF5_ENABLE_PREADWRITE "Use pread/pwrite in sec2/log/core VFDs in place of read/write (when available)" ON HDF5_ENABLE_TRACE "Enable API tracing capability" OFF HDF5_ENABLE_USING_MEMCHECKER "Indicate that a memory checker is used" OFF HDF5_GENERATE_HEADERS "Rebuild Generated Files" ON |