MPIEventMgrServiceConfig

Definition

typedef struct MPIEventMgrServiceConfig {
   MPI_BOOL  allProcesses; /* TRUE => collect 
events from all processes, else EventMgr process only */ } MPIEventMgrServiceConfig;
Change History: Modified in the 03.03.00

Description

allProcesses
is a boolean value. If allProcesses=TRUE, then the event manager will handle events originating from all processes. If allProcesses=FALSE, then the event manager will only handle events originating from the same process in which the event manager was created.

See Also