Add support for parallel tools based on the 3rd party library mpiFileUtils (libMFU) … (#1177)

Adds tool h5dwalk and configure options to enable building it.

Co-authored-by: Richard Warren <Richard.Warren@hdfgroup.org>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Richard.Warren <richard.warren@jelly.ad.hdfgroup.org>
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
This commit is contained in:
rawarren
2021-11-29 16:25:23 -05:00
committed by GitHub
parent 9cdc6d58bd
commit 720ddb20f3
24 changed files with 2825 additions and 4 deletions

View File

@@ -0,0 +1,13 @@
Usage: h5dwalk [options] <path> ...
Options:
-i, --input <file> - read list from file
-o, --output <file> - write output summary to the named file.
-E, --error <file> - write processed errors to file in text format
-l, --log_text <dir> - write individual tool outputs to a file. Logs can be written to an optional named directory.
-T, --tool <executable> - name of the HDF5 tool to invoke
-h, --help - print usage
For more information see https://mpifileutils.readthedocs.io.