mpiCaptureEventNotifySet
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCaptureEventNotifySet(MPICapture capture, const MPIEventNotifyData *eventNotifyData);
Required Header: capture.h
Change History: Added in 04.00.
Description
mpiCaptureEventNotifySet writes the event notification data to the location pointed to by eventNotifyData. eventNotifyData is an array of addresses for the user specified data to be collected by the controller when the event occurs.
capture | A handle to the capture object. |
---|---|
*eventNotifyData | A pointer to a MPIEventNotifyData structure. |
Return Values | |
---|---|
MPIMessageOK | |
MPIMessageARG_INVALID |
See Also