16 Aug 17:06
more arpack errors: OSX vecLib issue?
From: Aric Hagberg <hagberg <at> lanl.gov>
Subject: more arpack errors: OSX vecLib issue?
Newsgroups: gmane.comp.python.scientific.devel
Date: 2008-08-16 15:09:15 GMT
Subject: more arpack errors: OSX vecLib issue?
Newsgroups: gmane.comp.python.scientific.devel
Date: 2008-08-16 15:09:15 GMT
The ARPACK wrapper tests for complex and double complex matrices have been commented out since they fail (Bus Error) on OSX/gfortran with the standard vecLib framework. They do work correctly with custom ATLAS libraries and on other architectures and operating systems. Perhaps this could be related to gfortran ABI issues (e.g. http://scipy.org/scipy/scipy/ticket/238 ) or some other problem with the vecLib library? Can anyone help here? See test_complex_symmetric_modes() and test_complex_nonsymmetric_modes() in test_arpack.py. I can produce a small failing example if that helps. Aric
RSS Feed