Dnia 2013-02-28, czw o godzinie 15:20 -0600, Jason Wirth pisze: > 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 > > >
I can see few potential sources of problems: 1. You have both boost 1.46 and 1.48 installed. As PyCUDA uses boost you need to make sure that you compile PyCUDA with the same boost libraries that are used by Python and threads. 2. You have built PyCUDA with CUDAND support but you do not seem to have CURAND installed - at least PyCUDA cannot find it. Have you installed all CUDA libraries or have you choose not to instal some or removed them? Best regards. -- Tomasz Rybak GPG/PGP key ID: 2AD5 9860 Fingerprint A481 824E 7DD3 9C0E C40A 488E C654 FB33 2AD5 9860 http://member.acm.org/~tomaszrybak
signature.asc
Description: This is a digitally signed message part
_______________________________________________ PyCUDA mailing list [email protected] http://lists.tiker.net/listinfo/pycuda
