Using CUDA Visual Profiler through a console

Hi,

Is there any way to use the CUDA Visual Profiler through a text-based console? My work environment has a server with 2 Tesla C870 cards. I connect using a text-based console. I would like to profile my application using the Visual Profiler in text-mode (without with GUI features). I tried:

$cudaprof
cudaprof: cannot connect to X server

Is there a way to do this? I didn’t find anything related in the forums.

Thank you,

Rodrigo

Take a look Here

Thanks a lot! That worked. I didn’t realize that all I had to do was set the enviornment variables and run my executable as before.