mpiEventStatusSet

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

EventStatusSet sets (writes) the status of event using data from the structure pointed to by status. Event status includes the event type, type-specific codes and the event source.

Return Values
MPIMessageOK if EventStatusSet successfully sets (writes) the status of event using data from the structure
See Also mpiEventStatusGet | meiEventStatusInfo