Cuda profiler problem

Hi,
I read many posts about the cuda profiler but I still cant get mine work.
I set the environment variable to 1 for CUDA_PROFILE AND CUDA_PROFILE_CSV
I’m using the latest driver from nvidia 260.61 and the toolkit 3.2. profiler version 3.2.0
My card is quadro fx4800 on windows7 64 bit
I terminated my program with cudaThreadExit();

I got the following error message
Error :
Profiler data file ‘$pat/temp_compute_profiler_0_0.csv’ for application run 0 not found.

I also changed the default time to 2000 s(think is enough)
I will appreciate any help

Hi,
I read many posts about the cuda profiler but I still cant get mine work.
I set the environment variable to 1 for CUDA_PROFILE AND CUDA_PROFILE_CSV
I’m using the latest driver from nvidia 260.61 and the toolkit 3.2. profiler version 3.2.0
My card is quadro fx4800 on windows7 64 bit
I terminated my program with cudaThreadExit();

I got the following error message
Error :
Profiler data file ‘$pat/temp_compute_profiler_0_0.csv’ for application run 0 not found.

I also changed the default time to 2000 s(think is enough)
I will appreciate any help

[solved]

After I set the environment variable from the ocmmand line

cmd: set CUDA_PROFILE=1

It starts working.

[solved]

After I set the environment variable from the ocmmand line

cmd: set CUDA_PROFILE=1

It starts working.

Hi!

I got same result “temp_compute_profiler_0_0.csv’ for application run 0 not found.”.

But I can’t understand how to set Enviornment Variable.

Please show me its details.

I am troubled plainly.

This should do the trick on linux, if I understand correctly:

$ export CUDA_PROFILE=1

$ /usr/local/cuda/computeprof/bin/computeprof

On windows, look for system environment variables, somewhere at “computer”'s properties.

Hello,

I’ve set CUDA_PROFILE=1 and CUDA_PROFILE_CSV=1, but this error still occurs.
I’m running windows 7 64bit. Any help would be greatly appreciated. Thanks!

I have the same problem. Idea anybody?