mpiControlAddress

Declaration

MPI_RESULT
   mpiControlAddress(MPIControl          control,
                     MPIControlAddress   *address);

 

Required Header: stdmpi.h

Change History: Modified in 04.00.

Description

mpiControlAddress retrieves the controller address information from the control object and writes it into the structure pointed to by address. Tthe address can be set by calling mpiControlCreate or mpiControlAccess.

control A control object handle.
*address A pointer to a controller address structure. The address structure identifies the controller.  A controller can be local, remote, or a file containing a controller’s memory snapshot.
Return Values
MPIMessageOK

See Also

mpiControlCreate | mpiControlAccess