Loading...
Please wait, while we are loading the content...
Similar Documents
The Charm++ Programming Model
| Content Provider | Scilit |
|---|---|
| Author | Kale, Laxmikant V. Bhatele, Abhinav |
| Copyright Year | 2016 |
| Description | Book Name: Parallel Science and Engineering Applications |
| Abstract | Department of Computer Science, University of Illinois at Urbana-Champaign Gengbin Zheng National Center for Supercomputing Applications, University of Illinois at Urbana-Champaign 1.1 Design Philosophy . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.2 Object-Based Programming Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Capabilities of the Adaptive Runtime System . . . . . . . . . . . . . . . . . . . 8 1.4 Extensions to the Basic Model . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.5 Charm++ Ecosystem . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 1.6 Other Languages in the Charm++ Family . . . . . . . . . . . . . . . . . . . . . . 14 1.7 Historical Notes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 1.8 Conclusion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16 Charm++ [126] is a C++ based parallel programming system developed at the University of Illinois. It has been designed and refined in the context of collaborative development of multiple science and engineering applications, as the later chapters in this book illustrate. The signature strength of Charm++ is its adaptive runtime system, which allows programmers to deal with increasingly complex supercomputers and sophisticated algorithms with dynamic and evolving behavior. Its basic innovation is the idea of over-decomposition (explained further in Section 1.2): the programmer decomposes the computation into objects rather than processors, and leaves the decision about which object lives on which processor to the runtime system. Specifically, some of the benefits of Charm++ to the programmer include: • Processor-independent programming: The programmer decomposes the computation into logical units that are natural to the application, uncluttered by the notion of what data is found on which processor, and which computations happen on which processor. |
| Related Links | https://content.taylorfrancis.com/books/download?dac=C2011-0-16633-X&isbn=9780429194146&doi=10.1201/b16251-12&format=pdf |
| Ending Page | 47 |
| Page Count | 16 |
| Starting Page | 32 |
| DOI | 10.1201/b16251-12 |
| Language | English |
| Publisher | Informa UK Limited |
| Publisher Date | 2016-04-19 |
| Access Restriction | Open |
| Subject Keyword | Book Name: Parallel Science and Engineering Applications Philosophy Behavior University Adaptive Computation Runtime System Urbana Decomposes Champaign |
| Content Type | Text |
| Resource Type | Chapter |