Difference between revisions of "Building on Intrepid"

From Tau Wiki
Jump to: navigation, search
Line 3: Line 3:
 
Intrepid is an IBM BG/P system.
 
Intrepid is an IBM BG/P system.
  
= Building for use with IBM XL Compilers ==
+
= Building for use with IBM XL Compilers =
  
 
Step 1. Acquire Sources
 
Step 1. Acquire Sources

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.