Hello,
first, please consider that the VT versions integrated in Open MPI v1.5.x and
v1.4.x are different - respectively the names of the environment variables for
setting a pre-created symbol list:
Open MPI v1.4.x: VT_NMFILE
Open MPI v1.5.x: VT_GNU_NMFILE
Furthermore, make su
According to the VampirTrace documentation, it is possible to create a
symbol list file in advance and set the name of the file in the
environment variable VT_GNU_NMFILE. For example, you might do this:
$ nm hello > hello.nm
$ export VT_GNU_NMFILE="hello.nm"
I have set up a symbol file list as a