I want to perform analysis of the application which is compiled with the following command line:
$ mpiicc -static_mpi -trace -g myApp.c -o myApp $ mpirun -n 4 ./myApp
Additionally I record the location of my function calls by setting the environment variable VT_PCTRACE with the following command
$ export VT_PCTRACE=5
By opening an stf file in the Trace Analyzer GUI the dialog "Details on Funciton MPI" contains link "Show source". But on clicking this link appears the window "None of the source files are available" (see attachments). I perform all actions (compiling, collecting and analyzing) from the same directory.
Interesting that by dynamically linking MPI library everything works fine.
My version of itac is 9.0.3.049.