MPIEventFilter

Declaration

typedef struct MPIEventFilter {
     MPIHandle    *sources;
     size_t       sourceCount;
     MPIEventMask eventMask;
} MPIEventFilter;

Required Header: stdmpi.h

Change History: Added in 04.00. Modified in 04.00.02

Description

MPIEventFilter defines a filter used to determine how events are filtered before a event callback is executed.

sources A pointer to an array of event sources.
sourceCount The number of sources in the event source array sources.
eventMask An event mask which represents what events should be distributed for the sources defined by the sources array.

See Also

mpiControlEventCallbackAdd