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