mpiControlDelete
Declaration
int32_t mpiControlDelete(MPIControl control);
Required Header: stdmpi.h
Description
mpiControlDelete deletes a control object and invalidates its handle. ControlDelete is the equivalent of a C++ destructor.
| control | A control object handle. |
|---|
| Return Values |
|---|
| MPIMessageOK |
See Also
mpiControlCreate | mpiControlValidate
