1
vote
2answers
73 views

How to determine maximum speed of cpu in linux (MIPS architecture) [closed]

i want to determine maximum speed of cpu in MHz with linux operating system and MIPS hardware. With command cat /proc/cpuinfo it results in BogoMIPS=1000.00. And `cat ...
2
votes
1answer
167 views

ATLAS install: Really need to get past CPU throttle check

ATLAS 3.10.1 will not install on my organization's CentOS 6.x platform because it detects CPU throttling. In older versions of the package, there was a configure flag to turn the throttle check off ...
1
vote
2answers
187 views

Set core speed - linux

Architecture: **AMD** Opteron quad-core using 2 CPUs --- Numa system Processor : x86_64 Operating System: GNU/Linux I am trying to set the core freq to 2.2GHz(that being the max) on just one core ...
1
vote
1answer
286 views

finding the maximum cpu speed [closed]

the cpu speed reported by /proc/cpuinfo is the current cpu speed but not the max capacity of the cpu. dmidecode is suppose to find the max speed also , but the problem is on virtual machines on VMware ...
1
vote
4answers
5k views

How do I get CPU Clock Speed in C++ (Linux)?

How can I get the CPU clock speed in C++? I am running Ubuntu 9.10 if that makes any difference.