Metadata only
Date
2020-09Type
- Conference Paper
Abstract
Computation–communication overlap and good load balance are features central to high performance of parallel programs. Unfortunately, achieving them with MPI requires considerably increasing the complexity of user code. Our work contributes to the alternative solution to this problem: using a virtualized MPI implementation. Virtualized MPI implementations diverge from traditional MPI implementations in that they map MPI processes to user-level threads instead of operating-system processes and launch more of them than there are CPU cores in the system. They are capable of providing automatic computation–communication overlap and load balance with little to no changes to pre-existing MPI user code. Our work has uncovered new insights into MPI virtualization: Two new kinds of timers are needed: an MPI-process timer and a CPU-core timer, the same discussion also applies to performance counters and the MPI profiling interface. We also observe an interplay between the degree of CPU oversubscription and the rendezvous communication protocol: we find that the intuitive expectation of only two MPI processes per CPU core being enough to achieve full computation–communication overlap is wrong for the rendezvous protocol—instead, three MPI processes per CPU core are required in that case. Our findings are expected to be applicable to all virtualized MPI implementations as well as to general tasking runtime systems. Show more
Publication status
publishedExternal links
Book title
EuroMPI/USA '20: 27th European MPI Users' Group MeetingJournal / series
ACM International Conference Proceeding SeriesPages / Article No.
Publisher
Association for Computing MachineryEvent
Organisational unit
03950 - Hoefler, Torsten / Hoefler, Torsten
Funding
671697 - Mont-Blanc 3, European scalable and power efficient HPC platform based on low-power embedded technology (EC)
801039 - Exascale Programming Models for Heterogeneous Systems (EC)
Notes
Due to the Coronavirus (COVID-19) the conference was conducted virtually.More
Show all metadata