mpiSynqNetDelete

Declaration

int32_t mpiSynqNetDelete(MPISynqNet  synqNet);

Required Header: stdmpi.h

Description

mpiSynqNetDelete deletes a SynqNet object and invalidates its handle. SynqNetDelete is the equivalent of a C++ destructor. All objects that are created must be deleted in the reverse order to avoid memory leaks.

synqNet a handle to a SynqNet object.
Return Values
MPIMessageOK

See Also

mpiSynqNetCreate | mpiSynqNetValidate