@inproceedings{61dd6999ab434ae2a4e927a9842efd7e,
title = "PPL: An abstract runtime system for hybrid parallel programming",
abstract = "Hardware trends indicate that supercomputers will see fast growing intra-node parallelism. Future programming models will need to carefully manage the interaction between inter- and intra-node parallelism to cope with this evolution. There exist many programming models which expose both levels of parallelism. However, they do not scale well as per-node thread counts rise and there is limited interoperability between threading and communication, leading to unnecessary software overheads and an increased amount of unnecessary communication. To address this, it is necessary to understand the limitations of current models and develop new approaches. We propose a new runtime system design, PPL, which abstracts important high-level concepts of a typical parallel system for distributed-memory machines. By modularizing these elements, layers can be tested to better understand the needs of future programming models. We present details of the design and development implementation of PPL in C++11 and evaluate the performance of several di erent module implementations through micro-benchmarks and three applications: Barnes-Hut, Monte Carlo particle tracking, and a sparse-triangular solver.",
keywords = "Distributed-memory parallelism, Multithreading, One-sided communication, PGAS, Programming models, RDMA",
author = "Alex Brooks and Dang, {Hoang Vu} and Nikoli Dryden and Marc Snir",
note = "Publisher Copyright: {\textcopyright} 2015 ACM.; 1st International Workshop on Extreme Scale Programming Models and Middleware, ESPM2 2015 ; Conference date: 15-11-2015",
year = "2015",
month = nov,
day = "15",
doi = "10.1145/2832241.2832246",
language = "English (US)",
series = "Proceedings of ESPM2 2015: 1st International Workshop on Extreme Scale Programming Models and Middleware - Held in conjunction with SC 2015: The International Conference for High Performance Computing, Networking, Storage and Analysis",
publisher = "Association for Computing Machinery",
pages = "2--9",
booktitle = "Proceedings of ESPM2 2015",
address = "United States",
}