- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
I am trying to get the phi to run at its fastest clock,
after looking at the following , it seems the phi is not running at its fastest clock.
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
1238094
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
1333332
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
619047 666666 714285 761904 857142 952380 1047618 1142856 1238094 1333332
Can anybody how I can get this to running at the highest available clock.
best regards
kvs
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Here is some more information
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
1238094
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
619047
~ # echo 1333332 > /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
1238094
~ # cat /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state
619047 0
666666 0
714285 0
761904 0
857142 0
952380 0
1047618 0
1142856 0
1238094 181873382
1333332 0
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Turbo is only available on the highest end SKUs (pricey and actively cooled). If you didn't intentionally look for the highest performing coprocessor, you don't have turbo capability.
Have you used the micsmc tool to check and modify your power management functions? (See attachment) P-states are normally enabled. If you having disabled them, it might cause your frequency to drop.
(To use micsmc to modify the coprocessor PM settings, you need to be root.)
Regards
--
Taylor
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
One more note: In the micinfo dump you gave us, it says
SMC HW Revision : Product 300W Passive CS
I'm pretty sure this means that your coprocessor is passively cooled. It may not have all the features (e.g. turbo) available.
--
Taylor
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Here's where you can get some marketing product specifications:
https://www-ssl.intel.com/content/www/us/en/processors/xeon/xeon-phi-detail.html
http://ark.intel.com/products/series/75809
If you click on the product name, you can see the specifications, including if it has turbo boast technology.
Regards
--
Taylor
