Re: [Numpy-discussion] how to run the tests.

2007-04-06 Thread Christopher Barker
Robert Kern wrote: > They are, but an older one. There have been significant improvements to the > Core > Duo 2 code in ATLAS releases, but no updates to Accelerate. Let's hope they'll be forthcoming. Thanks for the update. This may be important to me soon. -Chris -- Christopher Barker, Ph.D

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread Robert Kern
Keith Goodman wrote: > On 4/5/07, Robert Kern <[EMAIL PROTECTED]> wrote: >> There have been significant improvements to the Core >> Duo 2 code in ATLAS releases [snip] > > What kind of speed up are people seeing with Core 2 Duo aware ATLAS? Oh, and from the first release with Core 2 support: """

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread Robert Kern
Keith Goodman wrote: > On 4/5/07, Robert Kern <[EMAIL PROTECTED]> wrote: >> There have been significant improvements to the Core >> Duo 2 code in ATLAS releases [snip] > > What kind of speed up are people seeing with Core 2 Duo aware ATLAS? >From the announcements on math-atlas-devel: """ 3.7.17

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread Keith Goodman
On 4/5/07, Robert Kern <[EMAIL PROTECTED]> wrote: > There have been significant improvements to the Core > Duo 2 code in ATLAS releases [snip] What kind of speed up are people seeing with Core 2 Duo aware ATLAS? ___ Numpy-discussion mailing list Numpy-di

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread Robert Kern
Christopher Barker wrote: > Robert Kern wrote: >> Yup. I haven't yet been able to build a Universal ATLAS library that works, >> so >> we're stuck with Accelerate. > > Is that a bad thing? It seems like Apple is in the position to do it > right, and have a differently tuned version for each of t

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread Keith Goodman
On 4/5/07, Christopher Barker <[EMAIL PROTECTED]> wrote: > If only MS would supply BLAS/LAPACK. Yeah, too bad more people don't use atlas. Then MS would embrace atlas, extend it, and...I forget the last step. ___ Numpy-discussion mailing list Numpy-discu

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread Christopher Barker
Robert Kern wrote: > Yup. I haven't yet been able to build a Universal ATLAS library that works, so > we're stuck with Accelerate. Is that a bad thing? It seems like Apple is in the position to do it right, and have a differently tuned version for each of their hardware. If only MS would supply

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread Robert Kern
Christopher Barker wrote: > A question: > lapack_lite.so is linked against: > > /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate > > Does that mean the Apple-supplied BLAS/LAPACK is being used? Yup. I haven't yet been able to build a Universal ATLAS library that works, so w

Re: [Numpy-discussion] how to run the tests.

2007-04-05 Thread David M. Cooke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Barker wrote: > Just a quick comment. > > I just built 1.0.2 on my OS-X box, and it took me entirely too long to > figure out how to run the tests. I suggest something like: > > "" > after installing, to run the numpy unit tests, you can

[Numpy-discussion] how to run the tests.

2007-04-05 Thread Christopher Barker
Just a quick comment. I just built 1.0.2 on my OS-X box, and it took me entirely too long to figure out how to run the tests. I suggest something like: "" after installing, to run the numpy unit tests, you can run: import numpy numpy.test() """ be added to the readme after the instructions on