Johnny Pauling
Johnny Pauling

Reputation: 13417

Nvidia Nsight - how to connect to localhost?

I'm trying to set up "localhost" as a connection name for Nsight (I'm using CUDA 4.2 with Nsight 2.2 on VS2010) but there's something like "localhost overridden to global connection name" which changes my localhost 127.0.0.1 address to another wrong one.

enter image description here

How can I solve this? I want to do local debugging

Upvotes: 1

Views: 2697

Answers (2)

RoBiK
RoBiK

Reputation: 1730

I do not have Nsight 2.2 because i am already on 3.0 RC1 so i can not tell for sure but this problem happened when i changed the connection name in the "Nsight Connections" toolbar. You can display/hide the toolbar for example by going to the View/Toolbars menu in VS and checking/un-checking the check-box "Nsight Connections". Once you see the toolbar, you can click the "Use global connection name" button to disable it.

Upvotes: 4

Soroosh Bateni
Soroosh Bateni

Reputation: 897

do you start the monitor service? press start and search for it and run it. also you might consider upgrading to CUDA 5 and nsight 3 as it is more usable and easier to use.

Upvotes: 1

Related Questions