Re: [Numpy-discussion] Problems building NumPy with GotoBLAS

2010-08-17 Thread ashford
to PYTHONDIR. I tried this, and the benchmark still came in at 8.5S. Any ideas? How long should the following benchmark take on a Core-i7 930, with Atlas or Goto? time python -c "import numpy as N; a=N.random.randn(1000, 1000); N.dot(a, a)" Tha

Re: [Numpy-discussion] Problems building NumPy with GotoBLAS

2010-08-16 Thread ashford
David, > You should instead specificaly link the GOTO library to > numpy, by customizing the site.cfg, That was one of the many things I tried came to the list. Peter Ashford ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.or

[Numpy-discussion] Problems building NumPy with GotoBLAS

2010-08-16 Thread ashford
sr/local/lib64 for liblapack that point to libgoto. Could someone offer some suggestions? Thank you for your time. Peter Ashford ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion