mpiNodeDelete

Declaration
long mpiNodeDelete(MPINode node)
Required Header stdmpi.h
Description

NodeDelete deletes a Node object and invalidates its handle (node). NodeDelete is the equivalent of a C++ destructor.

Return Values
MPIMessageOK if NodeDelete successfully deletes the Node object and invalidates its handle
See Also mpiNodeCreate | mpiNodeValidate