Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread Michael Abshoff
David Cournapeau wrote: > On Fri, Nov 14, 2008 at 11:07 AM, Michael Abshoff > <[EMAIL PROTECTED]> wrote: >> David Cournapeau wrote: >>> On Fri, Nov 14, 2008 at 5:23 AM, frank wang <[EMAIL PROTECTED]> wrote: Hi, >> Hi, >> Can you provide a working example to build Numpy with MKL in window

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread David Cournapeau
On Fri, Nov 14, 2008 at 11:07 AM, Michael Abshoff <[EMAIL PROTECTED]> wrote: > David Cournapeau wrote: >> On Fri, Nov 14, 2008 at 5:23 AM, frank wang <[EMAIL PROTECTED]> wrote: >>> Hi, > > Hi, > >>> Can you provide a working example to build Numpy with MKL in window and >>> linux? >>> The reason I

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread David Cournapeau
On Fri, Nov 14, 2008 at 10:58 AM, David Warde-Farley <[EMAIL PROTECTED]> wrote: > > On 13-Nov-08, at 8:47 PM, David Cournapeau wrote: > >> On Fri, Nov 14, 2008 at 5:23 AM, frank wang <[EMAIL PROTECTED]> wrote: >>> Hi, >>> >>> Can you provide a working example to build Numpy with MKL in window >>> a

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread Charles R Harris
On Thu, Nov 13, 2008 at 6:47 PM, David Cournapeau <[EMAIL PROTECTED]>wrote: > On Fri, Nov 14, 2008 at 5:23 AM, frank wang <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Can you provide a working example to build Numpy with MKL in window and > > linux? > > The reason I am thinking to build the system i

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread Michael Abshoff
David Cournapeau wrote: > On Fri, Nov 14, 2008 at 5:23 AM, frank wang <[EMAIL PROTECTED]> wrote: >> Hi, Hi, >> Can you provide a working example to build Numpy with MKL in window and >> linux? >> The reason I am thinking to build the system is that I need to make the >> speed match with matlab. >

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread David Warde-Farley
On 13-Nov-08, at 8:47 PM, David Cournapeau wrote: > On Fri, Nov 14, 2008 at 5:23 AM, frank wang <[EMAIL PROTECTED]> wrote: >> Hi, >> >> Can you provide a working example to build Numpy with MKL in window >> and >> linux? >> The reason I am thinking to build the system is that I need to make >

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread David Cournapeau
On Fri, Nov 14, 2008 at 5:23 AM, frank wang <[EMAIL PROTECTED]> wrote: > Hi, > > Can you provide a working example to build Numpy with MKL in window and > linux? > The reason I am thinking to build the system is that I need to make the > speed match with matlab. The MKL will only help you for line

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread Matthieu Brucher
2008/11/13 frank wang <[EMAIL PROTECTED]>: > Hi, > > Can you provide a working example to build Numpy with MKL in window and > linux? > The reason I am thinking to build the system is that I need to make the > speed match with matlab. > > Thanks > > frank Hi, I don't know how to do that ;) The In

Re: [Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread frank wang
iscussion@scipy.org> Subject: [Numpy-discussion] Numpy and MKL, update> > Hi,> > I got an answer from the Intel Support about the issues between MKL> and Numpy (and Matlab and ...).> To use MKL with Numpy, we must know explicitely use the static MKL> libraries (libmkl_intel_l

[Numpy-discussion] Numpy and MKL, update

2008-11-13 Thread Matthieu Brucher
Hi, I got an answer from the Intel Support about the issues between MKL and Numpy (and Matlab and ...). To use MKL with Numpy, we must know explicitely use the static MKL libraries (libmkl_intel_lp64.a, libmkl_intel_thread.a and libmkl_core.a). The same applies for Scipy and every other Python mod