Architecture of the Component Collective Messaging Interface

  • Authors:
  • Sameer Kumar;Ahmad Faraj;Amith R. Mamidala;Brian Smith;Gabor Dozsa;Bob Cernohous;John Gunnels;Douglas Miller;Joseph Ratterman;Philip Heidelberger

  • Affiliations:
  • IBM T. J. WATSON RESEARCH CENTER, YORKTOWN HEIGHTS,NY 10598, USA;IBM SYSTEMS AND TECHNOLOGY GROUP, ROCHESTER, MN 55901,USA;IBM T. J. WATSON RESEARCH CENTER, YORKTOWN HEIGHTS,NY 10598, USA.;IBM SYSTEMS AND TECHNOLOGY GROUP, ROCHESTER, MN 55901,USA;IBM T. J. WATSON RESEARCH CENTER, YORKTOWN HEIGHTS,NY 10598, USA;IBM SYSTEMS AND TECHNOLOGY GROUP, ROCHESTER, MN 55901,USA;IBM T. J. WATSON RESEARCH CENTER, YORKTOWN HEIGHTS,NY 10598, USA.;IBM SYSTEMS AND TECHNOLOGY GROUP, ROCHESTER, MN 55901,USA;IBM SYSTEMS AND TECHNOLOGY GROUP, ROCHESTER, MN 55901,USA;IBM T. J. WATSON RESEARCH CENTER, YORKTOWN HEIGHTS,NY 10598, USA.

  • Venue:
  • International Journal of High Performance Computing Applications
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

Different programming paradigms utilize a variety of collective communication operations, often with different semantics. We present the component collective messaging interface (CCMI) that can support asynchronous non-blocking collectives and is extensible to different programming paradigms and architectures. CCMI is designed with components written in the C++ programming language, allowing it to be reusable and extendible. Collective algorithms are embodied in topological schedules and executors that execute them. Portability across architectures is enabled by the multisend data movement component. CCMI includes a programming language adaptor used to implement different APIs with different semantics for different paradigms. We study the effectiveness of CCMI on 16K nodes of Blue Gene/P machine and evaluate its performance for the barrier, broadcast, and allreduce collective operations and several application benchmarks. We also present the performance of the barrier collective on the Abe Infiniband cluster.