| Home Page |
|
Building Parallel Programs: SMPs, Clusters, and Java
by Alan Kaminsky
(Cengage Course Technology, 2010, ISBN 1-4239-0198-3)
is a textbook on parallel programming.
The textbook is based on the
Parallel Java Library.
See the Cengage web site for information about the book. You can also order the book at Amazon or Barnes & Noble. (I do not receive any remuneration from Amazon or Barnes & Noble.)
A review of the book:
|
Part I. Preliminaries |
Appendices |
| = | F⋅T(N,K) + K⋅(1 − F)⋅T(N,K) |
| T(N,K) |
if (range == null) -- activeWorkers;
if (range == null) -- activeWorkers;
if (range == null) -- activeWorkers;
if (range == null) -- activeWorkers;
| Home Page |