[SciPy-dev] `newcore` on opteron

Arnd Baecker arnd.baecker at web.de
Fri Oct 7 06:51:05 EDT 2005


On Fri, 7 Oct 2005, Travis Oliphant wrote:

[...]


> There may be more bugs like the ones you've uncovered lurking
> unbeknownest to us who have intp == int

Looks already much better now:
- I did an `svn update`
- it installs without error
- import scipy works
- scipy.test(1) hangs:

>>> import scipy
>>> scipy.__version__
'0.4.2'
>>> scipy.test(1,verbosity=10)
   !! No test file 'test_mtrand.py' found for <module 'scipy.lib.mtrand'
from '...e-packages/scipy/lib/mtrand.so'>
   !! No test file 'test_scipy.py' found for <module 'scipy' from
'...te-packages/scipy/__init__.pyc'>
   !! No test file 'test_scimath.py' found for <module
'scipy.base.scimath' from '...ackages/scipy/base/scimath.pyc'>
   !! No test file 'test_testing.py' found for <module
'scipy.test.testing' from '...ackages/scipy/test/testing.pyc'>
   !! No test file 'test_umath.py' found for <module 'scipy.base.umath'
from '...e-packages/scipy/base/umath.so'>
  Found 23 tests for scipy.base.function_base
   !! No test file 'test_machar.py' found for <module 'scipy.base.machar'
from '...packages/scipy/base/machar.pyc'>
   !! No test file 'test_test.py' found for <module 'scipy.test' from
'...ckages/scipy/test/__init__.pyc'>
   !! No test file 'test_ma.py' found for <module 'scipy.base.ma' from
'...ite-packages/scipy/base/ma.pyc'>
   !! No test file 'test_fftpack.py' found for <module 'scipy.fftpack'
from '...ges/scipy/fftpack/__init__.pyc'>
   !! No test file 'test_numerictypes.py' found for <module
'scipy.base.numerictypes' from '...es/scipy/base/numerictypes.pyc'>
   !! No test file 'test_random.py' found for <module 'scipy.random' from
'...ages/scipy/random/__init__.pyc'>
   !! No test file 'test_core_version.py' found for <module
'scipy.core_version' from '...ackages/scipy/core_version.pyc'>
   !! No test file 'test_getlimits.py' found for <module
'scipy.base.getlimits' from '...kages/scipy/base/getlimits.pyc'>
  Found 9 tests for scipy.base.twodim_base
   !! No test file 'test__compiled_base.py' found for <module
'scipy.base._compiled_base' from '...s/scipy/base/_compiled_base.so'>
   !! No test file 'test_info_scipy_base.py' found for <module
'scipy.base.info_scipy_base' from '...scipy/base/info_scipy_base.pyc'>
   !! No test file 'test_ufunclike.py' found for <module
'scipy.base.ufunclike' from '...kages/scipy/base/ufunclike.pyc'>
   !! No test file 'test_info_scipy_test.py' found for <module
'scipy.test.info_scipy_test' from '...scipy/test/info_scipy_test.pyc'>
   !! No test file 'test_linalg.py' found for <module 'scipy.linalg' from
'...ages/scipy/linalg/__init__.pyc'>
   !! No test file 'test_scipy_test_version.py' found for <module
'scipy.test.scipy_test_version' from '...py/test/scipy_test_version.pyc'>
   !! No test file 'test_base.py' found for <module 'scipy.base' from
'...ckages/scipy/base/__init__.pyc'>
   !! No test file 'test_convertcode.py' found for <module
'scipy.base.convertcode' from '...ges/scipy/base/convertcode.pyc'>
   !! No test file 'test_helper.py' found for <module
'scipy.fftpack.helper' from '...kages/scipy/fftpack/helper.pyc'>
   !! No test file 'test_lib.py' found for <module 'scipy.lib' from
'...ackages/scipy/lib/__init__.pyc'>
   !! No test file 'test_multiarray.py' found for <module
