Difference between revisions of "FAQInstrumentingFortran"

From Tau Wiki
Jump to: navigation, search
 
(Some things to check before you begin)
Line 3: Line 3:
 
== Some things to check before you begin ==
 
== 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: '''
+
* 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:  
 +
<pre>
 
tau_f90.sh -tau_options=-optPreProcess foo.f
 
tau_f90.sh -tau_options=-optPreProcess foo.f
'''
+
</pre>

Revision as of 22:09, 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