HDF5VOL
  1. HDF5VOL

ASYNC

Public

Network

 
AuthorCommitMessageCommit Date
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
Houjun TangHoujun Tang
ed289c39741Revert back object open to be blocking
Houjun TangHoujun Tang
3341f8bb0cfCheck whether memspace is contiguous and skip H5gather when possible
Houjun TangHoujun Tang
0a3a97bf22fAdd event set test code
Houjun TangHoujun Tang
c269a7e1355Update benchmark code
Houjun TangHoujun Tang
f782e568e67MMerge branch 'term_fix'
Houjun TangHoujun Tang
52f51d2e505Fix H5Oopen issue from h5py application
Houjun TangHoujun Tang
f3cefeeeae8Fix an issue when file is closed during HDF5 termination process
Houjun TangHoujun Tang
a534b6aa6c7Update benchmark code
Houjun TangHoujun Tang
bac875e7a1bUpdate benchmark
Houjun TangHoujun Tang
299d6272903Fix the compile warnings
Houjun TangHoujun Tang
6e87eb23c37Add support to event set, requires bug fix in HDF5 async branch
Houjun TangHoujun Tang
ab0c9ca27c8Fix an issue when dspace is H5S_ALL, update test Makefile to use rpath
Houjun TangHoujun Tang
7890b931da0Use HDF5 gather for dataset write by default
Houjun TangHoujun Tang
157a73aa1a6Remove H5Fwait in vpicio code, now implicit wait at the end of the program execution time
Houjun TangHoujun Tang
7c39b3aea67Use async dxpl in parallel tests
Houjun TangHoujun Tang
7d7e3179660Add automatic tests, update vpicio with alignment setting
Houjun TangHoujun Tang
47a37afae36Update readme with argobots 1.0 repo
Houjun TangHoujun Tang
7fbd0b0b1b0Include the previously not used async operations (e.g. link operations)
Houjun TangHoujun Tang
6b3cbcc5e64Change default behavior when copy size limit is set smaller than write size back to use non-blocking async execution
Tony LiTony Li
1d2d6ece643bug fix on mmap extension
Tony LiTony Li
27f2f206bedadded mmap util
Tony LiTony Li
d4c9f6ad14cadd switch
Tony LiTony Li
9f84c948071Added if() for gather
Tony LiTony Li
c785e01cc42Added gather() to support complex selections.
Tony LiTony Li
bd5a6b8f8a9Tiny reformatting for easing eyes
Houjun TangHoujun Tang
7f3d0384a2ffix an issue that cause H5Fwait to fail
Quincey KoziolQuincey Koziol
9c26232d104Add item about freeing the async_task_t earlier than file close.
Quincey KoziolQuincey Koziol
99acf74f6a7Fix 'unused' attribute
Quincey KoziolQuincey Koziol
060406e29cdClean up a few warnings, add "to do" list
Houjun TangHoujun Tang
cf829e08c3fFree allocated resources at file close time
Quincey KoziolQuincey Koziol
b25b5151a50Minor code cleanups
Quincey KoziolQuincey Koziol
99bd45e779eClean up warnings
Quincey KoziolQuincey Koziol
6677ce4dd65Code cleanup
Quincey KoziolQuincey Koziol
e6deca9db28MMerge branch 'master' of https://bitbucket.hdfgroup.org/scm/hdf5vol/async