mpiMapDelete

Declaration

MPI_DECL1 MPI_RESULT MPI_DECL2
   mpiMapDelete(MPIMap mpiMap);

Required Header: map.h

Change History: Added in 04.00.

Description

mpiMapDelete deletes an MPIMap object and invalidates its handle (mpiMap). mpiMapDelete is the equivalent of a C++ destructor.

mpiMap A handle to the MPIMap object to be deleted.

See Also

mpiMapCreate