No Travel? No Problem.

Remote Participation
Accelerating Messages by Avoiding Copies in an Asynchronous Task-Based Programming Model
Event Type
Workshop
Tags
Architectures
Big Data
Cloud and Distributed Computing
Extreme Scale Comptuing
Heterogeneous Systems
Parallel Programming Languages and Models
Parallel Programming Systems
Quantum Computing
Scientific Computing
System Software and Runtime Systems
Registration Categories
W
TimeMonday, 15 November 202111am - 11:30am CST
Location242
DescriptionTask-based programming models promise improved communication performance for irregular, fine-grained, and load imbalanced applications. They do so by relaxing some of the messaging semantics of stricter models and taking advantage of those at the lower-levels of the software stack. For example, while MPI's two-sided communication model guarantees in-order delivery, requires matching sends to receives, and has the user schedule communication, task-based models generally favor the runtime system scheduling all execution based on the dependencies and message deliveries as they happen. The messaging semantics are critical to enabling high performance.

In this paper, we build on previous work that added zero copy semantics to Converse/LRTS. We examine the messaging semantics of Charm++ as it relates to large message buffers, identify shortcomings, and define new communication APIs to address them. Our work enables in-place communication semantics in the context of point-to-point messaging, broadcasts, transmission of read-only variables at program startup, and for migration of chares. We showcase the performance of our new communication APIs using benchmarks for Charm++ and Adaptive MPI, which result in nearly 90% latency improvement and 2x lower peak memory usage.
Back To Top Button