FAQInstrumentingFortran

From Tau Wiki
Revision as of 22:09, 28 March 2008 by Scottb (talk | contribs) (Some things to check before you begin)
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