Initiate a write operation

ss_aio_write is a function defined in ssaio.c.

Synopsis:

herr_t ss_aio_write(ss_aio_t *aio)

Description: Adds a write request to the queue of pending writes and immidiately returns.

Return Value: Returns non-negative on success; negative on failure. The aio argument is modified during the execution of the I/O operation.

Parallel Notes: Independent

See Also: