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 /src | |
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 'src')
-rw-r--r-- | src/libhdf5.settings.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in index 61fa1eb..531cd00 100644 --- a/src/libhdf5.settings.in +++ b/src/libhdf5.settings.in @@ -69,6 +69,7 @@ Features: --------- Parallel HDF5: @PARALLEL@ Parallel Filtered Dataset Writes: @PARALLEL_FILTERED_WRITES@ + Large Parallel I/O: @LARGE_PARALLEL_IO@ High-level library: @HDF5_HL@ Threadsafety: @THREADSAFE@ Default API mapping: @DEFAULT_API_VERSION@ |