Re: flop counter




Pietro wrote:
is there any free routine that counts flop in a fortran program run?

Pietro,
you can use PAPI:
http://icl.cs.utk.edu/papi/

PAPI is a profiling middleware and not just a subroutine. With it you
can count flops, memory accesses, cache hits and misses and tons of
useful informations. You have to instruct your code, though.

Alfredo

.