[Numpy-discussion] wired error message in scipy.sparse.eigen function: Segmentation fault

Jankins andyjian430074 at gmail.com
Wed Jan 27 22:21:26 EST 2010


I tried on Ubuntu 9.10-32bit, gcc version 4.4.1, . Here is the 
information of show_config():

In [2]: scipy.show_config()
umfpack_info:
   NOT AVAILABLE

atlas_threads_info:
   NOT AVAILABLE

blas_opt_info:
     libraries = ['f77blas', 'cblas', 'atlas']
     library_dirs = ['/usr/lib']
     define_macros = [('ATLAS_INFO', '"\\"3.6.0\\""')]
     language = c
     include_dirs = ['/usr/include']

atlas_blas_threads_info:
   NOT AVAILABLE

lapack_opt_info:
     libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
     library_dirs = ['/usr/lib/atlas', '/usr/lib']
     define_macros = [('ATLAS_INFO', '"\\"3.6.0\\""')]
     language = f77
     include_dirs = ['/usr/include']

atlas_info:
     libraries = ['lapack', 'f77blas', 'cblas', 'atlas']
     library_dirs = ['/usr/lib/atlas', '/usr/lib']
     language = f77
     include_dirs = ['/usr/include']

lapack_mkl_info:
   NOT AVAILABLE

blas_mkl_info:
   NOT AVAILABLE

atlas_blas_info:
     libraries = ['f77blas', 'cblas', 'atlas']
     library_dirs = ['/usr/lib']
     language = c
     include_dirs = ['/usr/include']

mkl_info:
   NOT AVAILABLE

Thanks so much.


On 1/27/2010 9:06 PM, David Cournapeau wrote:
> Jankins wrote:
>    
>> Dear all,
>>
>> I am using  scipy '0.8.0.dev6120'. And the scipy.sparse.eigen  function
>> always produces error message.
>>
>> _Description:_
>>     linalg.eigen(A, k=6, M=None, sigma=None, which='LM', v0=None,
>> ncv=None, maxiter=None, tol=0, return_eigenvectors=True)_
>>      
> Could you provide your platform details (i.e. OS, compiler, 32 vs 64
> bits, the output of scipy.show_config()). This is needed to isolate the
> problem,
>
> cheers.
>
> David
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>    




More information about the NumPy-Discussion mailing list