@inproceedings{05459490081c44c2a79eb37d64f0b3b4,
title = "Enabling Support for Zero Copy Semantics in an Asynchronous Task-Based Programming Model",
abstract = "Communication is critical to the scalable and efficient performance of scientific simulations on extreme scale computing systems. Part of the promise of task-based programming models is that they can naturally overlap communication with computation and exploit locality between tasks. Copy-based semantics using eager communication protocols easily enable such asynchrony by alleviating the responsibility of buffer management from the user, both on the sender and the receiver. However, these semantics increase memory allocations and copies and in turn affect application memory footprint and performance, especially with large message buffers. In this work we describe how the so-called “zero copy” messaging semantics can be supported in Converse, the message-driven parallel programming framework that is used by Charm++, by implementing support for user-owned buffer transfers in its lower level runtime system, LRTS. These semantics work on user-provided buffers and do not semantically require copies by either the user or the runtime system. We motivate our work by reviewing the existing messaging model in Converse/Charm++, identify its semantic shortcomings, and define new LRTS and Converse APIs to support zero copy communication based on RDMA capabilities. We demonstrate the utility of our new communication interfaces with benchmarks written in Converse. The result is up to 91% of message latency improvement and improved memory usage. These advances will enable future work on user-facing APIs in Charm++.",
keywords = "Asynchronous tasking, Charm++, Communication optimizations, Converse, Parallel programming, RDMA",
author = "Nitin Bhat and Sam White and Kale, {Laxmikant V.}",
note = "Publisher Copyright: {\textcopyright} 2022, Springer Nature Switzerland AG.; 27th International Conference on Parallel and Distributed Computing, Euro-Par 2021 ; Conference date: 30-08-2021 Through 31-08-2021",
year = "2022",
doi = "10.1007/978-3-031-06156-1_39",
language = "English (US)",
isbn = "9783031061554",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer",
pages = "496--505",
editor = "Ricardo Chaves and {B. Heras}, Dora and Aleksandar Ilic and Didem Unat and Badia, {Rosa M.} and Andrea Bracciali and Patrick Diehl and Anshu Dubey and Oh Sangyoon and {L. Scott}, Stephen and Laura Ricci",
booktitle = "Euro-Par 2021",
address = "Germany",
}