mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
78ca05e040
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:
21 lines
435 B
SQL
21 lines
435 B
SQL
#############################
|
|
Expected output for 'h5dump -H -p -d deflate tfilters.h5'
|
|
#############################
|
|
HDF5 "tfilters.h5" {
|
|
DATASET "deflate" {
|
|
DATATYPE H5T_STD_I32LE
|
|
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
|
STORAGE_LAYOUT CHUNKED {
|
|
SIZE 385 ( 10, 5 )
|
|
}
|
|
FILTERS {
|
|
COMPRESSION DEFLATE { LEVEL 9 }
|
|
}
|
|
FILLVALUE {
|
|
FILL_TIME IFSET
|
|
ALLOC_TIME INCR
|
|
VALUE 0
|
|
}
|
|
}
|
|
}
|