Publication | Open Access
Kernel Assisted Collective Intra-node MPI Communication among Multi-Core and Many-Core CPUs
39
Citations
14
References
2011
Year
Unknown Venue
Cluster ComputingHeterogeneous ComputingEngineeringComputer ArchitectureCommunication ArchitectureShared MemoryHigh-performance ArchitectureParallel ComputingManycore ProcessorMassively-parallel ComputingHybrid ProgrammingMany-core CpusComputer EngineeringKnemlinux ModuleComputer ScienceEdge ComputingCloud ComputingMany-core ArchitectureParallel ProgrammingCollective CommunicationSystem Software
Shared memory is among the most common approaches to implementing message passing within multicorenodes. However, current shared memory techniques donot scale with increasing numbers of cores and expanding memory hierarchies -- most notably when handling large data transfers and collective communication. Neglecting the underlying hardware topology, using copy-in/copy-out memory transfer operations, and overloading the memory subsystem using one-to-many types of operations are some of the most common mistakes in today's shared memory implementations. Unfortunately, they all negatively impact the performance and scalability of MPI libraries -- and therefore applications. In this paper, we present several kernel-assisted intra-node collective communication techniques that address these three issues on many-core systems. We also present a new OpenMPI collective communication component that uses the KNEMLinux module for direct inter-process memory copying. Our Open MPI component implements several novel strategies to decrease the number of intermediate memory copies and improve data locality in order to diminish both cache pollution and memory pressure. Experimental results show that our KNEM-enabled Open MPI collective component can outperform state-of-art MPI libraries (Open MPI and MPICH2) on synthetic benchmarks, resulting in a significant improvement for a typical graph application.
| Year | Citations | |
|---|---|---|
Page 1
Page 1