diff options
author | Jordan Henderson <jhenderson@hdfgroup.org> | 2018-07-31 18:42:19 (GMT) |
---|---|---|
committer | Jordan Henderson <jhenderson@hdfgroup.org> | 2018-07-31 18:42:19 (GMT) |
commit | 9aa2eaeb9ed9c94f63973cb55f13de256558497c (patch) | |
tree | bfa28bf339ec7a0536a65663292a9c55d311bdee /config/cmake/libhdf5.settings.cmake.in | |
parent | 5e138dc1e91a4ec61d9383397e0e11c6bbbcbe5e (diff) | |
download | hdf5-9aa2eaeb9ed9c94f63973cb55f13de256558497c.zip hdf5-9aa2eaeb9ed9c94f63973cb55f13de256558497c.tar.gz hdf5-9aa2eaeb9ed9c94f63973cb55f13de256558497c.tar.bz2 |
Add Autotools and CMake checks for big I/O MPI-3 functions
Diffstat (limited to 'config/cmake/libhdf5.settings.cmake.in')
-rw-r--r-- | config/cmake/libhdf5.settings.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/cmake/libhdf5.settings.cmake.in b/config/cmake/libhdf5.settings.cmake.in index 8c0de97..6a489e7 100644 --- a/config/cmake/libhdf5.settings.cmake.in +++ b/config/cmake/libhdf5.settings.cmake.in @@ -66,6 +66,7 @@ Features: --------- Parallel HDF5: @HDF5_ENABLE_PARALLEL@ Parallel Filtered Dataset Writes: @PARALLEL_FILTERED_WRITES@ + Large Parallel I/O: @LARGE_PARALLEL_IO@ High-level library: @HDF5_BUILD_HL_LIB@ Threadsafety: @HDF5_ENABLE_THREADSAFE@ Default API mapping: @DEFAULT_API_VERSION@ |