MPI 04.00 Reference>>mpiNotify
mpiNotifyEnableGet
Declaration
MPI_RESULT mpiNotifyEnableGet(MPINotify notify, MPI_BOOL *enabled);
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiNotifyEnableGet reads the event notification enable bit from the notify object and writes it into the value pointed to by enabled.
notify | A handle to a notify object. |
---|---|
*enabled | A pointer to a value representing whether notification is enabled or disabled. Value is either TRUE (enabled) or FALSE (disabled). |
Return Values |
---|
MPIMessageOK |
MPIMessageARG_INVALID |
See Also