user2099280
user2099280

Reputation:

I can't find nsight eclipse and cuda samples after installing CUDA5.0 on my macbook pro

I'm a student who starts to learn CUDA programming. But I can't install the CUDA toolkit on my macbook pro retina 15 successfully . I've checked the installing instruction, and I have installed the gcc from Xcode. However, it only took me about 1 minute to install cuda_5.0.36_macos.pkg which not seems like reasonable. In fact, I can't find the nsight eclipse and other softwares , and there is no sample in ./Developer/NVIDIA/CUDA-5.0/. It's my first time to use OS X and I don't know how to solve the problem now.

Upvotes: 0

Views: 790

Answers (1)

Christian Fries
Christian Fries

Reputation: 16942

The path is /Developer/NVIDIA and not ./Developer/NVIDIA. After installation the path to the bin folder is not set, thus terminal does not find it. But you find nsight in the bin folder at /Developer/NVIDIA/CUDA-x.y/bin

Upvotes: 1

Related Questions