Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about HDF5_VOL_CONNECTOR to tools usage #3159

Merged
merged 4 commits into from
Jun 28, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tools/src/h5dump/h5dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ usage(const char *prog)
PRINTVALSTREAM(rawoutstream,
" --vol-info VOL-specific info to pass to the VOL connector used for\n");
PRINTVALSTREAM(rawoutstream, " opening the HDF5 file specified\n");
PRINTVALSTREAM(
rawoutstream,
" If none of the above options are used to specify a VOL, then\n");
PRINTVALSTREAM(
rawoutstream,
" the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.\n");
PRINTVALSTREAM(rawoutstream,
" --vfd-value Value (ID) of the VFL driver to use for opening the\n");
PRINTVALSTREAM(rawoutstream, " HDF5 file specified\n");
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/h5dump-help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/pbits/tnofilename-with-packed-bits.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/pbits/tpbitsIncomplete.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/pbits/tpbitsLengthExceeded.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/pbits/tpbitsLengthPositive.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/pbits/tpbitsMaxExceeded.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/pbits/tpbitsOffsetExceeded.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down
2 changes: 2 additions & 0 deletions tools/testfiles/pbits/tpbitsOffsetNegative.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ usage: h5dump [OPTIONS] files
HDF5 file specified
--vol-info VOL-specific info to pass to the VOL connector used for
opening the HDF5 file specified
If none of the above options are used to specify a VOL, then
the VOL specified by HDF5_VOL_CONNECTOR (if any) will be used.
--vfd-value Value (ID) of the VFL driver to use for opening the
HDF5 file specified
--vfd-name Name of the VFL driver to use for opening the
Expand Down