Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
skip to main content
Skip header Section
Parallel Programming Using C++August 1996
Publisher:
  • MIT Press
  • 55 Hayward St.
  • Cambridge
  • MA
  • United States
ISBN:978-0-262-73118-8
Published:01 August 1996
Pages:
760
Skip Bibliometrics Section
Reflects downloads up to 03 Sep 2024Bibliometrics
Skip Abstract Section
Abstract

From the Publisher: Foreword by Bjarne Stroustrup Software is generally acknowledged to be the single greatest obstacle preventing mainstream adoption of massively-parallel computing. While sequential applications are routinely ported to platforms ranging from PCs to mainframes, most parallel programs only ever run on one type of machine. One reason for this is that most parallel programming systems have failed to insulate their users from the architectures of the machines on which they have run. Those that have been platform-independent have usually also had poor performance. Many researchers now believe that object-oriented languages may offer a solution. By hiding the architecture-specific constructs required for high performance inside platform-independent abstractions, parallel object-oriented programming systems may be able to combine the speed of massively-parallel computing with the comfort of sequential programming. Parallel Programming Using C++ describes fifteen parallel programming systems based on C++, the most popular object-oriented language of today. These systems cover the whole spectrum of parallel programming paradigms, from data parallelism through dataflow and distributed shared memory to message-passing control parallelism. For the parallel programming community, a common parallel application is discussed in each chapter, as part of the description of the system itself. By comparing the implementations of the polygon overlay problem in each system, the reader can get a better sense of their expressiveness and functionality for a common problem. For the systems community, the chapters contain a discussion of the implementation of the various compilers and runtime systems. In addition to discussing the performance of polygon overlay, several of the contributors also discuss the performance of other, more substantial, applications. For the research community, the contributors discuss the motivations for and philosophy of their systems. As well, many of the chapters include critiques that complete the research arc by pointing out possible future research directions. Finally, for the object-oriented community, there are many examples of how encapsulation, inheritance, and polymorphism can be used to control the complexity of developing, debugging, and tuning parallel software. Scientific and Engineering Computation series

Cited By

  1. ACM
    Kumar V, Dolby J and Blackburn S Integrating Asynchronous Task Parallelism and Data-centric Atomicity Proceedings of the 13th International Conference on Principles and Practices of Programming on the Java Platform: Virtual Machines, Languages, and Tools, (1-10)
  2. ACM
    Yanhaona M and Grimshaw A A Roadmap for a Type Architecture Based Parallel Programming Language Proceedings of the 2015 International Workshop on Code Optimisation for Multi and Many Cores, (1-10)
  3. ACM
    Lesniak M PASTHA Proceedings of the 5th ACM SIGPLAN workshop on Declarative aspects of multicore programming, (5-14)
  4. ACM
    Stroustrup B Evolving a language in and for the real world Proceedings of the third ACM SIGPLAN conference on History of programming languages, (4-1-4-59)
  5. Moskovsky A, Roganov V, Abramov S and Kuznetsov A Variable reassignment in the T++ parallel programming language Proceedings of the 9th international conference on Parallel Computing Technologies, (579-588)
  6. ACM
    Rauchwerger L and Amato N (2006). SmartApps, ACM SIGOPS Operating Systems Review, 40:2, (73-82), Online publication date: 1-Apr-2006.
  7. Sobral J Incrementally developing parallel applications with AspectJ Proceedings of the 20th international conference on Parallel and distributed processing, (116-116)
  8. Sobral J, Cunha C and Monteiro M Aspect oriented pluggable support for parallel computing Proceedings of the 7th international conference on High performance computing for computational science, (93-106)
  9. Rintala M Handling multiple concurrent exceptions in c++ using futures Advanced Topics in Exception Handling Techniques, (62-80)
  10. Stroustrup B and Dos Reis G Supporting SELL for high-performance computing Proceedings of the 18th international conference on Languages and Compilers for Parallel Computing, (458-465)
  11. Ferreira J and Sobral J ParC# Proceedings of the 8th international conference on Parallel Computing Technologies, (239-248)
  12. Abramov S, Adamovich A, Inyukhin A, Moskovsky A, Roganov V, Shevchuk E, Shevchuk Y and Vodomerov A OpenTS Proceedings of the 8th international conference on Parallel Computing Technologies, (303-312)
  13. Goswami D, Singh A and Preiss B (2002). From Design Patterns to Parallel Architectural Skeletons, Journal of Parallel and Distributed Computing, 62:4, (669-695), Online publication date: 1-Apr-2002.
  14. Gannon D, Beckman P, Johnson E, Green T and Levine M HPC++ and the HPC++Lib toolkit Compiler optimizations for scalable parallel systems, (73-107)
  15. An P, Jula A, Rus S, Saunders S, Smith T, Tanase G, Thomas N, Amato N and Rauchwerger L STAPL Proceedings of the 14th international conference on Languages and compilers for parallel computing, (193-208)
  16. Li B, Xu B, Yang H and Chu W ConC++ 24th International Computer Software and Applications Conference, (223-227)
  17. Moreira J and Midkiff S (1998). Fortran 90 in CSE, IEEE Computational Science & Engineering, 5:2, (39-49), Online publication date: 1-Apr-1998.
  18. ACM
    Johnson E and Gannon D HPC++ Proceedings of the 11th international conference on Supercomputing, (124-131)
  19. ACM
    Attali I, Caromel D, Ehmety S and Lippi S Semantic-based visualization for parallel object-oriented programming Proceedings of the 11th ACM SIGPLAN conference on Object-oriented programming, systems, languages, and applications, (421-440)
  20. ACM
    Attali I, Caromel D, Ehmety S and Lippi S (1996). Semantic-based visualization for parallel object-oriented programming, ACM SIGPLAN Notices, 31:10, (421-440), Online publication date: 1-Oct-1996.
  21. ACM
    Gannon D, Diwan S and Johnson E (1996). HPC++ and the Europa call reification model, ACM SIGAPP Applied Computing Review, 4:1, (11-14), Online publication date: 1-Apr-1996.
Contributors
  • IBM Canada Software Lab
  • University of Alberta

Recommendations