Hi,

  I'm trying this on kubuntu 9.04 with stock gcc 4.3 (which so far has worked 
for me), 
boost 1.37 and CUDA 2.2.

  I configured using:

python configure.py --boost-python-libname=boost_python-mt 
--boost-thread-libname=boost_thread-mt
        
  Compilation & installation are OK, but there seems to be a problem with 
_driver.so:

vinc...@quad:~/linux/pycuda-0.93rc1$ python test/test_driver.py
Traceback (most recent call last):
  File "test/test_driver.py", line 3, in <module>
    import pycuda.autoinit
  File 
"/usr/local/lib/python2.6/dist-packages/pycuda-0.93rc1-py2.6-linux-x86_64.egg/pycuda/autoinit.py",
 line 1, in <module>
    import pycuda.driver as cuda
  File 
"/usr/local/lib/python2.6/dist-packages/pycuda-0.93rc1-py2.6-linux-x86_64.egg/pycuda/driver.py",
 line 1, in <module>
    from _driver import *
ImportError: 
/usr/local/lib/python2.6/dist-packages/pycuda-0.93rc1-py2.6-linux-x86_64.egg/pycuda/_driver.so:
 undefined symbol: 
cuMemHostAlloc


   Note that git version from 2009-04-24 (with cuda 2.2 beta and now 2.2) works 
fine,
with the same configure options.

        Vincent
-- 
Vincent Favre-Nicolin                   

CEA/Grenoble       Institut Nanosciences & Cryogénie    -   http://inac.cea.fr/

Université Joseph Fourier  -  http://physique-eea.ujf-grenoble.fr/

tél: (+33) 4 38 78 95 40           fax: (+33) 4 38 78 51 38


_______________________________________________
PyCuda mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to