diff options
Diffstat (limited to 'tools/h5dump/testh5dump.sh.in')
-rw-r--r-- | tools/h5dump/testh5dump.sh.in | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/tools/h5dump/testh5dump.sh.in b/tools/h5dump/testh5dump.sh.in index 3fc39f2..a976a68 100644 --- a/tools/h5dump/testh5dump.sh.in +++ b/tools/h5dump/testh5dump.sh.in @@ -373,10 +373,17 @@ TOOLTEST tstring2.ddl -r -d str4 tstr3.h5 TOOLTEST tindicesyes.ddl taindices.h5 TOOLTEST tindicesno.ddl -y taindices.h5 -# array indices with subsetting -TOOLTEST tindicessub1.ddl -d 1d -s 3 -c 40 taindices.h5 +########## array indices with subsetting +# 1D case, start at 1, 2 counts of size 3 blocks, separated by stride 10 elements +TOOLTEST tindicessub1.ddl -d 1d -s 1 -c 2 -k 3 -S 10 taindices.h5 + +# 2D case TOOLTEST tindicessub2.ddl -d 2d -s 1,3 -c 6,4 taindices.h5 + +# 3D case TOOLTEST tindicessub3.ddl -d 3d -s 0,1,3 -c 2,6,4 taindices.h5 + +# 4D case TOOLTEST tindicessub4.ddl -d 4d -s 0,0,1,3 -c 2,2,6,4 taindices.h5 |