diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-04-05 03:51:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 03:51:17 (GMT) |
commit | da562164ce4defaf84ff98869d317e7751bcc6f3 (patch) | |
tree | 7aba4834b65cdf0a9b6ea0c5ff37776e2bf45562 /release_docs | |
parent | b6398dd60e41266668827bd07e8f37059d3be2ce (diff) | |
download | hdf5-da562164ce4defaf84ff98869d317e7751bcc6f3.zip hdf5-da562164ce4defaf84ff98869d317e7751bcc6f3.tar.gz hdf5-da562164ce4defaf84ff98869d317e7751bcc6f3.tar.bz2 |
Add missing release note for h5repack timing (#1572)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/HISTORY-1_13.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/HISTORY-1_13.txt b/release_docs/HISTORY-1_13.txt index bc9ae3f..208b572 100644 --- a/release_docs/HISTORY-1_13.txt +++ b/release_docs/HISTORY-1_13.txt @@ -948,6 +948,14 @@ New Features Tools: ------ + - h5repack added an optional verbose value for reporting R/W timing. + + In addition to adding timing capture around the read/write calls in + h5repack, added help text to indicate how to show timing for read/write; + -v N, --verbose=N Verbose mode, print object information. + N - is an integer greater than 1, 2 displays read/write timing + (ADB - 2021/11/08) + - Added a new (unix ONLY) parallel meta tool 'h5dwalk', which utilizes the mpifileutils (https://hpc.github.io/mpifileutils) open source utility library to enable parallel execution of other HDF5 tools. |