mpiControlType

Declaration
long mpiControlType(MPIControl     control,
                    MPIControlType *type)
Required Header stdmpi.h
Description

When a Control object (control) is created, a type is used. ControlType writes this type to the contents of type.

Return Values
MPIMessageOK if ControlType successfully gets the type (used when control was created) to the contents of type
See Also