mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r14426] Purpose: Update Windows h5dump test script
Description: There were a number of updates to the main h5dump test script. This checkin brings those edits to the Windows script as well. Tested: VS2005 w/ WinXP
This commit is contained in:
parent
130b05d328
commit
7246c763de
@ -453,10 +453,15 @@ rem ############################################################################
|
||||
call :tooltest tindicesyes.ddl taindices.h5
|
||||
call :tooltest tindicesno.ddl -y taindices.h5
|
||||
|
||||
rem array indices with subsetting
|
||||
call :tooltest tindicessub1.ddl -d 1d -s 3 -c 40 taindices.h5
|
||||
call :tooltest tindicessub2.ddl -d 2d -s 1,3 -c 6,4 taindices.h5
|
||||
call :tooltest tindicessub3.ddl -d 3d -s 0,1,3 -c 2,6,4 taindices.h5
|
||||
rem ######### array indices with subsetting
|
||||
rem 1D case, start at 1, 2 counts of size 3 blocks, separated by stride 10 elements
|
||||
call :tooltest tindicessub1.ddl -d 1d -s 1 -c 2 -k 3 -S 10 taindices.h5
|
||||
|
||||
rem 2D case
|
||||
call :tooltest tindicessub2.ddl -d 2d -s 1,2 -c 2,3 -k 1,1 -S 2,1 taindices.h5
|
||||
|
||||
rem 3D case
|
||||
call :tooltest tindicessub3.ddl -d 3d -s 0,1,2 -c 1,2,3 -k 1,1,1 -S 1,2,1 taindices.h5
|
||||
call :tooltest tindicessub4.ddl -d 4d -s 0,0,1,3 -c 2,2,6,4 taindices.h5
|
||||
|
||||
|
||||
@ -592,4 +597,4 @@ rem ############################################################################
|
||||
|
||||
popd
|
||||
endlocal & exit /b %nerrors%
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user