| Peter Simon 2004-05-18, 1:31 am |
| I am unsuccessfully attempting to use HP's cxperf profiler
on a large F95 code. The compiler is HP F90 v2.6.
I compile my code with the options -O2 -pa and run it using
cxperf -x cxperf.cmd -e a.out
The file cxperf.cmd contains the following lines:
#-------------------------------------
select routine all
collect cpu wall_clock
run
analyze > CXperf.report
quit
#-------------------------------------
and the file CXperf.report contains the message:
***** No selected routines were executed in this run.
AIUI, the first noncomment line in cxperf.cmd is supposed
to cause cxperf to profile all routines in the program (of
which there are many). I can't get cxperf to profile any of
the routines in the program. Does anyone else have experience
using cxperf with F90? Is it possible to do so?
Thanks,
Peter
|