diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 03:40:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 03:40:14 (GMT) |
commit | 39437c5040b168014e27bd5b1f4afb0482764ae5 (patch) | |
tree | 2dfa0399d59b7ee4c6d8884ab80e40ccbb51f74c /release_docs | |
parent | 6125645ed18b826f79d0e7726034aa00a3ca80a9 (diff) | |
download | hdf5-39437c5040b168014e27bd5b1f4afb0482764ae5.zip hdf5-39437c5040b168014e27bd5b1f4afb0482764ae5.tar.gz hdf5-39437c5040b168014e27bd5b1f4afb0482764ae5.tar.bz2 |
[svn-r12275] Purpose: Maintenance
Description: Added that only IEEE floating-point is currently supported.
Solution:
Platforms tested: N/A
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_VMS.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/release_docs/INSTALL_VMS.txt b/release_docs/INSTALL_VMS.txt index a45a6d7..68b343b 100644 --- a/release_docs/INSTALL_VMS.txt +++ b/release_docs/INSTALL_VMS.txt @@ -63,17 +63,20 @@ [.c__.examples] 4. Installing HDF5 libraries - Currently one has manually copy *.olb, public *.h files and Fortran modules - files from + Currently one has to manually copy *.olb, public *.h (all header + files that do not have "private" in file name) iheader files and + Fortran modules files from [.src], [.fortran.src] and [.c__.src] directories 5. Known problems + 0. Only IEEE floating point (/float=ieee_float qualifier) + is supported for HDF5-1.8.0-alpha0. 1. There is no support for filters including deflated compression filter and - szip compression filters + szip compression filters. 2. There are few C and Fortran tests that fail (C mtime, Fortran file_close and - multifile driver tests, probably more; all major tests succeed) - 3. Mulitifile driver has not been tested yet + multifile driver tests, probably more; all major tests succeed). + 3. Mulitifile driver has not been tested yet. 4. Test scripts for some tools are missing; existing tools test scripts do not compare output with the expected output. 5. Probably more :-) |