In terms of High Performance Computing or parallel processing, what proportion of problems are network limited as opposed to processor limited?

EDIT: Obviously there is no exact figure to this but I'm just looking for a ballpark figure. e.g. brute forcing a password would be processor limited, but in solving Laplace's equation in multiple dimensions the network will probably be the bottleneck.

link|improve this question

5  
42% of them are. – bmargulies Sep 18 '11 at 21:37
Very relative question depending on architecture, network connections, how your application is parallelized, etc.. – entitledX Sep 18 '11 at 21:39
Of course, however assuming one uses the best possible architecture, algorithm etc for a given PROBLEM, what proportion of these problems will suffer a network vs processing bottleneck. I am interested in knowing about the proportion from a practical perspective. – lms Sep 18 '11 at 21:42
I'm not even sure what the numerator and denominator here calculate. You might take a different tack: look at the consumption (number or $$) of high speed connections within and across racks versus racks built with slower connections. – Iterator Sep 25 '11 at 23:27
Additionally: note that bandwidth limitations may not relate to communication while solving a problem. There could simply be a lot of data to move around, and the computational cost once processing begins dominates relative to the communication cost. – Iterator Sep 25 '11 at 23:28
feedback

closed as not constructive by Austin Salonen, bmargulies, Sam Miller, Shawn Chin, yoda Nov 7 '11 at 14:07

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.