mpiNotifyDelete

Declaration
long mpiNotifyDelete(MPINotify notify)
Required Header stdmpi.h
Description

NotifyDelete deletes a Notify object and invalidates its handle (notify). NotifyDelete is the equivalent of a C++ destructor.

Return Values
MPIMessageOK if NotifyDelete successfully deletes a Notify object and invalidates its handle
See Also mpiNotifyCreate | mpiNotifyValidate