'scipy.base.multiarray' from '...kages/scipy/base/multiarray.so'>
   !! No test file 'test_matrix.py' found for <module 'scipy.base.matrix'
from '...packages/scipy/base/matrix.pyc'>
   !! No test file 'test_oldnumeric.py' found for <module
'scipy.base.oldnumeric' from '...ages/scipy/base/oldnumeric.pyc'>
  Found 44 tests for scipy.base.shape_base
   !! No test file 'test_numeric.py' found for <module
'scipy.base.numeric' from '...ackages/scipy/base/numeric.pyc'>
   !! No test file 'test_fftpack_lite.py' found for <module
'scipy.lib.fftpack_lite' from '...ages/scipy/lib/fftpack_lite.so'>
   !! No test file 'test_lapack_lite.py' found for <module
'scipy.lib.lapack_lite' from '...kages/scipy/lib/lapack_lite.so'>
   !! No test file 'test_polynomial.py' found for <module
'scipy.base.polynomial' from '...ages/scipy/base/polynomial.pyc'>
  Found 42 tests for scipy.base.type_check
   !! No test file 'test_arrayprint.py' found for <module
'scipy.base.arrayprint' from '...ages/scipy/base/arrayprint.pyc'>
   !! No test file 'test_basic_lite.py' found for <module
'scipy.linalg.basic_lite' from '...es/scipy/linalg/basic_lite.pyc'>
   !! No test file 'test_fft_lite.py' found for <module
'scipy.fftpack.fft_lite' from '...ges/scipy/fftpack/fft_lite.pyc'>
  Found 4 tests for scipy.base.index_tricks
  Found 0 tests for __main__
check_basic (scipy.base.function_base.test_function_base.test_all) ... ok
check_nd (scipy.base.function_base.test_function_base.test_all) ... ok
check_basic (scipy.base.function_base.test_function_base.test_amax) ... ok
check_basic (scipy.base.function_base.test_function_base.test_amin) ... ok
check_basic (scipy.base.function_base.test_function_base.test_angle) ...

(I killed the python when it went beyond the 8GB memory consumption...)

Umpf, I just did another `svn update` and now it does not build:

In file included from scipy/base/src/multiarraymodule.c:44:
scipy/base/src/arrayobject.c: In function array_frominterface:
scipy/base/src/arrayobject.c:5178: warning: passing argument 3 of
PyArray_New from incompatible pointer type
scipy/base/src/arrayobject.c: In function iter_subscript_int:
scipy/base/src/arrayobject.c:5746: warning: format %d expects type int,
but argument 3 has type intp
scipy/base/src/arrayobject.c:5746: warning: format %d expects type int,
but argument 4 has type intp
scipy/base/src/arrayobject.c: In function iter_ass_sub_int:
scipy/base/src/arrayobject.c:5950: warning: format %d expects type int,
but argument 3 has type intp
scipy/base/src/arrayobject.c:5950: warning: format %d expects type int,
but argument 4 has type intp
scipy/base/src/arrayobject.c: In function PyArray_MapIterBind:
scipy/base/src/arrayobject.c:6607: warning: format %d expects type int,
but argument 3 has type long int
scipy/base/src/arrayobject.c:6607: warning: format %d expects type int,
but argument 4 has type intp
error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -O2
-fmessage-length=0 -Wall -D_FORTIFY_SOURCE=2 -g -fPIC
-Ibuild/src/scipy/base/src -Iscipy/base/include -Ibuild/src/scipy/base
-Iscipy/base/src -I/usr/include/python2.4 -c
scipy/base/src/multiarraymodule.c -o
build/temp.linux-x86_64-2.4/scipy/base/src/multiarraymodule.o" failed with
exit status 1
removed scipy/__svn_version__.py
removed scipy/f2py2e/__svn_version__.py

Am I catching you in the middle of changes and should I better wait?
(or should I send you config files etc. ?)

Best,

Arnd




More information about the SciPy-Dev mailing list