Slashdot Mirror


Supercruncher Applications

starheight writes "Bill McColl has written an article contrasting traditional massively parallel supercomputing with a whole new generation of compute-intensive apps that require massively scalable architectures and can deliver both incredible throughput and real-time responsivenes when processing millions or billions of tasks."

1 of 58 comments (clear)

  1. What about how the design scales? by EmbeddedJanitor · · Score: 3, Informative
    The problem with many parallel disigns is that they are limited by Amdahl's Law http://en.wikipedia.org/wiki/Amdahl's_Law such that a few CPUs make sense, but large numbers don't (except to the salesman's commission).

    The term "massively parallel" indicates a system operating without those constraint.

    --
    Engineering is the art of compromise.