mpiControlDelete

Declaration
long mpiControlDelete(MPIControl control)
Required Header stdmpi.h
Description

ControlDelete deletes a control object and invalidates its handle. ControlDelete is the equivalent of a C++ destructor.

Return Values
MPIMessageOK if ControlDelete successfully deletes a Control object and invalidates its handle
See Also mpiControlCreate | mpiControlValidate