mpiPathDelete

Declaration
long mpiPathDelete(MPIPath path);
Required Header stdmpi.h
Description

PathDelete deletes a Path object and invalidates its handle (path). PathDelete is the equivalent of a C++ destructor.

Return Values
MPIMessageOK if PathDelete successfully deletes the Path object and invalidates its handle
See Also mpiPathCreate | mpiPathValidate