use pgprof to profile cpu programs

I tried to use pgprof (pgi communiyt edition) to profile my fortran program ( cpu only), but it asked for the cuda library. Is pgprof disgned only for hetrogenous programming (cpu+gpu)?

Hi cmehdi59291,

Is pgprof disgned only for hetrogenous programming (cpu+gpu)?

It can be run on CPU only binaries. However given PGPROF also supports profiling on NVIDIA GPUs, it does depend on having the CUDA runtime libraries that are included with the PGI installation package. When you installed the PGI compilers, did you select ‘yes’ when the installed asked if you would like to install the CUDA components? If not, please reinstall this time with the CUDA libraries.

  • Mat