summaryrefslogtreecommitdiffstats
path: root/src/H5CX.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some collective metadata read issuesJordan Henderson2019-02-121-2/+2
|
* HDFFV-10625 -- Implemented a process-0 read and then broadcast for ↵Quincey Koziol2019-01-071-0/+92
| | | | collective read of full (HS_ALL), contiguous, atomic datasets by all the processes in the file communicator.
* Corrected comment in src/H5VLint.c, fixed pass-through info size inQuincey Koziol2019-01-061-3/+75
| | | | | | | src/H5VLpassthru.c, switched to stashing VOL connector ID & info in API context (in src/H5CX.c, src/H5CXprivate.h, src/H5F.c, src/H5Fint.c, and src/H5Fefc.c), patched up all sorts of issues in the tests, to make them work with 'check-vfd' (and 'check-vol' again).
* Squashed commit of private branch changes to support stackable VOL plugins.Quincey Koziol2018-10-251-1/+77
| | | | modified: test/dsets.c
* VOL FEATUREDana Robinson2018-10-101-0/+4
|
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-2/+4
|
* Finished move of H5DOread/write_chunk calls to H5D.Dana Robinson2018-04-301-280/+0
|
* Fix non-threadsafe API context head pointer handling.Quincey Koziol2018-04-191-11/+2
|
* Resolve memory leak of last API context, by freeing it in H5CX terminateQuincey Koziol2018-04-181-32/+10
| | | | routine.
* Revert "Close memory leak of last API context when shutting library down."Quincey Koziol2018-04-181-19/+16
| | | | This reverts commit 0bd3634dc5747d88582a966050896bad57acb892.
* Close memory leak of last API context when shutting library down.Quincey Koziol2018-04-171-16/+19
|
* Remove vestiges of H5_DEBUG_BUILD macro, switching it to the moreQuincey Koziol2018-04-061-2/+2
| | | | standard H5CX_DEBUG form.
* Correct errors with non-"instrumented library" builds (production & parallel,Quincey Koziol2018-04-051-0/+6
| | | | generally speaking).
* Expanded comments abuot H5CX_t fields.Quincey Koziol2018-03-291-12/+14
|
* Add comments for internal structs.Quincey Koziol2018-03-271-4/+44
|
* Remove redundant 'is_collective' parameter from H5CX_set_loc.Quincey Koziol2018-03-271-26/+22
|
* Correct typo in comment.Quincey Koziol2018-03-271-1/+1
|
* Corrections for parallel I/O & tests.Quincey Koziol2018-03-211-0/+1
|
* Update handling of reporting for breaking collective I/O when the defaultQuincey Koziol2018-03-201-10/+14
| | | | DXPL is used.
* Correct typo for error checking malloc return value.Quincey Koziol2018-03-201-1/+1
|
* Refactor H5CX code to reduce duplication.Quincey Koziol2018-03-201-684/+116
|
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-03-181-1/+56
| | | | | | merge_func_enter_vol Plus initial steps toward merging API context push into FUNC_ENTER_API* macros
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-0/+3308