| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:zero_allocation_fix_develop to develop
* commit '3e4f6138b60d8363c377e453d63f875775ec907a':
Removed asserts from H5MM calls that conflict with stated behavior and added a test to ensure that this doesn't happen in the future.
|
| |
| |
| |
| | |
and added a test to ensure that this doesn't happen in the future.
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
develop
* commit 'd0e32b545c41dcc36a69ab146b54b55e7ac9dc07':
Split internal H5R functionality into H5Rint.c.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
is constructed to avoid the special case close.
|
|
|
|
| |
Prep for the VOL merge.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '3dde6d0e32461f46630f814a2fdfbd4c813703bf':
Updated the code and RELEASE.txt note per comments from John Mainzer
Try to address most of the issues raised by Dana in the code review
Made edits suggested by John as part of the code review
Update the MANIFEST and release_docs/RELEASE files
Add a test for parallel reads of independent files using MPI subgroups
Edits to the file open optimization and associated test code to bring them closer to the HDF5 library's unwritten coding standards. Also bug fix to repair a hang in testphdf5.
The initial coding for the superblock read optization
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
code to bring them closer to the HDF5 library's unwritten
coding standards. Also bug fix to repair a hang in testphdf5.
Tested parallel/debug on Charis and Jelly, parallel/production on Jelly.
|
| |\
| | |
| | |
| | | |
optimize_superblock_read
|
| | | |
|
| | | |
|
| | |
| | |
| | | |
includes H5Zfilter_avail() fix
|
| | | |
|
| |/
|/|
| |
| | |
the H5C_MAINTAIN_CLEAN_AND_DIRTY_LRU_LISTS macro is defined.
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* commit '593e4038b3ab474a47e468bb3478d4ae3a6820e6':
Fix for daily test failure Fix for the compilation error from the PGI compiler.
Modifications based on comments from pull request review (1) Remove unnecessary asserts (2) Add code to insert bad offset values to the test file in gen_bad_offset.c
HDFFV-10188 force non-native type description
HDFFV-10188 emu insists on printing non-native description
Fix for HDFFV-10216 segfault in H5G_node_cmp3 with corrupt h5 file Fix H5HL_offset_into() to return error when offset exceeds heap data block size. Also fix other places that call this routine to detect error return.
HDFFV-10188 fix typo
HDFFV-10188 add missing copy commands
HDFFV-10188 Add tests and files
HDFFV-10188 enable null space test
HDFFV-10188 add release note
HDFFV-10188 - Check for empty string first
HDFFV-10188 error on NULL dataspace
|
| |
| |
| |
| | |
Fix for the compilation error from the PGI compiler.
|
| |
| |
| |
| |
| | |
(1) Remove unnecessary asserts
(2) Add code to insert bad offset values to the test file in gen_bad_offset.c
|
| |
| |
| |
| |
| | |
Fix H5HL_offset_into() to return error when offset exceeds heap data block size.
Also fix other places that call this routine to detect error return.
|
| |
| |
| |
| |
| |
| |
| | |
duplicate metadata write bug observed in 1.10.1.
Tested parallel/production on jelly
parallel/debug & parallel/production on charis (in develop branch)
|
|\ \
| |/
| |
| | |
develop
|
| |
| |
| |
| | |
be outside of functions.
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
a) multi/split drivers and
b) persisting free-space or using paged aggregation strategy
because the library will fail file creation (temporary) for the above conditions.
|
| | |
| | |
| | |
| | | |
Test the changes in a branch via daily testing.
|
| |/
| |
| |
| |
| |
| |
| |
| | |
over.
Brings coding standards in line with the rest of the library,
enforces better software engineering principles, and makes
everything more maintainable.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* commit '6a5aa46e936340ed540359290374fa909f9213a6':
Added a brief outline for Large MPI-IO transfers into RELEASE.txt
Fix up the ExpressMode check for skipping slow running tests.
Include code fixes and additional modifications pointed out by code reviewers
Commited changes to the development branch here to allow a pull request to be published
Commit changes needed for pull request
|
| | | |
|
| | |
| | |
| | |
| | | |
be published
|
| |/
| |
| |
| |
| |
| | |
The function H5VM_power2up() returns the next power of 2 for n.
When n exceeds 2^63, it overflows and becomes 0 causing the infinite looping.
The fix ensures that the function checks for n >= 2^63 and returns 0.
|