A Flexible and Dynamic Infrastructure for MPI Tool Interoperability

  • Authors:
  • Martin Schulz;Bronis R. de Supinski

  • Affiliations:
  • Lawrence Livermore National Laboratory, USA;Lawrence Livermore National Laboratory, USA

  • Venue:
  • ICPP '06 Proceedings of the 2006 International Conference on Parallel Processing
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

The MPI standard provides tool builders with an efficient profiling interface, PMPI. Although many tools have successfully used this interface, it has three major drawbacks: a need to relink the application in order to use a tool; an inability to combine existing tools easily; and a lack of support for tool modularity. These limitations restrict tool flexibility and increase the threshold for using MPI tools. We present P^NMPI , an infrastructure to load MPI tools dynamically and to chain multiple MPI tools for concurrent use. It works with existing PMPI tools, which can be transparently converted in binary form into loadable PNMPI modules, and newly developed tools, which can exploit additional P^NMPI inter-tool communication services. We show that our implementation achieves our design goals, including ease-of-use and minimal overhead.