[Numpy-discussion] Atlas and dual core

Keith Goodman kwgoodman at gmail.com
Fri Jul 14 21:22:18 EDT 2006


Is there much speed to be gained by compiling atlas for a dual core system?

I'm running Ubuntu on a Macbook. It's the first time I've had a dual
core system.

My one line benchmark shows that the Macbook is slow compared to my
(old) desktop.

>> t1=time.time();x=randn(500,1000);x =
x*x.T;a,b=linalg.eigh(x);t2=time.time();print t2-t1
1.31429600716

My desktop is less than half of that.




More information about the NumPy-Discussion mailing list