mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
6ea5252281
Bug fix Description: The dataset's modification time was getting set whenever raw data was written with H5Dwrite. Unfortunately, this is a metadata change (which are required to be performed collectively) and H5Dwrite may be called independently from a parallel program, resulting in metadata cache corruption and/or program hangs. Solution: Don't update the modification time when raw data it written. :-( Platforms tested: FreeBSD 4.8 (sleipnir) w/parallel h5committest Misc. update: Noted in release notes and also sent to Frank for updating the docs. |
||
---|---|---|
.. | ||
HISTORY.txt | ||
INSTALL | ||
INSTALL_codewarrior.txt | ||
INSTALL_parallel | ||
INSTALL_TFLOPS | ||
INSTALL_VFL | ||
INSTALL_Windows_withcpp.txt | ||
INSTALL_Windows_withF90.txt | ||
INSTALL_Windows.txt | ||
RELEASE.txt |