| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Clean up formatting and delete two functions.
Description:
Minor reformatting at the head of each file (in the functions list).
Delete 2 functions from HM_H5T.html -- H5Tget_member_dims, H5Tinsert_array.
Platforms tested:
IE 5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Adding all functions new to Release 1.4.
Solution:
Adding first cut of all new API functions.
H5Dvlen_get_buf_size
H5Epush
H5Pset_fapl_family H5Pget_fapl_family
H5Pset_fapl_mpio H5Pget_fapl_mpio
H5Pset_dxpl_mpio H5Pget_dxpl_mpio
H5Pset_fapl_multi H5Pget_fapl_multi
H5Pset_dxpl_multi H5Pget_dxpl_multi
H5Pset_fapl_split H5Pset_fapl_sec2 H5Pset_fapl_stdio
H5Pset_fapl_stream H5Pget_fapl_stream
H5Pset_fapl_log
H5Pset_driver H5Pget_driver H5Pget_driver_info
H5Pset_meta_block_size H5Pget_meta_block_size
H5Pset_sieve_buf_size H5Pget_sieve_buf_size
H5Pset_fapl_dpss
H5Pset_fapl_gass H5Pget_fapl_gass
H5Pset_fapl_srb H5Pget_fapl_srb
H5Tarray_create H5Tget_array_ndims H5Tget_array_dims
Platforms tested:
IE 5.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To warn users that RM_H5G.html and Groups.html can render groups and
datasets inaccessible in a file.
Solution:
Modified RM_H5G.html and Groups.html as follows:
-- Added warning (new section) to Groups.html that H5Gunlink and
H5Gmove can result in inaccessible groups and datasets.
-- Added links to that new section from H5Gunlink and H5Gmove
in RM_H5G.html.
Platforms tested:
IE5
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Update This Tech Note.
Description:
Added some introduction to OpenMP and its programming requirements.
Solution:
Platforms tested:
|
|
|
|
|
|
| |
TechNotes/VFLfunc.html: Minor reformatting for ease of reference
Platforms tested:
IE5
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Removing functions that have been removed from library.
Solution:
Removed H5Pget_driver, H5P[gs]et_stdio, H5P[gs]et_sec2,
H5P[gs]et_core, H5P[gs]et_split, H5P[gs]et_family,
H5P[gs]et_mpi, and H5P[gs]et_xfer.
Platforms tested:
IE5
|
|
|
|
|
|
| |
Added the entry of the Thread Safe library implement doc.
Platforms tested:
MS-IE on an NT.
|
|
|
|
|
| |
Platforms tested:
MS-IE via windows.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"New" document
Description:
Raymond has prepared and added a new document reporting his
experience of using HDF5 with OpenMP. It was checked in as
a .txt file but browsers could not display it properly, at least
not for the MS-IE.
Solution:
I renamed the file from openmp-test.txt to openmp-hdf5.html,
added in simple mind html control statement (<pre>), added
an entry to the TechNote.html so that it can be found with
other technical notes.
Platforms tested:
Viewed by MS-IE.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Documentation of TS Library
Description:
This is the document Chee Wai wrote up about the thread safe
version of the HDF5 library. I just put it in HTML format and
checked it in...
Platforms tested:
Netscrape
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
This file describes the experiencing of OpenMP with hdf5.
Description:
All detailed description is in the file.
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
Everything was done on modi4.
|
|
|
|
|
|
|
|
|
|
| |
Feature symmetry
Description:
A while ago I needed to get the 'type' of data being accessed during writes
to the VFL driver, so I put in code to get the information down there.
Albert asked for the same information during reads, so I've added that in.
Tested:
Netscape
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug Fix
Description:
the line:
#include <hdf5.h>
needed to be escaped to be seen in the browser.
Solution:
Changed to:
#include <hdf5.h>
Platforms tested:
Seen in Netscrape
|
|
|
|
|
|
|
|
|
| |
Adding new document links
Description:
Adding links to TechNotes/VFL.html and TechNotes/VFLfunc.html,
the new virtual file layer documents.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
| |
Adding new document
Description:
Adding VFLfunc.html, a list of VFL functions, to HDF5 Technical Notes.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
Adding new document
Description:
Adding VFL.html (Virtual File Layer) to HDF5 Technical Notes.
August 1999 version. Will be updated for R1.4 by developer.
Platforms tested:
IE 5
|
|
|
|
|
|
|
|
|
| |
Purpose:
Clarification of H5Fclose
Description:
RM_H5F.html / H5Fclose: Added note that all data is flushed to file.
Platforms tested:
Tested with IE 5.
|
|
|
|
|
|
|
| |
Small bug fix (see bug report 528)
Description:
Added another example us using the h5dumper to dump an attribute
from the root group.
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
; missing from end of some > macros.
Solution:
Added
Platforms tested:
Mosaic^WNetscape
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug fix
Description:
The documentation on how to dump attribute data was not complete
enough. Some people got confused on the commandline syntax (you
have to specify the "path" from the root group to the attribute
to dump it). I put some examples in to show how to correctly dump
attributes.
Platforms tested:
Viewed with Netscrape.
|
|
|
|
|
|
|
|
|
| |
Update
Description:
Added the description of the environment variable HDF5_MPI_OPT_TYPES
which controls the use of optimized MPIO routines.
Platforms tested:
Viewed via IE.
|
|
|
|
|
|
|
|
|
|
|
|
| |
Purpose:
Bug fix -- #445
Description:
In RM_H5D.html in the H5 Reference Manual, the H5Dget_storage_size
entry described the wrong FAILURE return value.
Solution:
Changed H5Dget_storage_size return value on FAILURE to 0 (zero).
Platforms tested:
Tested in Internet Explorer 5.
|
|
|
|
| |
Test viewed via IE.
|
|
|
|
|
|
|
|
|
|
| |
Feature
Description:
Added a new document of all the controls (compiler macros,
environment variables, ...) that affect the functionality of
the libraries and tools.
Platforms tested:
Viewed with MS IE.
|
| |
|
|
|
|
|
| |
RM_H5Z.html
Corrected compression cross-reference.
|
| |
|
| |
|
| |
|
|
|
|
| |
R1.2 branch)
|
|
|
|
| |
R1.2 branch)
|
| |
|
| |
|
|
|
|
| |
Alternate-API buttons for reference manual
|
|
|
|
|
|
|
| |
h5a_FORTRAN.html h5d_FORTRAN.html h5e_FORTRAN.html
h5f_FORTRAN.html h5g_FORTRAN.html h5i_FORTRAN.html
h5p_FORTRAN.html h5r_FORTRAN.html h5s_FORTRAN.html
h5t_FORTRAN.html
|
|
|
|
|
|
|
| |
RM_H5Front.html
Added new Fortran90 functions and links. Related edits.
Added "Describes HDF5 Release..." line in page footers.
Minor editorial corrections.
|
|
|
|
|
|
| |
Datatypes.html
Fixed confusing references to "simple datatypes."
Minor edits.
|
|
|
|
|
| |
Added LANL credit-and-disclaimer section.
Added "Describes HDF5 Release..." line in page footer.
|
| |
|
|
|
|
| |
H5Sget_select_bounds: Corrected return value.
|
|
|
|
| |
Added new function H5garbage_collect.
|
|
|
|
| |
H5Aiterate: Changed function type to herr_t.
|
|
|
|
|
|
|
|
|
|
|
| |
H5Tvlen_create: Added cross-reference to H5Dget_vlen_buf_size
and H5Dvlen_reclaim.
H5Tget_class: Removed numbers from class identifiers list.
Added H5T_VLEN to class identifiers list.
RM_H5F.html
H5Freopen: Corrected description of file_id parameter.
Added comment about eventually closing returned identifier.
Added clarification that function cannot open closed files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
H5Pget_chunk: Changed max_ndims parameter description to IN.
H5Pget/set_gc_references: Corrected signature errors,
added missing parameter description and values.
H5Pget/set_family: Removed. These are not implemented.
H5Pget/set_hyper_cache: Corrected signature and parameter
expressions, added missing parameter description.
H5Pset_buffer: Added units for parameter 'size'.RM_H5P.html
H5Pget/set_split: Corrected misnamed parameters.
H5Pset_alignment and H5_set_core:
Edited for clarity.
Added statement regarding "special case" effect of
setting 'threshold' to 0 (zero).
Stated clearly that 'threshold' is non-negative and
'alignment' and 'increment' are both positive.
H5Pget/set_vlen_mem_manager:
Corrected cross-ref to H5Dvlen_reclaim.
Minor clarification regarding circumstances under which
contents of a parameter are ignored.
H5Pget_cache: Removed redundant material.
|
| |
|
|
|
|
|
|
|
| |
for the new options
(-v = obj id, -w = # of columns, -xml = XML output)
also added opaque to the types that are output
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Removed H5Pset_compression (commented it out, actually) and
changed example which used it to use H5Pset_deflate.
H5.format.html
Driver Identification block: Added clarification regarding the
representation of the version in the driver identification string.
|