| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:icc_config_fixes to develop
Cleaned up the Intel compiler flags (Autotools).
* commit '1c5029f21b51977d26b26fd3540065f36d97c683':
Updated the icc flags (C flags only).
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '53d3a619f8a076cb1d0ba9cbc207fc07a6fcc5d8':
Change examples to match junit test
Add missing character
Change where test copies libs because of osx1011 SIP
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
~KOZIOL/hdf5:develop_swmr_merge_03 to develop
* commit '527f28333cb2ec5b247ec348cf6970e0d114891b':
Another Java oversight (sorry, don't have Java configured on my Mac)
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~KOZIOL/hdf5:develop_swmr_merge_02 to develop
Merged minor fixes from revise_chunks.
* commit 'e1026bd354443ae9c4e0cf197feb7191920c9f13':
Correct oversight in Java test and remove direct VFD from SWMR supported drivers.
|
|/ /
| |
| |
| | |
drivers.
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to develop
Merged the final library SWMR changes from revise_chunks.
* commit '15e04901a0cea65b2b0fa3ca869341a2b656bfdf':
Bring SWMR support in to the main development branch. (Finally!) More tests and the tool and API wrappers will be coming in over the weekend.
Add some Java methods that were missed earlier.
Minor normalization cleanups.
|
| |\ \
| |/ /
|/| |
| | | |
into develop_swmr_merge
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to develop
Merged fix for missing VS2012 round commands.
* commit '488f19a9cbd2e89e83847a628e59f57f4293fed0':
Fixed a comment.
Added Windows-only versions of the round() functions, which do not exist in VS2012 and earlier.
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
exist in VS2012 and earlier.
Tested on: 32-bit Windows 7 w/ VS2012 Pro
|
| |
| |
| |
| | |
and the tool and API wrappers will be coming in over the weekend.
|
| |\
| |/
|/|
| | |
into develop_swmr_merge
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~DEROBINS/hdf5_der:eoc_valgrind_bugfix to develop
Fix for some evict-on-close issues revealed by Valgrind.
* commit 'd3dbe9d90ee71b231b3264e1d62d3efbae3242ef':
Tentative fix for valgrind issues related to EoC.
|
| |\ \ |
|
| |\ \ \ |
|
| |\ \ \ \ |
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Adds /*out*/ parameters to H5O_close() and H5F_try_close() so
that H5D/G_close() will know when H5O_close() has triggered a
file close and thus the file struct is not reliable.
Also removes the H5F_CLOSING() macro and related which were
formerly used to check if the file was closing.
|
| |\ \ \ \ \ \ |
|
|\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
~DEROBINS/hdf5_der:expanded_eoc_test to develop
Updated the evict-on-close test to better exercise groups.
* commit '30bd7247d80f08aee4fc7038df86c43258344de8':
Updated the evict-on-close test to create a large number of subgroups in a containing group. This will ensure that many cache entries will be used, making a better test of EoC functionality.
|
| |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
in a containing group. This will ensure that many cache entries will
be used, making a better test of EoC functionality.
|
| | | | | | | | |
|
| |_|_|_|_|_|/
|/| | | | | | |
|
|\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
~KOZIOL/hdf5:develop_merge_revise_chunks_10 to develop
* commit 'b092dbcdfdfc7477596ae49f816f18e0dadf0fb1':
Bring over another batch (hopefully the last) of non-SWMR "normalization" changes from the revise_chunks branch.
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
changes from the revise_chunks branch.
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
~DEROBINS/hdf5_der:new_H5AC_dump_cache to develop
Updated H5AC_dump_cache() to emit more information.
* commit '7a8c7c6063e328fdac28aa3f77ead4bdc91860e5':
Updated the cache dump to use the stored type name instead of the (redundant) array of names I previously created.
Updated the format of H5AC/C_dump_cache() to include more information and be easier to read.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
of the (redundant) array of names I previously created.
|
| |/ / / /
| | | | |
| | | | |
| | | | | |
more information and be easier to read.
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '2cb2d5a533c2de7503014da3250c3088e1ba089d':
Remove "collective write list" parameter from H5C__flush_single_entry() as it is only used in a couple of places. The collective write list has been moved to be internal to the cache data structure instead.
Eliminate unnecessary data structure for parallel collective metadata cache I/O
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
is only used in a couple of places. The collective write list has been moved
to be internal to the cache data structure instead.
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
to develop
Fix for tfile.c valgrind issues.
* commit '191cc19ae0a2feb72d2171a0808fdc71a3b862dd':
Added vlen reclaim functions to a test in tfile.c that leaks memory.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
that leaks memory.
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
develop
Updated .gitignore to be more manageable and future-proof.
* commit '1aa2373b2e1a651bec507dcb14a89b51815a972c':
Simplified .gitignore by using patterns.
Added src/H5config.h.in~ to .gitignore.
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'ea4d18c3d9c3b6c77030abdf2f0509bc68224559':
Remove unnecessary assert.
Add a flag for H5C__flush_single_entry() to allow the parallel code to request that images for entries be generated, even when not writing the entry from an MPI rank.
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | | |
into develop
|
|\ \ \ \ \ \
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
to develop
Fixed a few memory issues in the tests.
* commit 'e2863ca880a6983558d3ba3e5219164a57287f04':
Fixed a few memory problems in test/cache_logging.c and test/h5test.c (which show up in test/vfd.c).
|
| | |_|_|/
| |/| | |
| | | | |
| | | | | |
test/h5test.c (which show up in test/vfd.c).
|
|\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | | |
* commit 'c2e60909e35d988e86d78b7c8bfc0d2d51c4e75f':
Add test to memcheck ignore and increase cache test timeout
|
|/ / / / |
|