[Numpy-discussion] problem using optimized libraries
Mathew Yeates
myeates at jpl.nasa.gov
Tue Apr 14 18:16:07 EDT 2009
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
More information about the NumPy-Discussion
mailing list