[Numpy-discussion] Matlab/Numeric/numarray benchmarks
Stephen Walton
stephen.walton at csun.edu
Wed Jan 5 17:59:12 CST 2005
Simon Burton wrote:
> I have double checked my install. However, the numarray multiply is
> still x10 slower.
>
> This is set in addons:
> lapack_libs = ['lapack', 'f77blas', 'cblas', 'atlas', 'blas']
One more thing: did you set the environment variable USE_LAPACK before
building; i.e.,
env USE_LAPACK=1 python setup.py build
in your numarray directory? Just checking.
More information about the Numpy-discussion
mailing list