Re: [Numpy-discussion] linalg svd illegal instruction

2009-08-27 Thread Robert Kern
On Thu, Aug 27, 2009 at 10:00, Jack Yu wrote: > Hi all, > > I am having trouble using the function numpy.linalg.svd().  It works fine on > my personal computer.  However, when I use it on a cluster at university, it > returns 'Illegal Instruction', when the input matrix is complex.  Is this > funct

[Numpy-discussion] linalg svd illegal instruction

2009-08-27 Thread Jack Yu
Hi all, I am having trouble using the function numpy.linalg.svd(). It works fine on my personal computer. However, when I use it on a cluster at university, it returns 'Illegal Instruction', when the input matrix is complex. Is this function meant to work on a complex array? If so, what could