mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
25f2ebda39
Description: h5_group example didn't work on VMS; it turned out that a group was not closed and since the default file close degree is "weak", file was not closed either. When program attempted to open the same file, system reported an error since the file was "locked by another user". UNIX systems apperently do not care and open the same file without any problem. Solution: Added H5Gclose calls. Platforms tested: VMS server and heping Misc. update: |
||
---|---|---|
.. | ||
Attributes.txt | ||
h5_attribute.c | ||
h5_chunk_read.c | ||
h5_compound.c | ||
h5_drivers.c | ||
h5_dtransform.c | ||
h5_extend_write.c | ||
h5_group.c | ||
h5_mount.c | ||
h5_read.c | ||
h5_reference.c | ||
h5_select.c | ||
h5_write.c | ||
Makefile.am | ||
Makefile.in | ||
ph5example.c |