mpiControlStatistics

Declaration

long  mpiControlStatistics(MPIControl            control,
                           MPIControlStatistics  *statistics);
Required Header: stdmpi.h
Change History: Added in the 03.04.00

Description

mpiControlStatistics reads the Controller statistics associated with the control object and writes it into the structure pointed to by statistics.

control a handle to the Control object.
statistics a pointer to MPIControlStatistics structure.
Return Values
MPIMessageOK

See Also

mpiControlStatisticsReset | MPIControlStatistics