I am facing a problem while executing Cuda Visual profiler.The profiler is not able to complete the execution and i am getting the following error
Program run #18 completed. Error : Application : "/home/cnode0/workspace/cuda/pred/pre". Profiler data file '/home/cnode0/workspace/cuda/pred/temp_compute_profiler_0_0.csv' for application run 0 not found.
I got the following warning during the execution
The selected counter(s) "gld instructions 8bit", "gld instructions 16bit", "gld instructions 32bit", "gld instructions 64bit", "gld instructions 128bit", "gst instructions 8bit", "gst instructions 16bit", "gst instructions 32bit", "gst instructions 64bit", "gst instructions 128bit" can cause GPU kernels to run longer than the driver's watchdog timeout limit. In this case the driver will terminate the GPU kernel resulting in an application error and the profiling data will not be available. Setting the X Config option 'Interactive' to false is recommended when these counters are selected.
I have already see a proposed solution in this forum.
CUDA Visual Profiler 'Interactive' X config option?
As mentioned that post, I changed my xorg.conf to set the interactive flag to false as follows and restarted the system
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "Interactive" "0"
EndSection
But this doesn't solve the problem.I am still getting the same warning again. I am running Ubuntu 10.04 LTS and nvidia Geforce GT430 with driver 285.05.09 Any one has some clue on this?