Difference between revisions of "Building on Intrepid"

From Tau Wiki
Jump to: navigation, search
 
Line 16: Line 16:
 
cd pdtoolkit-*
 
cd pdtoolkit-*
 
./configure -GNU
 
./configure -GNU
make install -j</pre>
+
make install -j
cd ..
+
cd ..</pre>
  
 
This will install the Program Database Toolkit (PDT).
 
This will install the Program Database Toolkit (PDT).

Revision as of 21:26, 30 September 2008

This is a short guide to building and using TAU on Intrepid (http://www.alcf.anl.gov/resources/storage.php).

Intrepid is an IBM BG/P system.

Building for use with IBM XL Compilers =

Step 1. Acquire Sources

mkdir TAU
cd TAU
wget http://tau.uoregon.edu/tau.tgz
wget http://tau.uoregon.edu/pdt.tgz

Step 2. Build PDT

tar -xzf pdt.tar.gz
cd pdtoolkit-*
./configure -GNU
make install -j
cd ..

This will install the Program Database Toolkit (PDT).

Step 2. Build TAU

tar -xzf tau.tgz
cd tau-*
./installtau -arch=bgp -mpi -pdt=/home/amorris/release/pdtoolkit-3.13 -pdt_c++=g++ -papi=/soft/apps/V1R1M2/papi-c-3.9.0 -BGPTIMERS

This will install TAU.