mpiControlPlatform

Declaration

MPI_RESULT
   mpiControlPlatform(MPIControl  control,
                      MPIPlatform  *platform);

 

Required Header: stdmpi.h

Change History: Modified in 04.00.

Description

mpiControlPlatform reads the handle for the platform object associated with the control object and writes it into the address pointed to by platform.

control A handle to the Control object.
*platform A pointer to a platform object.
Return Values
MPIMessageOK
MPIControlMessageOBJECT_INVALID

See Also

mpiControlCreate