mpiEventMgrCreate

Declaration
const MPIEventMgr mpiEventMgrCreate(MPIControl control)
Required Header stdmpi.h
Description

EventMgrCreate creates an EventMgr object, with control as the initial element in the list of Control objects from which the EventMgr obtains asynchronous events (control may be MPIHandleVOID).

EventMgrCreate is the equivalent of a C++ constructor.

Return Values
handle to an EventMgr object
MPIHandleVOID if the object could not be created
See Also mpiEventMgrDelete | mpiEventMgrValidate