I have a server (Ubuntu server 12.04 LTS - no GUI) with a CUDA-capable GPU installed, and a desktop linux (Fedora 18) machine with no CUDA GPU. I would like to develop my code on my desktop machine and compile then debug it on my remote server machine.
To do this I plan to use Nsight 5 Eclipse edition with the C/C++ Remote launch plugin (as in this example http://wiki.eclipse.org/CDT/User/FAQ#How_do_I_debug_a_remote_application.3F). However, even with all the required plugins (C/C++ Remote Launch, RSE) installed in Nsight, I have no choice of 'C/C++ Remote Application' in the available debug configuration of my project.
Is it a limitation of the Nsight Eclipse IDE or am I missing something crucial here?
ssh -Xorssh -Y) from your desktop linux box to your server, then runnsighton the server, and remotely debug/profile/develop your application that way. I'm pretty sure what you're describing here is not supported under nsight EE. - Robert Crovella