我的电脑使用的是 ubuntu 14.04,我需要安装 Atlas。
Atlas 说:它需要禁用 CPU 节流,我已经完成了禁用它的工作。
cat /sys/devices/system/cpu/cpu{0,1,2,3}/cpufreq/scaling_governor
performance
performance
performance
performance
Run Code Online (Sandbox Code Playgroud)
但是当我运行这个命令来安装 Atlas 时:
../configure -b 64 -D c 2400 --prefix=/home/azhen/lib/atlas --with-netlib-lapack-tarfile=/home/azhen/Downloads/lapack-3.4.1.tgz
Run Code Online (Sandbox Code Playgroud)
它说:
CPU Throttling apparently enabled!
It appears you have cpu throttling enabled, which makes timings
unreliable and an ATLAS install nonsensical. Aborting.
See ATLAS/INSTALL.txt for further information
Run Code Online (Sandbox Code Playgroud)
有人可以帮我看看吗?