Difference between revisions of "GettingStarted"

From Tau Wiki
Jump to: navigation, search
(Getting started with TAU)
(Getting started with TAU)
Line 10: Line 10:
 
</pre>
 
</pre>
  
After installation, executables are placed in a directory based on your platform like <pre>x86_64</pre>
+
After installation, executables are placed in a directory based on your platform like ''x86_64''. Let us add the bin directory to your path.
 +
 
 +
<pre>
 +
%>export PATH=[path to tau2]/tau2/x86_64/bin:$PATH
 +
</pre>

Revision as of 21:40, 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]
%>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 your path.

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