Here is a link to a nice recent talk on “Parallel Programming Patterns” by UIUC’s Ralph E. Johnson. (This post also has a few related links to Parallel programming patterns)
The abstract of the talk is:
“Parallel programming is hard. One proposed solution is to provide a standard set of patterns. Learning the patterns would help people to become expert parallel programmers. The patterns would provide a vocabulary that would let programmers think about their programs at a higher level than the programming language. The patterns could steer programmers away from common errors and towards good design principles.
There have been a number of papers about parallel patterns, and one book Patterns for Parallel Programming. None of them have become popular. I think the problem is that parallel programming is diverse and requires more design expertise than traditional software design. Thus, parallel programming experts use more patterns than parallel programming expert. I’ll critique the existing patterns and explain what I think should be done to make a set of patterns that can be as effective for parallel programming as patterns have been for object-oriented design.”
Related Links
Parallel Programming Patterns: A project by Mark Snir
Driving Forces of Parallel Patterns
Parallel Pattern Languages & Skeletons


