Title :
Process Distance-Aware Adaptive MPI Collective Communications
Author :
Ma, Teng ; Herault, Thomas ; Bosilca, George ; Dongarra, Jack J.
Author_Institution :
EECS, Univ. of Tennessee, Knoxville, TN, USA
Abstract :
Message Passing Interface (MPI) implementations provide a great flexibility to allow users to arbitrarily bind processes to computing cores to fully exploit clusters of multicore/many-core nodes. An intelligent process placement can optimize application performance according to underlying hardware architecture and the application´s communication pattern. However, such static process placement optimization can´t help MPI collective communication, whose topology is dynamic with members in each communicator. Conversely, a mismatch between the collective communication topology, the underlying hardware architecture and the process placement often happens due to the MPI´s limited capabilities of dealing with complex environments. This paper proposes an adaptive collective communication framework by combining process distance, underlying hardware topologies, and runtime communicator together. Based on this information, an optimal communication topology will be generated to guarantee maximum bandwidth for each MPI collective operation regardless of process placement. Based on this framework, two distance-aware adaptive intra-node collective operations (Broadcast and All gather) are implemented as examples inside Open MPI´s KNEM collective component. The awareness of process distance helps these two operations construct optimal runtime topologies and balance memory accesses across memory nodes. The experiments show these two distance-aware collective operations provide better and more stable performance than current collectives in Open MPI regardless of process placement.
Keywords :
application program interfaces; message passing; multiprocessing systems; network topology; Open MPI KNEM; application communication pattern; balance memory accesses; collective communication topology; construct optimal runtime topologies; hardware architecture; hardware topologies; intelligent process placement; many-core nodes; message passing interface; multicore nodes; process distance-aware adaptive MPI collective communications; runtime communicator; Clustering algorithms; Hardware; Libraries; Runtime; Sockets; Topology; Vegetation; Collective Communication; Hierarchical Algorithm; MPI; Process Distance; Ring Algorithm;
Conference_Titel :
Cluster Computing (CLUSTER), 2011 IEEE International Conference on
Conference_Location :
Austin, TX
Print_ISBN :
978-1-4577-1355-2
Electronic_ISBN :
978-0-7695-4516-5
DOI :
10.1109/CLUSTER.2011.30