Building on Jaguar

From Tau Wiki
Revision as of 19:24, 7 November 2008 by Amorris (talk | contribs)
Jump to: navigation, search

This is a short guide to building and using TAU on Jaguar (http://www.nccs.gov/computing-resources/jaguar/).

Jaguar is a Cray XT4 system currently running Compute Node Linux (CNL) OS.

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 ..

Step 2. Build TAU

tar -xzf tau.tgz
cd tau*
./installtau -arch=craycnl -mpi -pdt=`pwd`/../pdtoolkit-3.13  -pdt_c++=g++ -papi=/opt/xt-tools/papi/papi/v22/xt-cnl -opari