python - 我是否需要仅在构建 ATLAS 时或始终关闭 CPU 限制?

标签 python ubuntu numpy atlas

我正在 Ubuntu 14.04.1 上安装 NumPy,安装首先要求我安装 ATLAS。为此我被告知我需要禁用 CPU 限制。我的问题是我只需要在构建时禁用它还是一直禁用它?

谢谢。

最佳答案

您只需在安装阶段将其关闭即可。它会干扰安装阶段的性能测试和测量。

相关section安装指南中指出:

CPU throttling makes pretty much all timings completely random, and so any ATLAS install will be junk. Therefore, before installing ATLAS, turn off CPU throttling.

关于python - 我是否需要仅在构建 ATLAS 时或始终关闭 CPU 限制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27638523/

相关文章:

python - Django:MultiValueField 和 MultiWidget

python - 使用 numpy interp 右

python - scipy logsumexp() 是否处理下溢挑战?

python - Scipy:fsolve float对象不可迭代

python - 我如何移动 'index'的 'list'方法的偏移量

bash - 使用 bash 自动回答 Graphite 安装的 django sync 提示

在 Vagrant 机器中,如果没有 sudo,Git 命令将无法工作

numpy - 在 nilearn/numpy 中交换 3D 图像的轴

python - 对列表内的值进行分组

在 Ubuntu 12.10 上尝试 3D 图形时 Matlab R2012a 崩溃