mpiSqNodeDelete

Declaration

int32_t mpiSqNodeDelete(MPISqNode  node); 

Required Header: stdmpi.h

Description

mpiSqNodeDelete deletes a SqNode object and invalidates its handle.

SqNodeDelete is the equivalent of a C++ destructor.

node a handle of the SqNode object to delete in the reverse order to avoid memory leaks.
Return Values
MPIMessageOK

See Also

mpiSqNodeCreate | mpiSqNodeValidate