Vampir has two parts, the VampirTrace library which you link with your code on a compile node, and the Vampir client with which you analyse the results on your local desktop machine. You need to install the client on your local machine. At present, it does not run on the Cplant service or compile nodes.
VAMPIR = -L/usr/local/share/vt/lib -lVT
MPI_HOME = $(CPLANT_PATH)
LIBS = $(VAMPIR) -L$(MPI_HOME)/lib -lpmpi -lmpi -lm
export PAL_LICENSEFILE=/cplant/vt/etc/license.dat
export PAL_LICENSEFILE=$HOME/Vampir/etc/license.dat
tar xzf Client.tar.gz
cd $HOME/Vampir
./install-Vampir
vampir codename.stf
There's a simple example in /usr/local/share/vt/pingpong.
For VampirTrace, the best documentation is the man pages in
/usr/local/share/vt/man. The client has it's own pdf documentation.
Tutorials, etc. can be found on the
Pallas,GmBH web site