summaryrefslogtreecommitdiffstats
path: root/tools/test/h5format_convert/testfiles/h5fc_d_file-d.ddl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-12-03 15:35:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-12-03 15:35:59 (GMT)
commite3e24a298967e40adc79a4ed37c8d9f5695bfbba (patch)
tree7452a024275bb140f32d50b0133b15d2cb1f2916 /tools/test/h5format_convert/testfiles/h5fc_d_file-d.ddl
parent86c4e7ac0f3d9849e6963fb3534ad33de82a7b04 (diff)
downloadhdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.zip
hdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.tar.gz
hdf5-e3e24a298967e40adc79a4ed37c8d9f5695bfbba.tar.bz2
HDFFV-10632 - split stderr and stdout in cmake
Diffstat (limited to 'tools/test/h5format_convert/testfiles/h5fc_d_file-d.ddl')
-rw-r--r--tools/test/h5format_convert/testfiles/h5fc_d_file-d.ddl25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/test/h5format_convert/testfiles/h5fc_d_file-d.ddl b/tools/test/h5format_convert/testfiles/h5fc_d_file-d.ddl
new file mode 100644
index 0000000..bc0229c
--- /dev/null
+++ b/tools/test/h5format_convert/testfiles/h5fc_d_file-d.ddl
@@ -0,0 +1,25 @@
+usage: h5format_convert [OPTIONS] file_name
+ OPTIONS
+ -h, --help Print a usage message and exit
+ -V, --version Print version number and exit
+ -v, --verbose Turn on verbose mode
+ -d dname, --dname=dataset_name Pathname for the dataset
+ -n, --noop Perform all the steps except the actual conversion
+
+Examples of use:
+
+h5format_convert -d /group/dataset file_name
+ Convert the dataset </group/dataset> in the HDF5 file <file_name>:
+ a. chunked dataset: convert the chunk indexing type to version 1 B-tree
+ b. compact/contiguous dataset: downgrade the layout version to 3
+ c. virtual dataset: no action
+
+h5format_convert file_name
+ Convert all datasets in the HDF5 file <file_name>:
+ a. chunked dataset: convert the chunk indexing type to version 1 B-tree
+ b. compact/contiguous dataset: downgrade the layout version to 3
+ c. virtual dataset: no action
+
+h5format_convert -n -d /group/dataset file_name
+ Go through all the steps except the actual conversion when
+ converting the dataset </group/dataset> in the HDF5 file <file_name>.