[Numpy-discussion] performance matrix multiplication vs. matlab

Chris Colbert sccolbert at gmail.com
Sun Jun 7 14:44:27 EDT 2009


thanks for catching the typos!

Chris

On Sun, Jun 7, 2009 at 4:20 AM, Gabriel Beckers<beckers at orn.mpg.de> wrote:
> 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
>
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list