Difference between revisions of "BlueGene"

From Tau Wiki
Jump to: navigation, search
(IBM Blue Gene/L)
(IBM Blue Gene/L)
Line 15: Line 15:
 
creates a stub makefile in <tt><taudir>/bgl/lib/Makefile.tau-mpi-pdt</tt>.  
 
creates a stub makefile in <tt><taudir>/bgl/lib/Makefile.tau-mpi-pdt</tt>.  
  
To build the tools for the front-end, please use:
+
The binaries in <tt><taudir>/bgl/bin</tt> are not usable on the front-end, to build tools for the front-end, use:
<pre>% ./configure  
+
./configure  
% make clean install </pre>
+
make clean install
Creates front-end tools (such as paraprof, pprof) in <pre><taudir>/ppc64/bin</pre> directory.
+
 
 +
This will build and install tools (such as [[Paraprof]], [[pprof]]) in the <tt><taudir>/ppc64/bin</tt> directory.

Revision as of 03:59, 22 February 2007

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.

The binaries in <taudir>/bgl/bin are not usable on the front-end, to build tools for the front-end, use:

./configure 
make clean install

This will build and install tools (such as Paraprof, pprof) in the <taudir>/ppc64/bin directory.