The International Conference for High Performance Computing, Networking, Storage and Analysis
Exposing MPI Objects for Debugging.
Authors: Laust Brock-Nannestad (Technical University of Denmark), John DelSignore (Rogue Wave Software, Inc.), Jeffrey M. Squyres (Cisco Systems, Inc.), Sven Karlsson (Technical University of Denmark), Kathryn Mohror (Lawrence Livermore National Laboratory)
Abstract: Developers rely on debuggers to inspect application state. In applications that use MPI, the Message Passing Interface, the MPI runtime contains an important part of this state. The MPI Tools Working Group has proposed an interface for MPI Handle Introspection. It allows debuggers and MPI implementations to cooperate in extracting information from MPI objects. Information that can then be presented to the developer. MPI Handle Introspection provides a more general interface than previous work, such as Message
Queue Dumping.
We add support for introspection to the TotalView debugger and a development version of Open MPI. We explain the interactions between the debugger and MPI library and demonstrate how MPI Handle Introspection raises the abstraction level to simplify debugging of MPI related programming errors.