Differences between revisions 1 and 2
Revision 1 as of 2010-03-16 12:28:25
Size: 592
Editor: NicoleThomas
Comment:
Revision 2 as of 2010-03-16 12:30:46
Size: 583
Editor: NicoleThomas
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Benutzung von Vampir auf JUROPA = = Using Vampir on JUROPA =

Using Vampir on JUROPA

Vampir modules are visible after:

module load UNITE

Load vampir modules:

module load vampirtrace
module load vampir

Compile and link with

vtf90 -vt:f90 mpif90 progname.f90 ...

Possibly it is necessary to extend the LD_LIBRARY_PATH in the job script:

LD_LIBRARY_PATH=/usr/local/UNITE/packages/vampirtrace/5.8-parastation-intel/lib:$LD_LIBRARY_PATH

After execution with real input data a trace file progname.otf is generated.

Analyse trace file with vampir:

vampir progname.otf

Juropa/Vampir (last edited 2010-07-19 11:31:50 by NicoleThomas)