CS267: Lecture 5
Shared Memory Programming
September 12, 2001
Lecturer: Kathy Yelick
Abstract
We discuss the
shared memory programming model using Posix threads and OpenMPI. The three
basic topics are how to create parallelism, how to shared data, and how to
synchronize threads. We use a running example called Sharks
and Fish.
2001 Lecture Notes
PowerPoint, Postscript,
PDF
Readings