Slashdot Mirror


Latest Top 500 Supercomputer List Released

chrb writes "BBC News is reporting on the release of the June 2010 Top 500 Supercomputer list. Notable changes include a second Chinese supercomputer in the top ten. A graphical display enables viewing of the supercomputer list by speed, operating system, application, country, processor, and manufacturer."

3 of 130 comments (clear)

  1. Linux by B5_geek · · Score: 5, Informative

    Ya for Linux!

    Seriously, if this doesn't make every PHB take notice I can't imagine what would. (Hey boss, its free too!)

    --
    "The price good men pay for indifference to public affairs is to be ruled by evil men." ~Plato (427-347 BC)
  2. How about a direct link... by Jah-Wren+Ryel · · Score: 5, Informative

    How about a direct link to the actual site - or even the actual list?

    --
    When information is power, privacy is freedom.
  3. Re:Computers keep getting faster by wagnerrp · · Score: 4, Informative

    Parallel tasks are the whole point of using a supercomputer.

    Well it is now. The original supercomputers were based around a single very fast processor, and had a number of co-processors whose sole purpose was to offload IO and memory prefetch, so the CPU could churn away without interruption. Modern out-of-order CPUs are effectively an old style supercomputer on a chip. Heavy use of parallel processing didn't really take off until the late 80s. This paradigm shift is what caused the supercomputer market crash in the 90s, as development devolved from custom CPUs, to throwing as many generic cores at the problem as you can and using custom interconnects to mitigate parallel overhead.