Parallel Programming (Wilkinson)
Parallel Programming (Wilkinson)
ERRATA
As of November 1st 2007
Page 77 Problem 2.4: “... as given in Figures 2.14 and 2.16” should read
“... as given in Figure 2.12”
This correction then affects the subsequent equations on page 147 and page
148.
should read:
} else vertex_queue = FALSE;
1
should read:
Page 355:
n–1
(n + 3)(n + 2)
∑ ( n – j + 2 ) = ----------------------------------
2
t comp = 2 – 3 = O(n )
2
j=1
should read:
n–1
∑ (n – j + 2) = (n – 1)(n + 4) = O(n )
2
t comp = 2
j=1
We are very grateful to Gaoyuan Huang for pointing out this mistake.
2
Mask
1