4.A.1 SMP Programming errors
Shared memory parallel programming is a mixed bag:
- It saves the programmer from having to map data onto multiple processors. In this sense, its much easier.
- It opens up a range of new errors coming from unanticipated shared resource conflicts.