MPI 04.00 Reference >> mpiPlatform

mpiPlatformTimerFrequency

Declaration

long mpiPlatformTimerFrequency(long  *frequency)

 

Required Header: stdmpi.h

Description

mpiPlatformTimerFrequency reads the host CPU's timer frequency and writes it into the contents of a long pointed to by frequency. The platform timer value can be read with mpiPlatformTimerCount(...).

*frequency a pointer to the timer frequency for the host CPU.
Returns
MPIMessageOK

See Also

mpiPlatformTimerCount