Edited for 1.2.0beta release.
INSTALL.ascired:
Updated with simplified steps.
INSTALL_parallel:
Updated with information that was in INSTALL and INSTALL.parallel.
INSTALL_parallel.ascired:
Removed old setup no longer needed.
RUNPARALEL, RUNSERIAL, disable-shared are specified in config/intel-osf1.
README:
Update mailing list subscription instruction.
RELEASE:
Updated for 1.2.0beta release information.
INSTALL_Windows.txt:
Contains Windows platform installation instructions.
INSTALL.parallel:
Removed because its content has been moved to INSTALL_parallel.
Datatypes.html
VLdatatypes.html (temporary doc file)
RM_H5T.html
RM_H5D.html
Adding variable-length datatype information to the user docs.
VLdatatypes.html is a temporary file; it will be removed once
all of the information is incorporated into Datatypes.html
and the RM.
All HDF5 User's Guide files
Integrated Palettes.html.
Integrated MountingFiles.html.
Cleaned up page footers.
Made <title>---</title> entries somewhat more consistent.
Files.html
Errors.html
Datasets.html
Fixed minor formatting errors.
Palettes.html
MountingFiles.html
These new sections were added to the HDF5 User's Guide.
Environment.html
Deleted duplicate text.
The line "setenv CFLAGS ...." caused an "undefined variable" error, so
we commented it. Also, we use the mpich (romio) compiler for most of
our tests, so we uncommented it, and at the same time commented out the
"ibm mpi" compiler.
RM_H5R.html
H5Rget_region
Removed "Not yet implemented" note.
Corrected syntax to agree with description in H5R.c
Added mention of valid 'ref_type' value; deleted reference to User's Guide.
H5Rdereference
Added list of valid 'ref_type' values; deleted reference to User's Guide.
RM_H5T.html
H5Tget_class
Added H5T_ENUM and H5T_REFERENCE to list of return values.
H5Topen
Corrected description of 'loc_id'; clarified description of 'name'.
H5Tinsert
Corrected 'offset' datatype.
RM_H5P.html
Datasets.html
Fixed minor formatting errors.
H5Pset_layout
H5Pget_layout
Added comment that H5D_COMPACT layout type is not yet implemented.
H5Pset_external
Added note regarding setting 'size' to H5F_UNLIMITED.
H5Pset_family (RM_H5P.html only)
Removed extra function entry ('original version').
H5Pget_split (RM_H5P.html only)
Corrected pair of typos in 'meta_ext' description.
Added the checking for zlib and jpeg libraries when doing the -with-hdf4
option. HDF4 applications in general needs lib mfhdf, df, z, and jpeg.
Removed the earlier alone test for jpeg. It conflicted with the hdf4
tests. Also, moved the hdf5-own library test for zlib after the hdf4
tests so that when hdf4 is used, the results would cover the zlib
test.
configure:
derived from configure.in by autoconf.
Platforms tested:
IRIX 6.5, IRIX64 6.5, Solaris 2.6 (if the default gcc is used),
FreeBSD.
Comments:
This still generates compile commands that listed the "-lmfhdf ..."
library list before the -L/usr/ncsa/lib. I traced the problem to
the libtool. (I stopped at the door and dared not to enter this
libtool cave. :-) Most compilers, except solaris' cc, tolerate
the "duplicated" library list.
The SunOS 5.6 version of `sed' must have slashes as delimiters
so I made sure that's all that's used in this script even
though it makes one pattern almost unreadable.
./src/H5Fistore.c [1.2, 1.3]
./src/H5Sall.c [1.2, 1.3]
Replaced second argument of HGOTO_ERROR/HRETURN_ERROR with a
minor error symbol (H5E_INTERNAL is a major error symbol).
./src/H5P.c [1.2, 1.3]
./src/H5T.c [1.2, 1.3]
Added definitions for H5D_operator_t, H5MM_allocate_t, and
H5MM_free_t and regenerated tracing calls for the affected API
functions.
Removed the unnecessary #include of mpi.h and mpio.h. (They are
included already in H5public.h when applicable.) Changed couple
debug printing to be controlled like the others.
src/H5public.h:
Officially, mpio.h should be in mpi.h but MPIO are not always
supported by the vendor yet. Make the #include of mpio.h conditional
when it is not in mpi.h.
testpar/testphdf5.h:
Removed the unnecessary #include of mpi.h and mpio.h. (They are
included already in H5public.h when applicable.)