summaryrefslogtreecommitdiffstats
path: root/vms/tools/h5dump/check.com
blob: 8c3b3834c9e1925eb77a137921cbacc0529722f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
$!#
$!# Copyright by The HDF Group.
$!# Copyright by the Board of Trustees of the University of Illinois.
$!# All rights reserved.
$!#
$!# This file is part of HDF5.  The full HDF5 copyright notice, including
$!# terms governing use, modification, and redistribution, is contained in
$!# the files COPYING and Copyright.html.  COPYING can be found at the root
$!# of the source code distribution tree; Copyright.html can be found at the
$!# root level of an installed copy of the electronic HDF5 document set and
$!# is linked from the top-level documents page.  It can also be found at
$!# http://hdfgroup.org/HDF5/doc/Copyright.html.  If you do not have
$!# access to either file, you may request a copy from help@hdfgroup.org.
$!#
$!
$! h5dump testing script
$!
$! Some tests suppose to fail; to prevent exit from the command 
$! file and continue with outher tests, those tests are commented out
$! for now with the comment "has error message"
$! Some features like filters and file drivers have not been tested yet
$!
$!          EIP, April 12, 2006
$!
$ define sys$output h5dump.out
$! define sys$error  h5dump.err
$ h5dump :== $sys$sysusers:[pourmale.hdf5.tools.h5dump]h5dump.exe
$! test for displaying groups 
$ h5dump  tgroup.h5
$!
$! test for displaying the selected groups (has error message)
$! h5dump --group=/g2 --group / -g /y tgroup.h5
$! test for displaying simple space datasets
$ h5dump tdset.h5
$! h5dump  -"H" -d dset1 -d /dset2 --dataset=dset3 tdset.h5
$! h5dump  -"H" -d dset1 -d /dset2 -d dset3 tdset.h5
$!
$! test for displaying attributes
$ h5dump  tattr.h5
$! 
$! test for displaying the selected attributes of string type and scalar space
$! (has error message)
$! h5dump  -a /attr1 --attribute /attr4 --attribute=/attr5 tattr.h5
$! test for header and error messages
$ h5dump  -"A" tnamed_dtype_attr.h5
$! test for displaying soft links
$ h5dump  tslink.h5
$! test for displaying the selected link
$ h5dump -l slink2 tslink.h5
$! tests for hard links
$ h5dump thlink.h5
$ h5dump -d /g1/dset2 --dataset /dset1 --dataset=/g1/g1.1/dset3 thlink.h5
$ h5dump -d /g1/g1.1/dset3 --dataset /g1/dset2 --dataset=/dset1 thlink.h5
$ h5dump -g /g1 thlink.h5
$ h5dump -d /dset1 -g /g2 -d /g1/dset2 thlink.h5
$! tests for compound data types
$ h5dump tcompound.h5
$! test for named data types
$ h5dump -t /type1 --datatype /type2 --datatype=/group1/type3 tcompound.h5
$! test for unamed type 
$! test complicated compound datatype
$ h5dump tcompound_complex.h5
$!test for the nested compound type
$ h5dump tnestedcomp.h5
$! test for options
$ h5dump tall.h5
$ h5dump --header -g /g1/g1.1 -a attr2 tall.h5
$ h5dump -d /g2/dset2.1 -l /g1/g1.2/g1.2.1/slink tall.h5
$! test for loop detection
$ h5dump tloop.h5
$! test for string 
$ h5dump tstr.h5
$ h5dump tstr2.h5
$! test for file created by Lib SAF team
$ h5dump tsaf.h5
$! test for file with variable length data
$ h5dump tvldtypes1.h5
$ h5dump tvldtypes2.h5
$ h5dump tvldtypes3.h5
$ h5dump tvldtypes4.h5
$ h5dump tvldtypes5.h5
$!test for file with variable length string data
$ h5dump tvlstr.h5
$! test for files with array data
$ h5dump tarray1.h5
$ h5dump tarray2.h5
$ h5dump tarray3.h5
$ h5dump tarray4.h5
$ h5dump tarray5.h5
$ h5dump tarray6.h5
$ h5dump tarray7.h5
$! test for files with empty data
$ h5dump tempty.h5
$! test for files with groups that have comments
$ h5dump tgrp_comments.h5
$! test the --filedriver flag
$! h5dump  --filedriver=split tsplit_file
$! h5dump  --filedriver=family tfamily%05d.h5
$! h5dump  --filedriver=multi tmulti
$! test for files with group names which reach > 1024 bytes in size
$ h5dump  -w157 tlarge_objname.h5
$ h5dump  -"A" tall.h5
$! test '-r' to print attributes in ASCII instead of decimal
$ h5dump  -"A" -r tall.h5
$! test Subsetting
$ h5dump --dataset=/g1/g1.1/dset1.1.1 --start=1,1 --stride=2,3 --count=3,2 --block=1,1 tall.h5
$ h5dump -d "/g1/g1.1/dset1.1.2[0;2;10;]" tall.h5
$ h5dump -d "/dset1[1,1;;;]" tdset.h5
$ h5dump -d "/dset1[;3,2;4,4;1,4]" tdset2.h5
$! test printing characters in ASCII instead of decimal
$ h5dump -r tchar.h5
$! test failure handling
$! Missing file name (has error message)
$! h5dump 
$! rev. 2004
$ h5dump -"H" -"B" -d dset tfcontents1.h5
$ h5dump -"B" tfcontents2.h5
$! test -p with a non existing dataset (has error message)
$! h5dump -p -d bogus tfcontents1.h5
$! test for file contents
$ h5dump -n tfcontents1.h5
$! tests for storage layout
$! compact
$ h5dump --header -p -d compact tfilters.h5
$! contiguous
$ h5dump --header -p -d contiguous tfilters.h5
$! chunked
$ h5dump --header -p -d chunked tfilters.h5
$! external 
$ h5dump --header -p -d external tfilters.h5
$! fill values
$ h5dump -p tfvalues.h5
$! several datatype, with references , print path
$ h5dump  tattr2.h5
$! escape/not escape non printable characters
$ h5dump -e tstr3.h5
$ h5dump tstr3.h5
$! char data as ASCII with non escape
$ h5dump  -r -d str4 tstr3.h5
$! array indices print/not print
$ h5dump taindices.h5
$ h5dump -y taindices.h5
$! tests for filters
$! SZIP
$!option="-H -p -d szip tfilters.h5"
$!if test $USE_FILTER_SZIP != "yes"; then
$! SKIP $option
$!else
$!$! h5dump tszip.ddl $option
$!fi
$! deflate
$!option="-H -p -d deflate tfilters.h5"
$!if test $USE_FILTER_DEFLATE != "yes"; then
$! SKIP $option
$!else
$! $! h5dump tdeflate.ddl $option
$!fi
$!$! shuffle
$!option="-H -p -d shuffle tfilters.h5"
$!if test $USE_FILTER_SHUFFLE != "yes"; then
$! SKIP $option
$!else
$! $! h5dump tshuffle.ddl $option
$!fi
$! fletcher32
$!option="-H -p -d fletcher32  tfilters.h5"
$!if test $USE_FILTER_FLETCHER32 != "yes"; then
$! SKIP $option
$!else
$! $! h5dump tfletcher32.ddl $option
$!fi
$! nbit
$!option="-H -p -d nbit  tfilters.h5"
$!if test $USE_FILTER_NBIT != "yes"; then
$! SKIP $option
$!else
$! $! h5dump tnbit.ddl $option
$!fi
$!$! scaleoffset
$!option="-H -p -d scaleoffset  tfilters.h5"
$!if test $USE_FILTER_SCALEOFFSET != "yes"; then
$! SKIP $option
$!else
$! $! h5dump tscaleoffset.ddl $option
$!fi
$! all
$!option="-H -p -d all  tfilters.h5"
$!if test $USE_FILTER_FLETCHER32 != "yes" -o  $USE_FILTER_SZIP != "yes" -o  $USE_FILTER_DEFLATE != "yes" -o  $USE_FILTER_SHUFFLE != "yes" -o $USE_FILTER_NBIT != "yes" -o  $USE_FILTER_SCALEOFFSET != "yes"; then
$! SKIP $option
$!else
$! $! h5dump tallfilters.ddl $option
$!fi
$! user defined
$ h5dump  -"H"  -p -d myfilter  tfilters.h5    
$! test for displaying dataset and attribute of null space
$ h5dump tnullspace.h5
$! test for displaying objects with very long names
$ h5dump tlonglinks.h5
$ exit