Re: [Numpy-discussion] Complex matrix seg fault

2011-02-04 Thread Dag Sverre Seljebotn
On 02/04/2011 03:13 PM, Jonathan Tu wrote: > Hi, > > When I run the following code, I get a seg fault on certain cluster nodes, > but not others: > Is it a homogenous cluster or not? Try to look for differences in /proc/cpuinfo between crashing and non-crashing nodes, in particular in the f

[Numpy-discussion] Complex matrix seg fault

2011-02-04 Thread Jonathan Tu
Hi, When I run the following code, I get a seg fault on certain cluster nodes, but not others: >>> import numpy as N >>> A = N.random.rand(262144,10)+1j*N.random.rand(262144,10) >>> x = N.random.rand(262144,) >>> d, res, rank, s = N.linalg.lstsq( A, x ) My numpy is configured as such: lapack_o