[Numpy-discussion] problem using optimized libraries

Chris Colbert sccolbert at gmail.com
Thu Apr 16 12:29:31 EDT 2009


if you built numpy from source with a site.cfg file pointing to you atlas
libraries, numpy.dot() will use that library natively. no need to import
_dotblas.

Chris

On Tue, Apr 14, 2009 at 6:16 PM, Mathew Yeates <myeates at jpl.nasa.gov> wrote:

> Hi
> The line
> from _dotblas import dot ..... is giving me an import error  when  I
> looked at the symbols in _dotblas.so I only see things like CFLOAT_dot.
> When I trace the system calls I see that my optimized ATLAS libraries
> are being accessed, but immediately after opening libatlas.so I get an
> Import Error resulting in an unoptimized "dot"
>
> Anyone have any ideas?
>
> Mathew
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090416/6409466f/attachment.html>


More information about the NumPy-Discussion mailing list