On Sun, 8 Feb 2009 13:46:54 -0500
jan acosta <[email protected]> wrote:


We are getting close. The program can't find 'nvcc' which is install
in /usr/local/cuda/bin. You need nvcc compiler in your path to run
pycuda correctly. just run 

$ export $PATH=${PATH}:/usr/local/cuda/bin 

before running your pycuda program.

make sure when you call

$ nvcc --version

you see something like that

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2007 NVIDIA Corporation
Built on Wed_Dec__3_16:25:17_PST_2008
Cuda compilation tools, release 2.1, V0.2.1221

and not

bash: nvcc: command not found

ciao 

J-Pascal

Attachment: signature.asc
Description: PGP signature

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

Reply via email to