Mare Nostrum

From Tau Wiki
Revision as of 16:54, 10 August 2009 by Amorris (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a short guide to building and using TAU on Mare Nostrum (http://www.bsc.es/plantillaA.php?cat_id=5).

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 for 32 and 64 bit

tar -xzf pdt.tar.gz
cd pdtoolkit*
./configure -GNU
make -j8
make install
./configure -GNU -arch=ibm64linux
make clean
make -j8
make install
cd ..