mpiMapControl

Declaration

MPI_DECL1 MPI_RESULT MPI_DECL2
   mpiMapControl(MPIMap      mapHandle,
                 MPIControl  *control);

Required Header: map.h

Change History: Added in 04.00.

Description

mpiMapControl writes the control object handle associated with the map object into the location pointed to by control.

mpiMap A handle to an MPIMap object.
control A pointer to an MPIControl handle where the control object handle is written.

See Also

mpiMapCreate