| | LinuxDevCenter.com -- Energizing Grid Computing |
 | | Embarrassingly parallel problems are things like SETI@home, where you have a whole lot of data that you’re applying some kind of analysis to, but it doesn't really mater where you break up the data. |
 | | Deeply parallel problems are those in which most, if not all, of the calculations are intertwined with some other part of the computational process, either as an input or a potential side effect. |
 | | These deeply parallel problems can take vast amounts of time to get right if coded by hand: there are just too many things that have to be done exactly right, from networking decisions and communications libraries to the decomposition of the algorithms themselves. |
| www.linuxdevcenter.com /pub/a/linux/2002/04/25/enterprise.html (1528 words) |