mpiControlAddress

Declaration
long mpiControlAddress(MPIControl        control,
                       MPIControlAddress *address)
Required Header stdmpi.h
Description When a Control object (control) is created, an address is used. ControlAddress writes this address to the contents of address.
Return Values
MPIMessageOK if ControlAddress successfully writes the address (used when control was created) to the contents of address
See Also