Final merge of page buffering branch to develop
This commit is contained in:
15
tools/test/misc/testfiles/h5clear_missing_file.ddl
Normal file
15
tools/test/misc/testfiles/h5clear_missing_file.ddl
Normal file
@@ -0,0 +1,15 @@
|
||||
usage: h5clear [OPTIONS] file_name
|
||||
OPTIONS
|
||||
-h, --help Print a usage message and exit
|
||||
-V, --version Print version number and exit
|
||||
-s, --status Clear the status_flags field in the file's superblock
|
||||
-m, --image Remove the metadata cache image from the file
|
||||
|
||||
Examples of use:
|
||||
|
||||
h5clear -s file_name
|
||||
Clear the status_flags field in the superblock of the HDF5 file <file_name>.
|
||||
|
||||
h5clear -m file_name
|
||||
Remove the metadata cache image from the HDF5 file <file_name>.
|
||||
h5clear error: missing file name
|
||||
1
tools/test/misc/testfiles/h5clear_no_mdc_image.ddl
Normal file
1
tools/test/misc/testfiles/h5clear_no_mdc_image.ddl
Normal file
@@ -0,0 +1 @@
|
||||
h5clear warning: No cache image in the file
|
||||
1
tools/test/misc/testfiles/h5clear_open_fail.ddl
Normal file
1
tools/test/misc/testfiles/h5clear_open_fail.ddl
Normal file
@@ -0,0 +1 @@
|
||||
h5clear error: h5tools_fopen
|
||||
14
tools/test/misc/testfiles/h5clear_usage.ddl
Normal file
14
tools/test/misc/testfiles/h5clear_usage.ddl
Normal file
@@ -0,0 +1,14 @@
|
||||
usage: h5clear [OPTIONS] file_name
|
||||
OPTIONS
|
||||
-h, --help Print a usage message and exit
|
||||
-V, --version Print version number and exit
|
||||
-s, --status Clear the status_flags field in the file's superblock
|
||||
-m, --image Remove the metadata cache image from the file
|
||||
|
||||
Examples of use:
|
||||
|
||||
h5clear -s file_name
|
||||
Clear the status_flags field in the superblock of the HDF5 file <file_name>.
|
||||
|
||||
h5clear -m file_name
|
||||
Remove the metadata cache image from the HDF5 file <file_name>.
|
||||
BIN
tools/test/misc/testfiles/mod_h5clear_mdc_image.h5
Normal file
BIN
tools/test/misc/testfiles/mod_h5clear_mdc_image.h5
Normal file
Binary file not shown.
BIN
tools/test/misc/testfiles/orig_h5clear_sec2_v0.h5
Normal file
BIN
tools/test/misc/testfiles/orig_h5clear_sec2_v0.h5
Normal file
Binary file not shown.
BIN
tools/test/misc/testfiles/orig_h5clear_sec2_v2.h5
Normal file
BIN
tools/test/misc/testfiles/orig_h5clear_sec2_v2.h5
Normal file
Binary file not shown.
BIN
tools/test/misc/testfiles/orig_h5clear_sec2_v3.h5
Normal file
BIN
tools/test/misc/testfiles/orig_h5clear_sec2_v3.h5
Normal file
Binary file not shown.
Reference in New Issue
Block a user