Re: [OMPI users] Profiling OpenMPI routines

2009-10-01 Thread Eugene Loh
Aniruddha Marathe wrote: I am trying to profile (get the call graph/call sequence of) Open MPI communication routines using GNU Profiler (gprof) since the communication calls are implemented using macros and it's harder to trace them statically. In order to do that I compiled the OpenMPI source

[OMPI users] Profiling OpenMPI routines

2009-10-01 Thread Aniruddha Marathe
Hi All, I am trying to profile (get the call graph/call sequence of) Open MPI communication routines using GNU Profiler (gprof) since the communication calls are implemented using macros and it's harder to trace them statically. In order to do that I compiled the OpenMPI source code with following