HDF5 async callback¶
ss_aio_hdf5_cb is a function defined in ssaio.c.
Synopsis:
-
herr_t
ss_aio_hdf5_cb(int fd, hid_t dxpl, haddr_t addr, size_t size, const void *buf)¶
Description: HDF5 invokes this function when it wants to do asynchronous I/O
Return Value: Returns non-negative on success; negative on failure.
Parallel Notes: Independent
See Also:
- Asynchronous I/O: Introduction for current chapter