Good profiler for Fortran and MPI

后端 未结 6 1948
一向
一向 2020-11-28 12:36

Which profiler do you use for Fortran code base with MPI in it? gprof doesn\'t seem to be working correctly. Sun Studio Analyzer only returns the timings for the C/C++ syste

6条回答
  •  攒了一身酷
    2020-11-28 12:55

    You can use Intel Trace analyzer to profile MPI communication and Intel VTune to obtain a profile of single MPI Task. Both software was widely documented on Intel web site.

提交回复
热议问题