summaryrefslogtreecommitdiffstats
path: root/tools/h5import/testfiles
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-04-03 20:00:42 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-04-03 20:00:42 (GMT)
commit1d76391f63d43242f47fc487bfcdca1cf2299858 (patch)
tree92c88618791970b0748bc813f6ec8d7dcecaf2a6 /tools/h5import/testfiles
parent7e2e0f164d6d19694adef92c7b76a7772df174c0 (diff)
downloadhdf5-1d76391f63d43242f47fc487bfcdca1cf2299858.zip
hdf5-1d76391f63d43242f47fc487bfcdca1cf2299858.tar.gz
hdf5-1d76391f63d43242f47fc487bfcdca1cf2299858.tar.bz2
[svn-r6583]
Purpose: New tool Description: Pankaj created h5import tool long time ago. I am finally checking the source code in for the 1.6 release. Known problems: h5import test will crash if srcdir option is used; will be fixed before the release. Solution: Platforms tested: vebena, arabica, modi4 were tested. h5import tests passed I also tested on arabica with srcdir option to make sure that there is a problem when srcdir is used. After that I disabled h5import tests. Daily tests will build h5import, but will not run h5import tests. Misc. update:
Diffstat (limited to 'tools/h5import/testfiles')
-rwxr-xr-xtools/h5import/testfiles/conbfp3212
-rwxr-xr-xtools/h5import/testfiles/conbfp6413
-rwxr-xr-xtools/h5import/testfiles/conbin1612
-rwxr-xr-xtools/h5import/testfiles/conbin3212
-rwxr-xr-xtools/h5import/testfiles/conbin816
-rwxr-xr-xtools/h5import/testfiles/conbuin1612
-rwxr-xr-xtools/h5import/testfiles/conbuin3212
-rwxr-xr-xtools/h5import/testfiles/fp19
-rwxr-xr-xtools/h5import/testfiles/fp219
-rwxr-xr-xtools/h5import/testfiles/in115
-rw-r--r--tools/h5import/testfiles/test1.h5bin0 -> 4192 bytes
-rw-r--r--tools/h5import/testfiles/test10.h5bin0 -> 10760 bytes
-rw-r--r--tools/h5import/testfiles/test11.h5bin0 -> 9472 bytes
-rw-r--r--tools/h5import/testfiles/test12.h5bin0 -> 10760 bytes
-rw-r--r--tools/h5import/testfiles/test13.h5bin0 -> 6384 bytes
-rw-r--r--tools/h5import/testfiles/test2.h5bin0 -> 9784 bytes
-rw-r--r--tools/h5import/testfiles/test3.h5bin0 -> 9784 bytes
-rw-r--r--tools/h5import/testfiles/test4.h5bin0 -> 6240 bytes
-rw-r--r--tools/h5import/testfiles/test5.h5bin0 -> 10240 bytes
-rw-r--r--tools/h5import/testfiles/test6.h5bin0 -> 4192 bytes
-rw-r--r--tools/h5import/testfiles/test7.h5bin0 -> 9784 bytes
-rw-r--r--tools/h5import/testfiles/test8.h5bin0 -> 10760 bytes
-rw-r--r--tools/h5import/testfiles/test9.h5bin0 -> 10760 bytes
-rwxr-xr-xtools/h5import/testfiles/textfp3210
-rwxr-xr-xtools/h5import/testfiles/textfp6413
-rwxr-xr-xtools/h5import/testfiles/textin1612
-rwxr-xr-xtools/h5import/testfiles/textin3211
-rwxr-xr-xtools/h5import/testfiles/textin816
-rwxr-xr-xtools/h5import/testfiles/textuin1612
-rwxr-xr-xtools/h5import/testfiles/textuin3211
30 files changed, 217 insertions, 0 deletions
diff --git a/tools/h5import/testfiles/conbfp32 b/tools/h5import/testfiles/conbfp32
new file mode 100755
index 0000000..66e6b35
--- /dev/null
+++ b/tools/h5import/testfiles/conbfp32
@@ -0,0 +1,12 @@
+PATH /fpbin/32-bit
+INPUT-CLASS FP
+INPUT-SIZE 32
+RANK 3
+DIMENSION-SIZES 5 3 4
+OUTPUT-ARCHITECTURE IEEE
+OUTPUT-BYTE-ORDER BE
+CHUNKED-DIMENSION-SIZES 2 2 2
+COMPRESSION-PARAM 2
+
+
+
diff --git a/tools/h5import/testfiles/conbfp64 b/tools/h5import/testfiles/conbfp64
new file mode 100755
index 0000000..6b4c361
--- /dev/null
+++ b/tools/h5import/testfiles/conbfp64
@@ -0,0 +1,13 @@
+PATH /fp/bin/64-bit
+INPUT-CLASS FP
+INPUT-SIZE 64
+RANK 3
+DIMENSION-SIZES 5 3 4
+OUTPUT-ARCHITECTURE IEEE
+OUTPUT-BYTE-ORDER LE
+CHUNKED-DIMENSION-SIZES 2 2 2
+COMPRESSION-PARAM 8
+MAXIMUM-DIMENSIONS -1 6 7
+
+
+
diff --git a/tools/h5import/testfiles/conbin16 b/tools/h5import/testfiles/conbin16
new file mode 100755
index 0000000..06869cb
--- /dev/null
+++ b/tools/h5import/testfiles/conbin16
@@ -0,0 +1,12 @@
+PATH /int/bin/16-bit
+INPUT-CLASS IN
+INPUT-SIZE 16
+RANK 3
+DIMENSION-SIZES 2 3 4
+CHUNKED-DIMENSION-SIZES 2 2 2
+MAXIMUM-DIMENSIONS -1 -1 8
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER LE
+
+
+
diff --git a/tools/h5import/testfiles/conbin32 b/tools/h5import/testfiles/conbin32
new file mode 100755
index 0000000..11996ef
--- /dev/null
+++ b/tools/h5import/testfiles/conbin32
@@ -0,0 +1,12 @@
+PATH /int/bin/32-bit
+INPUT-CLASS IN
+INPUT-SIZE 32
+RANK 3
+DIMENSION-SIZES 5 3 4
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER BE
+CHUNKED-DIMENSION-SIZES 1 2 1
+
+
+
+
diff --git a/tools/h5import/testfiles/conbin8 b/tools/h5import/testfiles/conbin8
new file mode 100755
index 0000000..1edd80a
--- /dev/null
+++ b/tools/h5import/testfiles/conbin8
@@ -0,0 +1,16 @@
+PATH /int/bin/8-bit
+INPUT-CLASS IN
+INPUT-SIZE 8
+OUTPUT-CLASS IN
+OUTPUT-SIZE 16
+RANK 3
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER LE
+DIMENSION-SIZES 5 3 4
+CHUNKED-DIMENSION-SIZES 2 2 2
+MAXIMUM-DIMENSIONS -1 -1 -1
+COMPRESSION-PARAM 3
+
+
+
+
diff --git a/tools/h5import/testfiles/conbuin16 b/tools/h5import/testfiles/conbuin16
new file mode 100755
index 0000000..a4603df
--- /dev/null
+++ b/tools/h5import/testfiles/conbuin16
@@ -0,0 +1,12 @@
+PATH /int/buin/16-bit
+INPUT-CLASS UIN
+INPUT-SIZE 16
+RANK 3
+DIMENSION-SIZES 2 3 4
+CHUNKED-DIMENSION-SIZES 2 2 2
+MAXIMUM-DIMENSIONS -1 -1 8
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER BE
+
+
+
diff --git a/tools/h5import/testfiles/conbuin32 b/tools/h5import/testfiles/conbuin32
new file mode 100755
index 0000000..a649e97
--- /dev/null
+++ b/tools/h5import/testfiles/conbuin32
@@ -0,0 +1,12 @@
+PATH /int/buin/32-bit
+INPUT-CLASS UIN
+INPUT-SIZE 32
+RANK 3
+DIMENSION-SIZES 5 3 4
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER LE
+
+
+
+
+
diff --git a/tools/h5import/testfiles/fp1 b/tools/h5import/testfiles/fp1
new file mode 100755
index 0000000..142c94f
--- /dev/null
+++ b/tools/h5import/testfiles/fp1
@@ -0,0 +1,9 @@
+12.3 14.2 15.56
+26.782 27.22 28.44
+29.33 20.11 11.45
+22.31 23.3332 24.343
+
+16.134 19.34 0.17
+4.5 8.9 91.8
+34.7 0.32 0.076
+22.2 88.31 77.83 \ No newline at end of file
diff --git a/tools/h5import/testfiles/fp2 b/tools/h5import/testfiles/fp2
new file mode 100755
index 0000000..6c83dc3
--- /dev/null
+++ b/tools/h5import/testfiles/fp2
@@ -0,0 +1,19 @@
+12.3 14.2 15.56
+26.782 27.22 28.44
+29.33 20.11 11.45
+22.31 23.3332 24.343
+
+16.134 19.34 0.17
+4.5 8.9 91.8
+34.7 0.32 0.076
+22.2 88.31 77.83
+
+216.134 139.34 101.17
+24.5 82.9 291.8
+334.7 0.232 10.076
+222.2 88.31 77.83
+
+122.3 114.2 125.56
+226.782 27.222 128.44
+341.7 30.132 0.1076
+4.51 181.9 911.8
diff --git a/tools/h5import/testfiles/in1 b/tools/h5import/testfiles/in1
new file mode 100755
index 0000000..0688e9b
--- /dev/null
+++ b/tools/h5import/testfiles/in1
@@ -0,0 +1,15 @@
+ 83 85 87 89
+ 84 86 88 90
+ 85 87 89 91
+ 88 90 92 94
+ 89 91 93 95
+ 90 92 94 96
+ 93 95 97 99
+ 94 96 98 100
+ 95 97 99 101
+ 98 100 102 104
+ 99 101 103 105
+ 100 102 104 106
+ 103 105 107 109
+ 104 106 108 110
+ 105 107 109 111
diff --git a/tools/h5import/testfiles/test1.h5 b/tools/h5import/testfiles/test1.h5
new file mode 100644
index 0000000..350333c
--- /dev/null
+++ b/tools/h5import/testfiles/test1.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test10.h5 b/tools/h5import/testfiles/test10.h5
new file mode 100644
index 0000000..a1d1a37
--- /dev/null
+++ b/tools/h5import/testfiles/test10.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test11.h5 b/tools/h5import/testfiles/test11.h5
new file mode 100644
index 0000000..fd8faa9
--- /dev/null
+++ b/tools/h5import/testfiles/test11.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test12.h5 b/tools/h5import/testfiles/test12.h5
new file mode 100644
index 0000000..c486c89
--- /dev/null
+++ b/tools/h5import/testfiles/test12.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test13.h5 b/tools/h5import/testfiles/test13.h5
new file mode 100644
index 0000000..41699d7
--- /dev/null
+++ b/tools/h5import/testfiles/test13.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test2.h5 b/tools/h5import/testfiles/test2.h5
new file mode 100644
index 0000000..dc6c1ea
--- /dev/null
+++ b/tools/h5import/testfiles/test2.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test3.h5 b/tools/h5import/testfiles/test3.h5
new file mode 100644
index 0000000..42e7727
--- /dev/null
+++ b/tools/h5import/testfiles/test3.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test4.h5 b/tools/h5import/testfiles/test4.h5
new file mode 100644
index 0000000..1a4dda5
--- /dev/null
+++ b/tools/h5import/testfiles/test4.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test5.h5 b/tools/h5import/testfiles/test5.h5
new file mode 100644
index 0000000..9ee166a
--- /dev/null
+++ b/tools/h5import/testfiles/test5.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test6.h5 b/tools/h5import/testfiles/test6.h5
new file mode 100644
index 0000000..f74e003
--- /dev/null
+++ b/tools/h5import/testfiles/test6.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test7.h5 b/tools/h5import/testfiles/test7.h5
new file mode 100644
index 0000000..b6ba4f5
--- /dev/null
+++ b/tools/h5import/testfiles/test7.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test8.h5 b/tools/h5import/testfiles/test8.h5
new file mode 100644
index 0000000..80e3a8a
--- /dev/null
+++ b/tools/h5import/testfiles/test8.h5
Binary files differ
diff --git a/tools/h5import/testfiles/test9.h5 b/tools/h5import/testfiles/test9.h5
new file mode 100644
index 0000000..0825bbc
--- /dev/null
+++ b/tools/h5import/testfiles/test9.h5
Binary files differ
diff --git a/tools/h5import/testfiles/textfp32 b/tools/h5import/testfiles/textfp32
new file mode 100755
index 0000000..9696a7f
--- /dev/null
+++ b/tools/h5import/testfiles/textfp32
@@ -0,0 +1,10 @@
+PATH /fp/32-bit
+INPUT-CLASS TEXTFP
+INPUT-SIZE 32
+RANK 3
+DIMENSION-SIZES 2 4 3
+OUTPUT-ARCHITECTURE IEEE
+OUTPUT-BYTE-ORDER LE
+
+
+
diff --git a/tools/h5import/testfiles/textfp64 b/tools/h5import/testfiles/textfp64
new file mode 100755
index 0000000..fbab6a6
--- /dev/null
+++ b/tools/h5import/testfiles/textfp64
@@ -0,0 +1,13 @@
+PATH /fp/64-bit
+INPUT-CLASS TEXTFP
+INPUT-SIZE 64
+RANK 3
+DIMENSION-SIZES 4 4 3
+OUTPUT-ARCHITECTURE IEEE
+OUTPUT-BYTE-ORDER BE
+CHUNKED-DIMENSION-SIZES 2 2 2
+COMPRESSION-PARAM 8
+MAXIMUM-DIMENSIONS -1 6 7
+
+
+
diff --git a/tools/h5import/testfiles/textin16 b/tools/h5import/testfiles/textin16
new file mode 100755
index 0000000..d2d11c3
--- /dev/null
+++ b/tools/h5import/testfiles/textin16
@@ -0,0 +1,12 @@
+PATH /int/16-bit
+INPUT-CLASS TEXTIN
+INPUT-SIZE 16
+RANK 3
+DIMENSION-SIZES 2 4 3
+OUTPUT-BYTE-ORDER LE
+CHUNKED-DIMENSION-SIZES 2 2 2
+MAXIMUM-DIMENSIONS -1 -1 8
+OUTPUT-ARCHITECTURE STD
+
+
+
diff --git a/tools/h5import/testfiles/textin32 b/tools/h5import/testfiles/textin32
new file mode 100755
index 0000000..ca4802a
--- /dev/null
+++ b/tools/h5import/testfiles/textin32
@@ -0,0 +1,11 @@
+PATH /int/32-bit
+INPUT-CLASS TEXTIN
+INPUT-SIZE 32
+RANK 3
+DIMENSION-SIZES 2 4 3
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER BE
+
+
+
+
diff --git a/tools/h5import/testfiles/textin8 b/tools/h5import/testfiles/textin8
new file mode 100755
index 0000000..4405338
--- /dev/null
+++ b/tools/h5import/testfiles/textin8
@@ -0,0 +1,16 @@
+PATH /int/8-bit
+INPUT-CLASS TEXTIN
+INPUT-SIZE 8
+OUTPUT-CLASS IN
+OUTPUT-SIZE 8
+OUTPUT-BYTE-ORDER LE
+OUTPUT-ARCHITECTURE STD
+RANK 3
+DIMENSION-SIZES 2 4 3
+CHUNKED-DIMENSION-SIZES 2 2 2
+MAXIMUM-DIMENSIONS -1 -1 -1
+COMPRESSION-PARAM 3
+
+
+
+
diff --git a/tools/h5import/testfiles/textuin16 b/tools/h5import/testfiles/textuin16
new file mode 100755
index 0000000..753e6e8
--- /dev/null
+++ b/tools/h5import/testfiles/textuin16
@@ -0,0 +1,12 @@
+PATH /int/uint/16-bit
+INPUT-CLASS TEXTUIN
+INPUT-SIZE 16
+RANK 2
+DIMENSION-SIZES 4 3
+COMPRESSION-PARAM 2
+CHUNKED-DIMENSION-SIZES 2 2
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER LE
+
+
+
diff --git a/tools/h5import/testfiles/textuin32 b/tools/h5import/testfiles/textuin32
new file mode 100755
index 0000000..d61e1a1
--- /dev/null
+++ b/tools/h5import/testfiles/textuin32
@@ -0,0 +1,11 @@
+PATH /int/uint/32-bit
+INPUT-CLASS TEXTUIN
+INPUT-SIZE 32
+RANK 3
+DIMENSION-SIZES 2 4 3
+OUTPUT-ARCHITECTURE STD
+OUTPUT-BYTE-ORDER BE
+
+
+
+