MPIEventStatus

MPIEventStatus  

 

typedef struct MPIEventStatus {
    MPIEventType	type;
    void		*source;

    long		info[MPIEventStatusINFO_COUNT_MAX];
} MPIEventStatus;
Description

EventStatus holds information about a particular event that was generated by the XMP.

  type identifies the type of event that was generated.
  *source identifies what the source of the event was. source will either be a handle to an MPI object or a host pointer. Use mpiObjectModuleId() to identify what source points to.
     
See Also mpiObjectModuleId | MPIEventType | MPIEventMgr | MPINotify | MEIEventStatusInfo | MPIEventStatusINFO_COUNT_MAX