MPI 04.00 Reference>>mpiNotify

mpiNotifyDelete

Declaration

int32_t mpiNotifyDelete(MPINotify notify)

 

Required Header: stdmpi.h

Description

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

notify A handle to a notify object.
Return Values
MPIMessageOK

See Also

mpiNotifyCreate | mpiNotifyValidate