summaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-06-26 20:35:42 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-06-26 20:35:42 (GMT)
commit5845fed5cb1dad347d71ccd2a7c9091ffaccff0a (patch)
tree796fe4a86905b9dd8a8cc7d8e1990a6ce26378b7 /MANIFEST
parentd9517c14af7bc68bd093b14eb8eeaab87d1ea80e (diff)
downloadhdf5-5845fed5cb1dad347d71ccd2a7c9091ffaccff0a.zip
hdf5-5845fed5cb1dad347d71ccd2a7c9091ffaccff0a.tar.gz
hdf5-5845fed5cb1dad347d71ccd2a7c9091ffaccff0a.tar.bz2
[svn-r23828] Fix 2 bugs for SWMR access:
1) H5O_load() in H5Ocache.c: when reading a block that is > spec_read siez, read the whole block in again and possibly decode the header. 2) H5F_accum_write() in H5Faccum.c: for a large write that is >= H5F_ACCUM_MAX_SIZE, flush the metadata in the accumulator first before the write. Tests are added to test/ohdr.c and test/accum.c. h5committested.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index c8551fd..103cd68 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -953,6 +953,7 @@
./test/Makefile.in
./test/SWMR_UseCase_UG.txt
./test/accum.c
+./test/accum_swmr_reader.c
./test/app_ref.c
./test/atomic_reader.c
./test/atomic_writer.c