This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using systemtap on MPI applications


Hi, -

> [...]  Does anyone have a suggestion on how to trace MPIIO calls?
> [...]

If I am guessing correctly, how about probing:

probe process("/usr/lib*/openmpi/lib/openmpi/mca_io_ompio.so")
     .function("*ompio_file_*") { }


- FChE


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]