diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-03 20:00:42 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2003-04-03 20:00:42 (GMT) |
commit | 1d76391f63d43242f47fc487bfcdca1cf2299858 (patch) | |
tree | 92c88618791970b0748bc813f6ec8d7dcecaf2a6 /MANIFEST | |
parent | 7e2e0f164d6d19694adef92c7b76a7772df174c0 (diff) | |
download | hdf5-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 'MANIFEST')
-rw-r--r-- | MANIFEST | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -1103,6 +1103,43 @@ ./tools/h5dump/h5dumpgentest.c ./tools/h5dump/testh5dump.sh +./tools/h5import/Dependencies +./tools/h5import/Makefile.in +./tools/h5import/h5import.h +./tools/h5import/h5import.c +./tools/h5import/h5importtest.c +./tools/h5import/h5importtestutil.sh +./tools/h5import/testfiles/conbfp32 +./tools/h5import/testfiles/conbfp64 +./tools/h5import/testfiles/conbin16 +./tools/h5import/testfiles/conbin32 +./tools/h5import/testfiles/conbin8 +./tools/h5import/testfiles/conbuin16 +./tools/h5import/testfiles/conbuin32 +./tools/h5import/testfiles/fp1 +./tools/h5import/testfiles/fp2 +./tools/h5import/testfiles/in1 +./tools/h5import/testfiles/textfp32 +./tools/h5import/testfiles/textfp64 +./tools/h5import/testfiles/textin16 +./tools/h5import/testfiles/textin32 +./tools/h5import/testfiles/textin8 +./tools/h5import/testfiles/textuin16 +./tools/h5import/testfiles/textuin32 +./tools/h5import/testfiles/test1.h5 +./tools/h5import/testfiles/test2.h5 +./tools/h5import/testfiles/test3.h5 +./tools/h5import/testfiles/test4.h5 +./tools/h5import/testfiles/test5.h5 +./tools/h5import/testfiles/test6.h5 +./tools/h5import/testfiles/test7.h5 +./tools/h5import/testfiles/test8.h5 +./tools/h5import/testfiles/test9.h5 +./tools/h5import/testfiles/test10.h5 +./tools/h5import/testfiles/test11.h5 +./tools/h5import/testfiles/test12.h5 +./tools/h5import/testfiles/test13.h5 + ./tools/h5diff/Dependencies ./tools/h5diff/Makefile.in ./tools/h5diff/h5diff.c @@ -1128,6 +1165,7 @@ ./tools/misc/Dependencies ./tools/misc/Makefile.in +./tools/misc/h5createU8.c ./tools/misc/h5debug.c ./tools/misc/h5import.c ./tools/misc/h5redeploy.in |