> > ----------------------------------------------------------------------------
> > Sorry, your build failed. Try rerunning configure.py with different
> > options.
> 
> Was that the entire error message? (It shouldn't be.)
> 
> Andreas

Thanks for the reply! I am one step further down the road now. The install
script runs without errors, but when I try to load the module from python, it
complains that libcurand is not found:

import pycuda.driver as pycuda
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File
"/usr/local/lib/python2.7/dist-packages/
pycuda-2011.2.2-py2.7-linux-x86_64.egg/pycuda/driver.py",
line 2, in <module>
    from pycuda._driver import *
ImportError: libcurand.so.4: cannot open shared object file: No such file or
directory

I have the library in /usr/local/cuda/lib64, so I guess, I only need to create a
link to this file. Where should that link be located?
Cheers,
Zoltán 





_______________________________________________
PyCUDA mailing list
[email protected]
http://lists.tiker.net/listinfo/pycuda

Reply via email to