mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r24482] HDFFV-8635: remove test of whole file and just test dsets that have szip compression.
Tested local linux with cmake and autotools
This commit is contained in:
parent
5e695ce4bc
commit
624a466600
1
MANIFEST
1
MANIFEST
@ -1686,7 +1686,6 @@
|
||||
./tools/h5dump/errfiles/tpbitsOffsetExceeded.err
|
||||
./tools/h5dump/errfiles/tpbitsOffsetNegative.err
|
||||
./tools/h5dump/errfiles/tperror.err
|
||||
./tools/h5dump/errfiles/treadfilter.err
|
||||
./tools/h5dump/errfiles/tqmarkfile.err
|
||||
./tools/h5dump/errfiles/tslink-D.err
|
||||
|
||||
|
@ -303,7 +303,6 @@
|
||||
${PROJECT_SOURCE_DIR}/errfiles/torderlinks2.err
|
||||
${PROJECT_SOURCE_DIR}/errfiles/tgroup-2.err
|
||||
${PROJECT_SOURCE_DIR}/errfiles/tperror.err
|
||||
${PROJECT_SOURCE_DIR}/errfiles/treadfilter.err
|
||||
${PROJECT_SOURCE_DIR}/errfiles/tslink-D.err
|
||||
)
|
||||
|
||||
@ -1356,7 +1355,7 @@
|
||||
ADD_H5_TEST (treadintfilter 0 --enable-error-stack -d deflate -d shuffle -d fletcher32 -d nbit -d scaleoffset tfilters.h5)
|
||||
IF (HDF5_ENABLE_SZIP_SUPPORT)
|
||||
# data read all filters
|
||||
ADD_H5ERR_MASK_TEST (treadfilter 1 --enable-error-stack tfilters.h5)
|
||||
ADD_H5_TEST (treadfilter 0 --enable-error-stack -d all -d szip tfilters.h5)
|
||||
ENDIF (HDF5_ENABLE_SZIP_SUPPORT)
|
||||
ENDIF (USE_FILTER_DEFLATE AND USE_FILTER_SHUFFLE AND USE_FILTER_FLETCHER32 AND USE_FILTER_NBIT AND USE_FILTER_SCALEOFFSET)
|
||||
|
||||
|
@ -1,59 +0,0 @@
|
||||
HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in H5Dread(): can't read data
|
||||
major: Dataset
|
||||
minor: Read failed
|
||||
#001: (file name) line (number) in H5D__read(): can't read data
|
||||
major: Dataset
|
||||
minor: Read failed
|
||||
#002: (file name) line (number) in H5D__contig_read(): contiguous read failed
|
||||
major: Dataset
|
||||
minor: Read failed
|
||||
#003: (file name) line (number) in H5D__select_read(): read error
|
||||
major: Dataspace
|
||||
minor: Read failed
|
||||
#004: (file name) line (number) in H5D__select_io(): read error
|
||||
major: Dataspace
|
||||
minor: Read failed
|
||||
#005: (file name) line (number) in H5D__efl_readvv(): can't perform vectorized EFL read
|
||||
major: Dataset
|
||||
minor: Can't operate on object
|
||||
#006: (file name) line (number) in H5V_opvv(): can't perform operation
|
||||
major: Internal error (too specific to document in detail)
|
||||
minor: Can't operate on object
|
||||
#007: (file name) line (number) in H5D__efl_readvv_cb(): EFL read failed
|
||||
major: Dataset
|
||||
minor: Read failed
|
||||
#008: (file name) line (number) in H5D__efl_read(): unable to open external raw data file
|
||||
major: External file list
|
||||
minor: Unable to open file
|
||||
h5dump error: unable to print data
|
||||
HDF5-DIAG: Error detected in HDF5 (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in H5Dread(): can't read data
|
||||
major: Dataset
|
||||
minor: Read failed
|
||||
#001: (file name) line (number) in H5D__read(): can't read data
|
||||
major: Dataset
|
||||
minor: Read failed
|
||||
#002: (file name) line (number) in H5D__chunk_read(): unable to read raw data chunk
|
||||
major: Low-level I/O
|
||||
minor: Read failed
|
||||
#003: (file name) line (number) in H5D__chunk_lock(): data pipeline read failed
|
||||
major: Data filters
|
||||
minor: Filter operation failed
|
||||
#004: (file name) line (number) in H5Z_pipeline(): required filter 'myfilter' is not registered
|
||||
major: Data filters
|
||||
minor: Read failed
|
||||
#005: (file name) line (number) in H5PL_load(): search in paths failed
|
||||
major: Plugin for dynamically loaded library
|
||||
minor: Can't get value
|
||||
#006: (file name) line (number) in H5PL__find(): can't open directory
|
||||
major: Plugin for dynamically loaded library
|
||||
minor: Can't open directory or file
|
||||
h5dump error: unable to print data
|
||||
H5tools-DIAG: Error detected in HDF5:tools (version (number)) thread (IDs):
|
||||
#000: (file name) line (number) in h5tools_dump_simple_dset(): H5Dread failed
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
||||
#001: (file name) line (number) in h5tools_dump_simple_dset(): H5Dread failed
|
||||
major: Failure in tools library
|
||||
minor: error in function
|
@ -372,7 +372,6 @@ ${SRC_H5DUMP_ERRORFILES}/tgroup-2.err
|
||||
${SRC_H5DUMP_ERRORFILES}/torderlinks1.err
|
||||
${SRC_H5DUMP_ERRORFILES}/torderlinks2.err
|
||||
${SRC_H5DUMP_ERRORFILES}/tperror.err
|
||||
${SRC_H5DUMP_ERRORFILES}/treadfilter.err
|
||||
${SRC_H5DUMP_ERRORFILES}/tqmarkfile.err
|
||||
${SRC_H5DUMP_ERRORFILES}/tslink-D.err
|
||||
"
|
||||
@ -1188,11 +1187,10 @@ TOOLTEST tuserfilter.ddl --enable-error-stack -H -p -d myfilter tfilters.h5
|
||||
if test $USE_FILTER_DEFLATE = "yes" -a $USE_FILTER_SHUFFLE = "yes" -a $USE_FILTER_FLETCHER32 = "yes" -a $USE_FILTER_NBIT = "yes" -a $USE_FILTER_SCALEOFFSET = "yes" ; then
|
||||
# data read internal filters
|
||||
TOOLTEST treadintfilter.ddl --enable-error-stack -d deflate -d shuffle -d fletcher32 -d nbit -d scaleoffset tfilters.h5
|
||||
# HDFFV-8635 - disable test
|
||||
# if test $USE_FILTER_SZIP = "yes"; then
|
||||
# # data read
|
||||
# TOOLTEST4 treadfilter.ddl --enable-error-stack tfilters.h5
|
||||
# fi
|
||||
if test $USE_FILTER_SZIP = "yes"; then
|
||||
# data read
|
||||
TOOLTEST treadfilter.ddl --enable-error-stack -d all -d szip tfilters.h5
|
||||
fi
|
||||
fi
|
||||
|
||||
# test for displaying objects with very long names
|
||||
|
@ -1,358 +1,54 @@
|
||||
HDF5 "tfilters.h5" {
|
||||
GROUP "/" {
|
||||
DATASET "all" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
DATASET "all" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
DATASET "alloc_time_early" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "alloc_time_incr" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "alloc_time_late" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "chunked" {
|
||||
COMMENT "This is a dataset with chunked storage"
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "compact" {
|
||||
COMMENT "This is a dataset with compact storage"
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "contiguous" {
|
||||
COMMENT "This is a dataset with contiguous storage"
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "deflate" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "external" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 100 ) / ( 100 ) }
|
||||
DATA {
|
||||
}
|
||||
}
|
||||
DATASET "fletcher32" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "myfilter" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
}
|
||||
}
|
||||
DATATYPE "mytype" H5T_STD_B8LE;
|
||||
DATASET "nbit" {
|
||||
DATATYPE 32-bit little-endian integer
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, -4, -3, -2, -1, 0, 1,
|
||||
(1,0): 2, 3, -4, -3, -2, -1, 0, 1, 2, 3,
|
||||
(2,0): -4, -3, -2, -1, 0, 1, 2, 3, -4, -3,
|
||||
(3,0): -2, -1, 0, 1, 2, 3, -4, -3, -2, -1,
|
||||
(4,0): 0, 1, 2, 3, -4, -3, -2, -1, 0, 1,
|
||||
(5,0): 2, 3, -4, -3, -2, -1, 0, 1, 2, 3,
|
||||
(6,0): -4, -3, -2, -1, 0, 1, 2, 3, -4, -3,
|
||||
(7,0): -2, -1, 0, 1, 2, 3, -4, -3, -2, -1,
|
||||
(8,0): 0, 1, 2, 3, -4, -3, -2, -1, 0, 1,
|
||||
(9,0): 2, 3, -4, -3, -2, -1, 0, 1, 2, 3,
|
||||
(10,0): -4, -3, -2, -1, 0, 1, 2, 3, -4, -3,
|
||||
(11,0): -2, -1, 0, 1, 2, 3, -4, -3, -2, -1,
|
||||
(12,0): 0, 1, 2, 3, -4, -3, -2, -1, 0, 1,
|
||||
(13,0): 2, 3, -4, -3, -2, -1, 0, 1, 2, 3,
|
||||
(14,0): -4, -3, -2, -1, 0, 1, 2, 3, -4, -3,
|
||||
(15,0): -2, -1, 0, 1, 2, 3, -4, -3, -2, -1,
|
||||
(16,0): 0, 1, 2, 3, -4, -3, -2, -1, 0, 1,
|
||||
(17,0): 2, 3, -4, -3, -2, -1, 0, 1, 2, 3,
|
||||
(18,0): -4, -3, -2, -1, 0, 1, 2, 3, -4, -3,
|
||||
(19,0): -2, -1, 0, 1, 2, 3, -4, -3, -2, -1
|
||||
}
|
||||
}
|
||||
DATASET "scaleoffset" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
|
||||
(3,0): 14, 15, 0, 1, 2, 19, 0, 5, 6, 7,
|
||||
(4,0): 8, 9, 10, 11, 12, 13, 14, 15, 16, 17,
|
||||
(5,0): 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
|
||||
(6,0): 12, 13, 14, 15, 0, 17, 18, 19, 0, 5,
|
||||
(7,0): 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
|
||||
(8,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(9,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 104, 105, 106, 107, 108, 109, 110, 111, 112, 113,
|
||||
(13,0): 114, 0, 100, 101, 102, 119, 0, 105, 106, 107,
|
||||
(14,0): 108, 109, 110, 111, 112, 113, 114, 115, 116, 117,
|
||||
(15,0): 102, 103, 104, 105, 106, 107, 108, 109, 110, 111,
|
||||
(16,0): 112, 113, 114, 0, 100, 117, 118, 119, 0, 105,
|
||||
(17,0): 106, 107, 108, 109, 110, 111, 112, 113, 114, 115,
|
||||
(18,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(19,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119
|
||||
}
|
||||
}
|
||||
DATASET "shuffle" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "szip" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
DATASET "szip" {
|
||||
DATATYPE H5T_STD_I32LE
|
||||
DATASPACE SIMPLE { ( 20, 10 ) / ( 20, 10 ) }
|
||||
DATA {
|
||||
(0,0): 0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
(1,0): 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
|
||||
(2,0): 20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
|
||||
(3,0): 30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
|
||||
(4,0): 40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
|
||||
(5,0): 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
|
||||
(6,0): 60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
|
||||
(7,0): 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
|
||||
(8,0): 80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
|
||||
(9,0): 90, 91, 92, 93, 94, 95, 96, 97, 98, 99,
|
||||
(10,0): 100, 101, 102, 103, 104, 105, 106, 107, 108, 109,
|
||||
(11,0): 110, 111, 112, 113, 114, 115, 116, 117, 118, 119,
|
||||
(12,0): 120, 121, 122, 123, 124, 125, 126, 127, 128, 129,
|
||||
(13,0): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139,
|
||||
(14,0): 140, 141, 142, 143, 144, 145, 146, 147, 148, 149,
|
||||
(15,0): 150, 151, 152, 153, 154, 155, 156, 157, 158, 159,
|
||||
(16,0): 160, 161, 162, 163, 164, 165, 166, 167, 168, 169,
|
||||
(17,0): 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,
|
||||
(18,0): 180, 181, 182, 183, 184, 185, 186, 187, 188, 189,
|
||||
(19,0): 190, 191, 192, 193, 194, 195, 196, 197, 198, 199
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user