Nsight Compute run executable file on NX with error

Hi, I run nsight compute on my ubuntu in path /opt/nvidia/nsight-compute/2019.5.0 with command $sudo ./nv-nsight-cu , connect my NX with root role via ssh. But I got this error when I run the compiled executable cuda c file. It seems the file run and printed the result, but nsight compute did not get into the procedure. What could I do to fix this problem?
image

Hi,

Could you try to close and restart the profiler as mentioned below:
https://docs.nvidia.com/nsight-systems/UserGuide/index.html#troubleshooting

If the issue goes on, could you find the nsys log and share it with us?

Thanks.

Hi,I restarted NX and ubuntu,but the error remained the same. I followed the nvlog.config.template. So,I renamed the file to nvlog.config and copy one next to nv-nsight-cu. However, I did not find the nsys log file.Besides, I found two nvlog.config.template file,they belong to different version 2020.5 and 2020.2.3. but nsight compute is only one. I installed follow the guide How to Install JetPack :: NVIDIA JetPack Documentation.

Hi,

Sorry for the late reply.

Does your app require a DISPLAY output?
Would you mind testing our default CUDA sample to see if any issue first?

For example, we have verified below sample can work correctly with Nsight Compute:

/usr/local/cuda-10.2/samples/0_Simple/vectorAdd

Thanks.