Corrections SolicitedThe list below contains all of the errors found to date for Principles of Parallel Programming.
If you discover an error not in this list, please send it to lin AT utexas DOT edu
and/or snyder AT cs DOT washington DOT edu. Your fellow readers
and we will be very appreciative. AcknowledgmentsWe wish to express our sincere gratitude to the following readers for their contributions: Errata
p. 82
The equation for E2 should have TS/T2 as the numerator.
p. 94
The third sentence should read:
p. 103
Line 2 should read:
p. 107
Line 23 should read:
p. 116
The inline code should read:
p. 158
In Figure 6.5 all instances of Waiting thread reading pthread_cond_signal()
should be pthread_cond_wait()
p. 195
Figure 6.28: Line 9 should be
p. 207 In Code Spec 7.5 the last argument is wrong; it should be as follows:
p. 209 in Code Spec 7.7 the first four lines should be
p. 211 The "notes" should read
p. 217, The code sample, line 31: MPI_ should be MPI_INT
p. 240 In the last line of the Code Spec 8.2 should read "indicated" rather than "indicted"
|