[Numpy-discussion] performance matrix multiplication vs. matlab

Gabriel Beckers beckers at orn.mpg.de
Sun Jun 7 04:20:40 EDT 2009


On Sat, 2009-06-06 at 12:59 -0400, Chris Colbert wrote:
> ../configure -b 64 -D c -DPentiumCPS=2400 -Fa  -alg -fPIC
> --with-netlib-lapack=/home/your-user-name/build/lapack/lapack-3.2.1/Lapack_LINUX.a

Many thanks Chris, I succeeded in building it.

The configure command above contained two problems that I had to correct
to get it to work though. 

In case other people are trying this, I used:

../configure -b 32 -D c -DPentiumCPS=1800 -Fa alg -fPIC
--with-netlib-lapack=/home/your-user-name/build/lapack/lapack-3.2.1/lapack_LINUX.a

That is (in addition to the different -b switch for my 32-bit machine
and the different processor speed): the dash before "alg" should be
removed, and "Lapack_LINUX.a" should be "lapack_LINUX.a".

Gabriel




More information about the NumPy-Discussion mailing list