I turn on the TAU by typing the command that is :make gfortran CORE=init_atmosphere TAU=true. And after run the ./init_atmosphere_model, I get the profile.0.0.0. Then I print it by pprof and I get some information. However, the information is all about MPI_XXXX calls. But I want profiling other different function calls of the program besides the MPI_XXXX calls. Is there anything wrong ?
The profile information is below:


I turn on the TAU by typing the command that is :make gfortran CORE=init_atmosphere TAU=true. And after run the ./init_atmosphere_model, I get the profile.0.0.0. Then I print it by pprof and I get some information. However, the information is all about MPI_XXXX calls. But I want profiling other different function calls of the program besides the MPI_XXXX calls. Is there anything wrong ?
The profile information is below: