mpiCompareDelete
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiCompareCreate(MPICompare compare);
Description
mpiCompareDelete deletes a Compare object and invalidates its handle (compare). CompareDelete is the equivalent of a C++ destructor.
compare | The handle of a Compare object to delete. |
---|
Return Values |
---|
MPIMessageOK |
See Also