mpiControlClientCountGet

Declaration

long mpiControlClientCountGet(MPIControl control, unsigned long* clientCount);
Required Header: control.h
Change History: Added in 03.04.11

Description

mpiControlClientCountGet reads the number of client connections used by the MPIControl object when connecting to remote controllers.

control Handle to the Control object.
clientCount A pointer to the location where the number of client connections used by control will be written.

Return Values
MPIMessageOK Method succeeded.
MPIMessageARG_INVALID clientCount is NULL
MPIControlMessageTYPE_INVALID The control object is not of type MPIControlTypeCLIENT.
MPIPlatformMessageALREADY_INITIALIZED mpiControlInit(…) or mpiControlInit(…) has already been called to initialize control.
MPIMessageUNSUPPORTED mpiControlClientCountGet is not supported on the operating system

See Also

mpiControlClientCountSet