FAQInstrumentingFortran

From Tau Wiki
Revision as of 22:08, 28 March 2008 by Scottb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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