Purpose:
Updating Fortran90 APIs.
Description:
fortran/h5t_FORTRAN.html
Removed h5tget_member_dims_f and h5tinsert_array_f.
fortran/h5d_FORTRAN.html
Created near-duplicate h5dwrite and h5dread entries:
One for all datatypes EXCEPT object and dataset region references.
One for object and dataset region reference datatypes.
Added buffer size parameter, n, and changed buffer rank to 1 in
reference datatypes version.
Platforms tested:
IE 5
Purpose:
Updating FORTRAN API
Description:
RM_H5P.html
fortran/h5p_FORTRAN.html
Made H5Pset_fapl_split warning into a separate paragraph so that
it is more visible. [RM_H5P.html only]
Removed
h5pset_stdio_f h5pset_sec2_f
h5pget_stdio_f h5pget_sec2_f
h5pset_core_f h5pset_family_f
h5pget_core_f h5pget_family_f
Replaced
h5pset_mpi_f h5pset_xfer_f
h5pget_mpi_f h5pget_xfer_f
with
h5pset_fapl_mpio_f h5pset_dxpl_mpio_f
h5pget_fapl_mpio_f h5pget_dxpl_mpio_f
Platforms tested:
IE 5
Fix
Description:
Fixed the install-doc command...
Solution:
Purpose:
Fix
Description:
Fixed the install-doc command...
Solution:
Mostly just fixed in the config/conclude.in file, but updated the doc
directories with Makefile.ins and Dependencies so that they'd work.
Platforms tested:
Linux, Solaris