pgicg

Hi all,

I was trying to make call graph for a Fortran code with pgicg.

I compiled our code with -Mipa=cg. Then I execute pgicg but got a “pgicg: file a.out, line 0: Could not open file” message. I didn’t find a file named a.out there.

Any suggestions are appreciated!

Shawn

try

pgprof ./a.out

and see if you see a call graph with statistics on calling,.


dave