[SciPy-dev] Reverting eigh code ?
Nils Wagner
nwagner@iam.uni-stuttgart...
Sat Nov 22 04:01:49 CST 2008
On Sat, 22 Nov 2008 10:51:28 +0100
"Tiziano Zito" <opossumnano@gmail.com> wrote:
> I have added the code for eigh. The corresponding
>fortran wrappers
> have been running without any problems since 6 years in
>symeig. symeig
> has been dowloaded more than 1000 times since its first
>appearence and
> the MDP package (more than 11000 dowloads) depends on
>it. No bug has
> been reported regarding symeig in 6 years.
> I feel responsible for the eigh code, so if someone
>cares to submit a
> proper bug report, or a link to a scipy ticket, I would
>be glad to
> also have a look at it. It may be an issue with proper
>"lwork" size if
> using a LAPACK+ATLAS compiled on a different machine to
>that where the
> code is running.
> Before submitting the code, I tested it on a debian
>lenny + system
> lapack and atlas, on a windows XP with manually compiled
>atals 3.8 and
> lapack 3.1, and on a MacOsX with enthought python
>distribution.
> Is there a buildbot that we can use for such cases?
>
> tiziano
>
Hi Tiziano,
See
http://projects.scipy.org/scipy/scipy/ticket/795
I use openSUSE 10.2 (X86-64)
>>> show_config()
atlas_threads_info:
NOT AVAILABLE
blas_opt_info:
libraries = ['f77blas', 'cblas', 'atlas']
library_dirs = ['/usr/local/lib/atlas']
define_macros = [('ATLAS_INFO', '"\\"3.7.11\\""')]
language = c
atlas_blas_threads_info:
NOT AVAILABLE
lapack_opt_info:
libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
library_dirs = ['/usr/local/lib/atlas']
define_macros = [('ATLAS_INFO', '"\\"3.7.11\\""')]
language = f77
atlas_info:
libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
library_dirs = ['/usr/local/lib/atlas']
language = f77
lapack_mkl_info:
NOT AVAILABLE
blas_mkl_info:
NOT AVAILABLE
atlas_blas_info:
libraries = ['f77blas', 'cblas', 'atlas']
library_dirs = ['/usr/local/lib/atlas']
language = c
mkl_info:
NOT AVAILABLE
Cheers,
Nils
More information about the Scipy-dev
mailing list