| Our "Structured Parallel Programming" book (debuted July 2012 in English) is now available in Japanese... 構造化並列プログラミング : 効率良い計算を行うためのパターン / ISBN 9784877833053
Author: マイケル・マックール;アーク・D.ロビソン;ジェームス・レインダース著;菅原清文;エクセルソフト株式会社訳. マイケル・マックール. アーク・D.ロビソン. ジェームス・レインダース. 菅原清文. ; ; Michael McCool; Arch D Robison; James Reinders; Kiyofumi Sugawara Publisher: カットシステム, Tōkyō : Kattoshisutemu, 2013. |
![]() |
Structured Parallel Programming
| Structured Parallel Programming (ISBN 978-0-124-15993-8) by Michael McCool, Arch D. Robison, and James Reinders, is now available from Morgan Kaufmann. This book fills a need for learning and teaching parallel programming, using an approach based on structured patterns which should make the subject accessible to every software developer. It is appropriate for classroom usage as well as individual study. We took an approach of teaching parallel programming as programming first, but without requiring a deep prior knowledge of computer architecture. In other words, we approached the problem of teaching parallel programming as we would approach teaching programming traditionally: We start with basic concepts and show common usage modes (also known as patterns). Every parallel programmer should know what a stencil operation is, just as every programmer should know what a stack or a queue is. Knowing what common programming structures have widespread usage affects our thinking for algorithms and coding. These programming patterns are what should be foremost in our minds. Computer architecture is very important, and we dearly love to talk about it, but we believe that these universal patterns are the key to teaching. We do not shy away from computer architecture as a key concern for optimization. We do avoid teaching the architecture as a prerequisite to teaching the programming. |
![]() |
This text offers a method to learn parallel programming for any C or C++ programmer, in a manner that will be highly effective because it uses the most important and successful parallel programming strategies as the teaching mechanism.
We hope you'll take a look and let us know your comments!





