CHARM++: A Portable Concurrent Object Oriented System Based On C++ (1993)
| Venue: | IN PROCEEDINGS OF THE CONFERENCE ON OBJECT ORIENTED PROGRAMMING SYSTEMS, LANGUAGES AND APPLICATIONS |
| Citations: | 155 - 17 self |
BibTeX
@INPROCEEDINGS{Kale93charm++:a,
author = {Laxmikant V. Kale and Sanjeev Krishnan},
title = {CHARM++: A Portable Concurrent Object Oriented System Based On C++},
booktitle = {IN PROCEEDINGS OF THE CONFERENCE ON OBJECT ORIENTED PROGRAMMING SYSTEMS, LANGUAGES AND APPLICATIONS},
year = {1993},
pages = {91--108},
publisher = {}
}
Years of Citing Articles
OpenURL
Abstract
We describe Charm++, an object oriented portable parallel programming language based on C++. Its design philosophy, implementation, sample applications and their performance on various parallel machines are described. Charm++ is an explicitly parallel language consisting of C++ with a few extensions. It provides a clear separation between sequential and parallel objects. The execution model of Charm++ is message driven, thus helping one write programs that are latencytolerant. The language supports multiple inheritance, dynamic binding, overloading, strong typing, and reuse for parallel objects. Charm++ provides specific modes for sharing information between parallel objects. Extensive dynamic load balancing strategies are provided. It is based on the Charm parallel programming system, and its runtime system implementation reuses most of the runtime system for Charm.







