GettingStarted

From Tau Wiki
Revision as of 21:48, 20 September 2007 by Scottb (talk | contribs) (Getting started with TAU)
Jump to: navigation, search

Getting started with TAU

This is a short guide to using TAU.

%>tar -xzf tau2.16.5
%>cd tau2
%>./configure -pdt=[PDT directory] -mpiinc=[MPI include] -mpilib=[MPI library]
%>make clean install

After installation, executables are placed in a directory based on your platform like x86_64. Let us add the bin directory to our path.

%>export PATH=[path to tau2]/tau2/x86_64/bin:$PATH

We can use TAU's compiler scripts which automatically link-in TAU's instrumentation libraries as well as the MPI libraries as well. But first we need to tell TAU which instrumentation library