Re: [Numpy-discussion] Where is the instruction of installing numpy with Intel lib MKL?

2009-03-26 Thread Ben Park
BTW, this timing on a core 2 Duo 2.0GH laptop ,with the Enthought Python Distribution, is around 0.2 second. Ben Park wrote: > > I have spent many hours trying to do this, to no avail. The numpy > installation I got didn't seem to link to the MKL library. A 1000x1000 > matrix multiplication too

Re: [Numpy-discussion] Where is the instruction of installing numpy with Intel lib MKL?

2009-03-26 Thread David Warde-Farley
On 26-Mar-09, at 3:32 PM, Ben Park wrote: > > BTW, this timing on a core 2 Duo 2.0GH laptop ,with the Enthought > Python > Distribution, is around 0.2 second. You're going to have to build NumPy yourself to link it against the MKL, I believe. EPD's is probably using something fairly basic. Y