Thread history

Fragment of a discussion from Talk:Jetson/Installing CUDA
Viewing a history listing
Jump to: navigation, search
Time User Activity Comment
No results

Some of the CUDA samples use other libraries such as OpenMP or MPI or OpenGL. If you want to compile those samples then you'll need to install those toolkits, otherwise you can just ignore those few samples and stick to the samples that are self-sufficient.

02:18, 29 July 2014

Hi All,

I am new to the Jetson and Parallel programming. I flashed the Jetson TK1 as per instructions on the official download page from Nvidia. My CUDA Samples work perfectly fine as well.

However as per the Installing CUDA Page on elinux, I ran the "nvcc -v" in the home directory on the Jetson. It resulted in:

nvcc fatal: No input files specified; use option --help for more information.


Does this mean that the programs were compiled on my PC (the host used while flashing the Jetson) and CUDA is not installed on the Jetson?


Kindly provide your inputs.

12:55, 6 August 2015

Actually it sounds like you've installed it correctly, but to test it you need to use capital "V" not lower-case "v", ie:

   nvcc -V
16:50, 6 August 2015