I set up a remote connection and the profiling started, but then stops with the following output on the host Nsight Compute:
Launching: /home/poseidonas/.cache/nvidia/nsight-compute/target/linux-desktop-t210-a64/ncu
Process launched
==PROF== Connected to ncu-ui at 127.0.0.1:50152.
==PROF== Connected to process 7972 (/home/poseidonas/learningCuda/addVectors)
==ERROR== An error was reported by the counter measurement library:
==ERROR== Failed to initialize the profiler: LibraryNotLoaded. Check that a compatible driver library is loaded.
==PROF== Trying to shutdown target application
==ERROR== An error was reported by the counter measurement library:
==ERROR== Failed to initialize the profiler: LibraryNotLoaded. Check that a compatible driver library is loaded.
==PROF== Trying to shutdown target application
==ERROR== The application returned an error code (9).
I do not understand from the above error what I should do to fix it.
Please help.