Returns the maximum CPU frequency value in GHz.
FORTRAN:
freq = mkl_get_max_cpu_frequency()
C:
freq = mkl_get_max_cpu_frequency();
Name |
Type |
Description |
---|---|---|
freq |
FORTRAN: DOUBLE PRECISION C: double |
Maximum CPU frequency value in GHz |
The function mkl_get_max_cpu_frequency returns the maximum CPU frequency in GHz.