For Programmers: Free Programming Magazines  


Home > Archive > Fortran > May 2004 > cxperf on HP-UX fortran 95









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cxperf on HP-UX fortran 95
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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com