BlueGene

From Tau Wiki
Revision as of 03:34, 22 February 2007 by Amorris (talk | contribs) (IBM Blue Gene/L)
Jump to: navigation, search

IBM Blue Gene/L

A collection of information on how to configure and tau on IMB Blue Gene/L.

Configuring PDT

Configure pdt with g++

./configure
make clean install

Configuring TAU

./configure -arch=bgl -mpi -pdt=<dir> -pdt_c++=g++
make clean install

creates a stub makefile in <taudir>/bgl/lib/Makefile.tau-mpi-pdt.

To build the tools for the front-end, please use:

% ./configure 
% make clean install 

Creates front-end tools (such as paraprof, pprof) in

<taudir>/ppc64/bin

directory.