Hey guys,
I feel like I'm making progress. Thanks for all the help!
I ran the ./configure.py with the python-py27 flag.
Currently the tests stop with this import error:
ImportError: libcurand.so.5.0: cannot open shared object file: No such file
or directory
Here's the traceback:
[8] [~/python/pycuda-2012.1/test] $ python test_driver.py
Traceback (most recent call last):
File "test_driver.py", line 4, in <module>
from pycuda.tools import mark_cuda_test
File
"/usr/local/EPD/epd-7.3-2-rh5-x86_64/lib/python2.7/site-packages/pycuda-2012.1-py2.7-linux-x86_64.egg/pycuda/tools.py",
line 30, in <module>
import pycuda.driver as cuda
File
"/usr/local/EPD/epd-7.3-2-rh5-x86_64/lib/python2.7/site-packages/pycuda-2012.1-py2.7-linux-x86_64.egg/pycuda/driver.py",
line 2, in <module>
from pycuda._driver import *
ImportError: libcurand.so.5.0: cannot open shared object file: No such file
or directory
1. Your Ubuntu version
12.04
2. Result of "dpkg -l | grep -i python"
3. Result of "dpkg -l | grep -i boost"
4. content of siteconf.py file; this file was created by configure.py
I captured the output into some files and uploaded everything here:
https://docs.google.com/folder/d/0B89n5JmrUN0UZC1hWWt5bk1aaU0/edit?usp=sharing
Best,
Jason
_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda