Disabling CPU Frequency Scaling in Ubuntu

Recently I had to compile atlas in Ubuntu. Atlas does not like it when CPU frequency scaling is running because it screws up its timings. Ordinarily a simple change of the frequency governor (i.e. ‘cpufreq-set -g performance’) takes care of this and makes the processor run full-steam-ahead no matter what it’s doing, but Ubuntu seems to… Continue reading Disabling CPU Frequency Scaling in Ubuntu