diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-10 16:20:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-06-10 16:20:29 (GMT) |
commit | f4492a33c1bc1f794e5887fc76f3dc365d56d181 (patch) | |
tree | a853bcc5395605f430d5848824e08c19521cab3d /tools/testfiles/tshuffle.ddl | |
parent | 2a7d7e5121587291d551460275d3b8e1e8daee49 (diff) | |
download | hdf5-f4492a33c1bc1f794e5887fc76f3dc365d56d181.zip hdf5-f4492a33c1bc1f794e5887fc76f3dc365d56d181.tar.gz hdf5-f4492a33c1bc1f794e5887fc76f3dc365d56d181.tar.bz2 |
[svn-r8643] Purpose:
h5dump new features
Description:
added the code for print strings with new line and display the path of references (new source files h5tools_ref.c and .h )
added a test suite in testh5dump.sh.in for
( note : to create testh5dump.sh , one must redo ./configure; this detects the availability of filters
and generates testh5dump.sh accordingly)
1) storage layout
2) fill value
3) print reference with path
4) print strings with new lines
5) filters
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/testfiles/tshuffle.ddl')
-rw-r--r-- | tools/testfiles/tshuffle.ddl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/testfiles/tshuffle.ddl b/tools/testfiles/tshuffle.ddl new file mode 100644 index 0000000..c68668c --- /dev/null +++ b/tools/testfiles/tshuffle.ddl @@ -0,0 +1,20 @@ +############################# +Expected output for 'h5dump -H -p -d shuffle tfilters.h5' +############################# +HDF5 "tfilters.h5" { +DATASET "shuffle" { + DATATYPE H5T_STD_I32LE + DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) } + STORAGE_LAYOUT CHUNKED { + SIZE 800 ( 10, 5 ) + } + FILTERS { + PREPROCESSING SHUFFLE + } + FILLVALUE { + FILL_TIME IFSET + ALLOC_TIME INCR + VALUE -99 + } +} +} |