mpiEventStatusGet

Declaration
long mpiEventStatusGet(MPIEvent       event,
                       MPIEventStatus *status)
Required Header event.h
Description

EventStatusGet gets the status of an Event object (event) and writes it into the structure pointed to by status. Event status includes the event type, type-specific codes and the event source.

Return Values
MPIMessageOK if EventStatusGet successfully gets the status of an Event object and writes it into the structure
See Also mpiEventStatusSet | meiEventStatusInfo