[NumPy-Tickets] [NumPy] #1374: Ticket 628 not fixed for Solaris (polyfit uses 100% CPU and does not stop)
NumPy Trac
numpy-tickets@scipy....
Tue Jan 26 08:32:12 CST 2010
#1374: Ticket 628 not fixed for Solaris (polyfit uses 100% CPU and does not stop)
----------------------------+-----------------------------------------------
Reporter: michelkeijzers | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: Other | Version: 1.2.1
Keywords: polyfit cpu |
----------------------------+-----------------------------------------------
Comment(by pv):
The problem seems to be caused by malfunctioning BLAS or LAPACK libraries
(Numpy depends on them). It seems unlikely we can fix this, as the bug
does not seem to be in Numpy -- you'd get the same behavior in e.g.
Fortran programs.
Which LAPACK and BLAS libraries do you have? Did you compile them
yourself? (Check ldd lapack_lite.so and find out where the lapack/blas
libraries referred there come from.)
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1374#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list