HDF5VOL
  1. HDF5VOL

ASYNC

Public
AuthorCommitMessageCommit dateIssues
Quincey KoziolQuincey Koziol
f86298948d9Move repo to https://github.com/hpc-io/vol-async
Houjun TangHoujun Tang
c3d7135710fArgobots thread status update, and make test runs faster
Houjun TangHoujun Tang
dcbe4486ed8No longer requires H5VLasync_finalize to be called by application, reduce test output file size
Houjun TangHoujun Tang
c6c4fd9d75aUpdate test code for event set error check
Quincey KoziolQuincey Koziol
95c7d447a84Track change to H5ESwait API routine
Quincey KoziolQuincey Koziol
12a881ce3f7Close failed group ID, and protect dataset create from immediate failure
Quincey KoziolQuincey Koziol
08005c9d916Validate error stack info
Quincey KoziolQuincey Koziol
9a072ed80a8Add non-failure return value when retrieving error stack for failed operation
Quincey KoziolQuincey Koziol
74cc9f3ca74Add support for H5VL_REQUEST_GET_ERR_STACK operation to request 'specific' callback
Quincey KoziolQuincey Koziol
3f0e93c9b78Follow change to the VOL request subclass callbacks that switch from using "H5ES_status_t" to "H5VL_request_status_t", and also add a H5VL_request_status_t* parameter to the 'cancel' callback in the request subclass.
Houjun TangHoujun Tang
d8c76b6759fUpdate readme
Houjun TangHoujun Tang
916a5718bd0Fix a bug with object copy
Houjun TangHoujun Tang
76ccc82acc2More code trimming
Houjun TangHoujun Tang
2c08f055cb9Remove unnecessary code in error stack test code
Houjun TangHoujun Tang
40cbb77a52aUpdate error checking test
Quincey KoziolQuincey Koziol
625faeb4b54Add calls to retrieve error information for failed operation
Houjun TangHoujun Tang
1d5fb825b88Disable debug prints
Houjun TangHoujun Tang
12682ecf589Changes for library updates on mutex count
Quincey KoziolQuincey Koziol
3207b6f7744Refactor connector init
Houjun TangHoujun Tang
a66f50fa866Fix a hanging issue when stacking vols
Quincey KoziolQuincey Koziol
2372e82cc49Update error checking on tasks, to return H5ES_STATUS_FAIL when waiting on a request token
Quincey KoziolQuincey Koziol
385825e1c9dAdd smoke check for H5Literate2
Houjun TangHoujun Tang
0ac2e57f155Fix an issue when link iteration needs to close the group after finish and hangs
Houjun TangHoujun Tang
3e2a298fa71Fix test script missing comma
Houjun TangHoujun Tang
002d297e50aFix a bug that may cause out-of-order execution
Houjun TangHoujun Tang
fbf37ae8f98Fix H5VL_async_request_wait
Quincey KoziolQuincey Koziol
6ad57e9cfdcConvert H5VL calls to avoid printing the error stack, and to return a "FAIL" status when an operation has failed.
Quincey KoziolQuincey Koziol
cc69f37537fAdd test for errors when using event sets
Quincey KoziolQuincey Koziol
edca983a361Uncomment attribute operations
Houjun TangHoujun Tang
14107160edcMMerge branch 'master' of ssh://bitbucket.hdfgroup.org:7999/hdf5vol/async
Houjun TangHoujun Tang
15c90a8c75bFix an issue with link create
Quincey KoziolQuincey Koziol
5b5a5d4b051Protect error class unregister against multiple calls to terminate connector.
Houjun TangHoujun Tang
2107b340e5cFix a bug when the passed in object is valid and return immediately
Houjun TangHoujun Tang
9036fe1e92bFix a bug with link delete
Houjun TangHoujun Tang
5720eb507bdFix a bug when creating a link with H5L_SAME_LOC
Houjun TangHoujun Tang
c100d01ee65fix bugs with file reopen and link operations
Quincey KoziolQuincey Koziol
ebb209cf5e1Correct typo in H5Fwait handling
Houjun TangHoujun Tang
bf4b25c1991Update error stack order, parent failure message will be printed out first
Houjun TangHoujun Tang
8184d823db6Add missing file
Houjun TangHoujun Tang
78bc461164fRecord error stack when an async operation fails, append a parent failed message to all it dependent children operations; and some code cleanup
Houjun TangHoujun Tang
6c6822f5f70Fix a bug with strdup NULL pointer
Quincey KoziolQuincey Koziol
13dfeb20d56Update HDF5 git repo URL
Quincey KoziolQuincey Koziol
316932ed235Reset & free the library state before closing copied arguments.
Houjun TangHoujun Tang
fdf09a9f454disable logging info print
Houjun TangHoujun Tang
bad500273e4Fix a deadlock issue when using environment variable
Quincey KoziolQuincey Koziol
6a68896ddfeIncremental improvements toward bug fixing...
Quincey KoziolQuincey Koziol
45e37c62508Update the VOL connector ID global when the connector is loaded dynamically.(Possibly only an issue on MacOS?)
Quincey KoziolQuincey Koziol
133c2d77f15Add note about running on MacOS
Houjun TangHoujun Tang
44f1451684bFix an error with attr write
Houjun TangHoujun Tang
7b3be672083Update benchmark codes