[PyCUDA] ImportError: libcurand.so.5.0: cannot open shared object file

2013-11-25 Thread ggeo
Hello, I receive the above error when I try to run a pycuda code. I use sabayon linux and this happened after an update at which it installed the cuda toolkit 5.5 I tried to install again pycuda through: python configure.py --cuda-root=/opt/cuda/ At start ,it gives me WARNING: nvcc not in

Re: [PyCUDA] ImportError: libcurand.so.5.0: cannot open shared object file

2013-11-25 Thread ggeo
Hello, I did all these and when I try to run test_driver.py it gives me: ExecError: error invoking 'nvcc --version': [Errno 2] No such file or directory /usr/lib64/python2.7/site-packages/pytools/prefork.py:53: ExecError What should I do ? Thanks -- View this message in context:

Re: [PyCUDA] ImportError: libcurand.so.5.0: cannot open shared object file

2013-11-25 Thread justin
On 25/11/13 16:16, ggeo wrote: Hello, I did all these and when I try to run test_driver.py it gives me: ExecError: error invoking 'nvcc --version': [Errno 2] No such file or directory /usr/lib64/python2.7/site-packages/pytools/prefork.py:53: ExecError What should I do ? Thanks You

Re: [PyCUDA] ImportError: libcurand.so.5.0: cannot open shared object file

2013-11-25 Thread Andreas Kloeckner
ggeo gg...@windowslive.com writes: Hello, I did all these and when I try to run test_driver.py it gives me: ExecError: error invoking 'nvcc --version': [Errno 2] No such file or directory /usr/lib64/python2.7/site-packages/pytools/prefork.py:53: ExecError What should I do ? Are you sure

Re: [PyCUDA] ImportError: libcurand.so.5.0: cannot open shared object file

2013-11-25 Thread ggeo
If I do echo $PATH as user : /home/ggeo/opt/bin:/opt/cuda/bin:/home/ggeo/bin:/usr/local/bin:/usr/bin:/bin:/opt/bin:/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3:/usr/games/bin:/opt/cuda/bin:/opt/cuda/libnvvp If I do echo $PATH as root: /sbin:/bin:/usr/sbin:/usr/bin nvcc is in /opt/cuda/bin Also, I

[PyCUDA] Thrust interoperability- cgen/ codepy errors on python3.2

2013-11-25 Thread Graham Mills
Hi all, I looked back about a year in the archives and couldn't find anything on this. I just downloaded and built cgen 2013.1.2 and codepy 2013.1.2 today. When using thrust as in the example at http://wiki.tiker.net/PyCuda/Examples/ThrustInterop , several python version-related errors crop

Re: [PyCUDA] Thrust interoperability- cgen/ codepy errors on python3.2

2013-11-25 Thread Andreas Kloeckner
Hi Graham, Graham Mills 13g...@queensu.ca writes: I looked back about a year in the archives and couldn't find anything on this. I just downloaded and built cgen 2013.1.2 and codepy 2013.1.2 today. When using thrust as in the example at http://wiki.tiker.net/PyCuda/Examples/ThrustInterop ,