Difference between revisions of "GettingStarted"

From Tau Wiki
Jump to: navigation, search
(Getting started with TAU)
Line 3: Line 3:
 
This is a short guide to using TAU.
 
This is a short guide to using TAU.
  
 +
<pre>
 
%>tar -xzf tau2.16.5
 
%>tar -xzf tau2.16.5
 
%>cd tau2
 
%>cd tau2
%>./configure -pdt=[PDT directory]
+
%>./configure -pdt=[PDT directory] -mpiinc=[MPI include] -mpilib=[MPI library]
 +
</pre>

Revision as of 21:32, 20 September 2007

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]