[SciPy-dev] building lib.lapack without optimization

Nils Wagner nwagner at mecha.uni-stuttgart.de
Tue Nov 30 05:35:45 EST 2004


Hi Pearu,

It looks like an "optimization" problem

With

python setup_lapack.py build config_fc --noopt

everything works fine.

lib/lapack> python2.3 tests/test_lapack.py -v 10
  Found 200 tests for __main__
check_gebal (__main__.test_clapack_complex) ... ok
check_gehrd (__main__.test_clapack_complex) ... ok
check_heev (__main__.test_clapack_complex) ... ok
check_heev_complex (__main__.test_clapack_complex) ... ok
check_heevd (__main__.test_clapack_complex) ... ok
check_heevd_complex (__main__.test_clapack_complex) ... ok
check_heevr (__main__.test_clapack_complex) ... ok
check_heevr_complex (__main__.test_clapack_complex) ... ok
check_heevr_irange (__main__.test_clapack_complex) ... ok
check_heevr_irange_high (__main__.test_clapack_complex) ... ok
check_heevr_irange_low (__main__.test_clapack_complex) ... ok
check_heevr_vrange (__main__.test_clapack_complex) ... ok
check_heevr_vrange_high (__main__.test_clapack_complex) ... ok
check_heevr_vrange_low (__main__.test_clapack_complex) ... ok
check_gebal (__main__.test_clapack_double) ... ok
check_gehrd (__main__.test_clapack_double) ... ok
check_syev (__main__.test_clapack_double) ... ok
check_syevd (__main__.test_clapack_double) ... ok
check_syevr (__main__.test_clapack_double) ... ok
check_syevr_irange (__main__.test_clapack_double) ... ok
check_syevr_irange_high (__main__.test_clapack_double) ... ok
check_syevr_irange_low (__main__.test_clapack_double) ... ok
check_syevr_irange_mid (__main__.test_clapack_double) ... ok
check_syevr_vrange (__main__.test_clapack_double) ... ok
check_syevr_vrange_high (__main__.test_clapack_double) ... ok
check_syevr_vrange_low (__main__.test_clapack_double) ... ok
check_syevr_vrange_mid (__main__.test_clapack_double) ... ok
check_gebal (__main__.test_clapack_double_complex) ... ok
check_gehrd (__main__.test_clapack_double_complex) ... ok
check_heev (__main__.test_clapack_double_complex) ... ok
check_heev_complex (__main__.test_clapack_double_complex) ... ok
check_heevd (__main__.test_clapack_double_complex) ... ok
check_heevd_complex (__main__.test_clapack_double_complex) ... ok
check_heevr (__main__.test_clapack_double_complex) ... ok
check_heevr_complex (__main__.test_clapack_double_complex) ... ok
check_heevr_irange (__main__.test_clapack_double_complex) ... ok
check_heevr_irange_high (__main__.test_clapack_double_complex) ... ok
check_heevr_irange_low (__main__.test_clapack_double_complex) ... ok
check_heevr_vrange (__main__.test_clapack_double_complex) ... ok
check_heevr_vrange_high (__main__.test_clapack_double_complex) ... ok
check_heevr_vrange_low (__main__.test_clapack_double_complex) ... ok
check_gebal (__main__.test_clapack_float) ... ok
check_gehrd (__main__.test_clapack_float) ... ok
check_syev (__main__.test_clapack_float) ... ok
check_syevd (__main__.test_clapack_float) ... ok
check_syevr (__main__.test_clapack_float) ... ok
check_syevr_irange (__main__.test_clapack_float) ... ok
check_syevr_irange_high (__main__.test_clapack_float) ... ok
check_syevr_irange_low (__main__.test_clapack_float) ... ok
check_syevr_irange_mid (__main__.test_clapack_float) ... ok
check_syevr_vrange (__main__.test_clapack_float) ... ok
check_syevr_vrange_high (__main__.test_clapack_float) ... ok
check_syevr_vrange_low (__main__.test_clapack_float) ... ok
check_syevr_vrange_mid (__main__.test_clapack_float) ... ok
check_gebal (__main__.test_flapack_complex) ... ok
check_gehrd (__main__.test_flapack_complex) ... ok
check_heev (__main__.test_flapack_complex) ... ok
check_heev_complex (__main__.test_flapack_complex) ... ok
check_heevd (__main__.test_flapack_complex) ... ok
check_heevd_complex (__main__.test_flapack_complex) ... ok
check_heevr (__main__.test_flapack_complex) ... ok
check_heevr_complex (__main__.test_flapack_complex) ... ok
check_heevr_irange (__main__.test_flapack_complex) ... ok
check_heevr_irange_high (__main__.test_flapack_complex) ... ok
check_heevr_irange_low (__main__.test_flapack_complex) ... ok
check_heevr_vrange (__main__.test_flapack_complex) ... ok
check_heevr_vrange_high (__main__.test_flapack_complex) ... ok
check_heevr_vrange_low (__main__.test_flapack_complex) ... ok
check_gebal (__main__.test_flapack_double) ... ok
check_gehrd (__main__.test_flapack_double) ... ok
check_syev (__main__.test_flapack_double) ... ok
check_syevd (__main__.test_flapack_double) ... ok
check_syevr (__main__.test_flapack_double) ... ok
check_syevr_irange (__main__.test_flapack_double) ... ok
check_syevr_irange_high (__main__.test_flapack_double) ... ok
check_syevr_irange_low (__main__.test_flapack_double) ... ok
check_syevr_irange_mid (__main__.test_flapack_double) ... ok
check_syevr_vrange (__main__.test_flapack_double) ... ok
check_syevr_vrange_high (__main__.test_flapack_double) ... ok
check_syevr_vrange_low (__main__.test_flapack_double) ... ok
check_syevr_vrange_mid (__main__.test_flapack_double) ... ok
check_gebal (__main__.test_flapack_double_complex) ... ok
check_gehrd (__main__.test_flapack_double_complex) ... ok
check_heev (__main__.test_flapack_double_complex) ... ok
check_heev_complex (__main__.test_flapack_double_complex) ... ok
check_heevd (__main__.test_flapack_double_complex) ... ok
check_heevd_complex (__main__.test_flapack_double_complex) ... ok
check_heevr (__main__.test_flapack_double_complex) ... ok
check_heevr_complex (__main__.test_flapack_double_complex) ... ok
check_heevr_irange (__main__.test_flapack_double_complex) ... ok
check_heevr_irange_high (__main__.test_flapack_double_complex) ... ok
check_heevr_irange_low (__main__.test_flapack_double_complex) ... ok
check_heevr_vrange (__main__.test_flapack_double_complex) ... ok
check_heevr_vrange_high (__main__.test_flapack_double_complex) ... ok
check_heevr_vrange_low (__main__.test_flapack_double_complex) ... ok
check_gebal (__main__.test_flapack_float) ... ok
check_gehrd (__main__.test_flapack_float) ... ok
check_syev (__main__.test_flapack_float) ... ok
check_syevd (__main__.test_flapack_float) ... ok
check_syevr (__main__.test_flapack_float) ... ok
check_syevr_irange (__main__.test_flapack_float) ... ok
check_syevr_irange_high (__main__.test_flapack_float) ... ok
check_syevr_irange_low (__main__.test_flapack_float) ... ok
check_syevr_irange_mid (__main__.test_flapack_float) ... ok
check_syevr_vrange (__main__.test_flapack_float) ... ok
check_syevr_vrange_high (__main__.test_flapack_float) ... ok
check_syevr_vrange_low (__main__.test_flapack_float) ... ok
check_syevr_vrange_mid (__main__.test_flapack_float) ... ok

----------------------------------------------------------------------
Ran 108 tests in 0.245s

OK
lib/lapack>

 





More information about the SciPy-Dev mailing list