Difference between revisions of "Running on Franklin"

From Tau Wiki
Jump to: navigation, search
 
 
Line 1: Line 1:
 +
Building TAU is easy
 +
 +
* For PDT
 +
./configure
 +
make install -j
 +
 +
* For TAU
 +
-arch=craycnl -mpi -pdt=<PDT location> -pdt_c++=g++ -useropt=-O3
 +
 
To run interactively on Franklin (two nodes, eight cores):
 
To run interactively on Franklin (two nodes, eight cores):
 
  qsub -I -V -q interactive -l mppwidth=8
 
  qsub -I -V -q interactive -l mppwidth=8

Latest revision as of 23:55, 3 September 2009

Building TAU is easy

  • For PDT
./configure
make install -j
  • For TAU
-arch=craycnl -mpi -pdt=<PDT location> -pdt_c++=g++ -useropt=-O3

To run interactively on Franklin (two nodes, eight cores):

qsub -I -V -q interactive -l mppwidth=8
cd $PBS_O_WORKDIR

Then to run:

aprun -n 8 ./a.out