Debugger option -G for PGI Accelerator

Hi,
I am looking for a debugger for PGI Accelerator programming codes.
As far as I understood, PGI Accelerator programs are translated into cuda-code somehow, isn’t it? Then I would assume that you could also debug PGI Accelerator code (or at least the generated code), can you?
However, CUDA debuggers like Totalview or DDT need the code compiled with the “-g -G” options, where the “-G” is not supported by the PGI compiler at the moment. Do you have any solution for that?
Sandra

Hi Sanda,

The accelerator model doesn’t yet support debugging. It’s something we’ll be adding next year.

Sorry,
Mat