问题标签 [atlas]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c - What is the relation between BLAS, LAPACK and ATLAS
I don't understand how BLAS, LAPACK and ATLAS are related and how I should use them together! I have been looking through all of their manuals and I have a general idea of BLAS and LAPACK and how to use them with the very few examples I find, but I can't find any actual examples using ATLAS to see how it is related with these two.
I am trying to do some low level work on matrixes and my primary language is C. First I wanted to use GSL, but it says that if you want the best performance you should use BLAS and ATLAS. Is there any good webpage giving some nice examples of how to use these (in C) all together? In other words I am looking for a tutorial on using these three (or any subset of them!). In short I am confused!
cocos2d-iphone - 调整平铺图集大小后的Cocos2d“每层仅支持1个tilset”
我正在为 iOS 使用 Cocos2D v0.99.5。我将平铺图集像素宽度/高度从 256x512 调整为 256x1024。我相应地调整了项目 tmx 文件中的平铺大小宽度和高度属性。如果我在瓷砖图集中低于 512 的任何位置绘制瓷砖,即使我在正确的图层上绘制瓷砖,我也会收到断言失败“每层仅支持 1 个 tilset”。
我知道它应该支持高达 1024x1024 像素的平铺图集,或者是视网膜的两倍。我使用的是 iPad 3。有什么线索可以解释为什么会这样吗?
lapack - 为什么ldd在生成可执行文件时不输出我链接的库?
我已将该项目与 ATLAS 库链接-llapack -lf77blas -lcblas -latlas -lgfortran
,它可以成功编译。但是当我使用ldd
命令查看依赖库时,输出如下:
为什么它没有 libatlas.so 或 libatlas.a?谢谢。
更新:
mpi - 在 Centos6 中编译 HPL 时未定义引用 ATLAS、MPI、CBLAS
我正在尝试在我的 Centos 系统中运行 HPL 2.1。
这是我的制作文件:
我在这里和那里修复了一些错误,但我无法通过很多未定义的引用:
我认为它与libs路径有关,但我无法继续......
有没有人遇到过这种或问题?
quartz-scheduler - 下一次基于执行结果的 scehdule Quartz.net
我正在将 Quartz 与 Atlas 结合使用以提供定期服务。我有一个每天运行一次的程序(扫描我的邮箱以查找特定邮件)。如果有结果,我希望它在第二天再次运行。如果没有结果,作业应该在 15 分钟内再次执行。原因是邮件并不总是准时到达。
scheduling - Quartz.net 日常工作每分钟都在执行
我有下面的代码。如果未设置配置设置,我希望它每天在 17:00 运行,否则将使用配置设置。到目前为止没有问题,变量设置正确。但是:工作不是每天执行,而是每分钟执行一次,我不知道为什么。调度程序是否设置不正确?
python - 在 Ubuntu 中安装 scikit-learn 时遇到一些麻烦
我只是从https://pypi.python.org/pypi/scikit-learn/下载 scikit-learn 安装包。
在安装包之前,我使用 apt-get 安装了几个依赖包:
进入安装目录后,我运行命令python setup.py install
。但是收到回复error: could not create '/usr/local/lib/python2.7/dist-packages/sklearn': Permission denied
我发现问题出在 ATLAS 和 BLAS 上,但我对它们并不熟悉。所以我需要一些帮助来解决它。我将详细信息粘贴到终端中:
macos - 无法在 mac os x 山狮上安装 octave
我非常努力地在我的机器上安装 octave,它是 OS X 10.8,i5。最初我一直坚持安装 llvm-3.3 依赖于 octave,但不知何故我能够安装它,现在它卡在了 atlas 上。所以我尝试使用此链接手动安装图集。但它也失败了,给出了错误make: *** [atlas_run] Error 134
。未创建 Make.inc 文件。有人可以帮忙吗。
macos - OSX下ATLAS配置失败
我正在尝试在 OSX 10.9 下安装 ATLAS 3.11.17,当我运行“./configure”时,我得到以下输出:
是什么导致了这个问题,我该如何解决?
我需要安装 ATLAS,因为它是 Sextractor 的依赖项。
提前感谢您的帮助!
詹姆士
r - 在 R 编译期间将 hiplarb 安装程序与 cuda 和 atlas 一起使用时出现编译错误
我正在尝试使用 HiPLARb 安装程序编译 hiplarb。运行以下命令:
在编译 R 之前,一切都编译得很好。它在以下行终止:
它返回以下内容:
我现在卡住了,不确定如何编译 R 才能正常工作。请帮忙。