Re: [Numpy-discussion] (apparent) infinite loop in LAPACK/ATLAS

2009-11-04 Thread David Warde-Farley
Hi David, On 4-Nov-09, at 4:23 AM, David Cournapeau wrote: > Did you compile them without any optimized as suggested in the > makefiles ? NOOPT should not contain -O option Yup, it contained -O0 -fPIC (-O0 I think is in fact more strict than having no -O option?). Have you seen this problem wi

Re: [Numpy-discussion] (apparent) infinite loop in LAPACK/ATLAS

2009-11-04 Thread David Cournapeau
On Wed, Nov 4, 2009 at 2:55 PM, David Warde-Farley wrote: > Hi all (mostly David C. since he probably knows all this horrible > stuff), > > I noticed on my new laptop (with an Atom N280 in it) that when I run > numpy.test() about the 34th test would loop, seemingly forever. > > Finding this a litt

[Numpy-discussion] (apparent) infinite loop in LAPACK/ATLAS

2009-11-03 Thread David Warde-Farley
Hi all (mostly David C. since he probably knows all this horrible stuff), I noticed on my new laptop (with an Atom N280 in it) that when I run numpy.test() about the 34th test would loop, seemingly forever. Finding this a little odd, I tried an SVD on a small matrix and observed the same be