diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:04:42 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-10-27 15:04:42 (GMT) |
commit | 5b562d9ce9b2945d0378b9c03e01f42923da80f4 (patch) | |
tree | 3fa67d9656f2b32330e3fe31996952f60f71cdb9 /tools/h5format_convert/testfiles/h5fc_nooption.ddl | |
parent | b34423f620b470e1c5dc38cdd3abbd5fe8adc4ec (diff) | |
download | hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.zip hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.tar.gz hdf5-5b562d9ce9b2945d0378b9c03e01f42923da80f4.tar.bz2 |
Split tools into src and test - remove folders
Diffstat (limited to 'tools/h5format_convert/testfiles/h5fc_nooption.ddl')
-rw-r--r-- | tools/h5format_convert/testfiles/h5fc_nooption.ddl | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/h5format_convert/testfiles/h5fc_nooption.ddl b/tools/h5format_convert/testfiles/h5fc_nooption.ddl deleted file mode 100644 index bc0229c..0000000 --- a/tools/h5format_convert/testfiles/h5fc_nooption.ddl +++ /dev/null @@ -1,25 +0,0 @@ -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>. |