mkl_get_max_cpu_frequency

Returns the maximum CPU frequency value in GHz.

Syntax

FORTRAN:

freq = mkl_get_max_cpu_frequency()

C:

freq = mkl_get_max_cpu_frequency();

Include Files

Output Parameters

Name

Type

Description

freq

FORTRAN: DOUBLE PRECISION

C: double

Maximum CPU frequency value in GHz

Description

The function mkl_get_max_cpu_frequency returns the maximum CPU frequency in GHz.


Submit feedback on this help topic