Difference between revisions of "FAQInstrumentingFortran"

From Tau Wiki
Jump to: navigation, search
(No difference)

Revision as of 22:08, 28 March 2008

Tips for instrumenting Fortran code with TAU

Some things to check before you begin

  • Are you using #define in the source code or any other preprocessing you will need to use to option -optPreProcess. This option is given to tau_compiler.sh like this:

tau_f90.sh -tau_options=-optPreProcess foo.f