Slashdot Mirror


New Top500 List Released at Supercomputing '06

Guybrush_T writes "Today the 27th Edition of the Top 500 List of World's Fastest Supercomputers was released at ISC 2006. IBM BlueGene/L remains the world fastest computer with 280.6 TFlop/s. No new US system in the top10 this year, since they all come from Europe and Japan. The French Cluster at CEA (French NNSA equivalent) is number 5 with 42.9 TFlop/s. The Earth simulator (no 10) is no longer the largest system in Japan since the GSIC Center built a 38.2 TFlop/s Cluster, reaching the 7th place. The German cluster at Juelich is number 8 with 37.3 TFlop/s. The full list, and the previous 26 lists, are available on the Top500.org site."

31 of 217 comments (clear)

  1. What, no microsoft? by harris+s+newman · · Score: 4, Funny

    Its supprising that no microsoft systems are listed....

    1. Re:What, no microsoft? by Kadin2048 · · Score: 4, Funny

      Its supprising that no microsoft systems are listed....

      Well, they only published the requirements for Vista a few weeks ago; I'm sure they'll do better next year.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    2. Re:What, no microsoft? by Kadin2048 · · Score: 5, Informative

      Just to follow up, you can get OS information here: http://www.top500.org/stats/27/osfam/ (by family)

      OS (# systems) (Percent)
      Linux 367 73.40%
      Windows 2 0.40%
      Unix 98 19.60%
      BSD 4 0.80%
      Mixed 24 4.80%
      Mac OS 5 1.00%
      Totals 500 100%


      Alternately there's a more refined breakdown listing them by Operating System type and version. Oddly, "Linux" is listed both as an operating system family and as a distinct flavor/distro ... I can only assume that the systems using "Linux" as the particular operating system are using a custom-made distro, instead of one of the commercial ones (which are listed separately on the detailed chart). Unless they just failed to report one in particular.

      As for the Windows-based systems, there were one each for Windows 2003 Server and Windows Compute Cluster Server 2003.

      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    3. Re:What, no microsoft? by HermanAB · · Score: 5, Funny

      Well, now that you mention it, *nobody* beats MS in distributed botnets...

      --
      Oh well, what the hell...
    4. Re:What, no microsoft? by awing0 · · Score: 4, Informative

      With over 900,000 computers in the system, SETI@home has the ability to compute over 250 TFLOPS (as of April 17, 2006).

      http://en.wikipedia.org/wiki/Seti@home

      IBM's Blue Gene is faster (and more flexible). Big networks of computers like SETI's are good at crunching static radio telescope data or brute force RC5 cracking. When it comes to most real world problems, the nodes must communicate and share data, which over the internet makes it far too slow. Real supercomputers do not use any type of networking between nodes, they have a shared memory bus.

      --
      Cthulhu Saves.
    5. Re:What, no microsoft? by after+fallout · · Score: 4, Informative

      Real supercomputers do not use any type of networking between nodes, they have a shared memory bus.
      Don't say that, all it does is show how little you know.

      There are 2 common types of interfaces between nodes on a supercomputer: shared memory and message passing.

      Shared memory is where all the nodes can access memory over some sort of network. In order for communication to happen all 2 nodes need to do is read and write to the same location in memory. There is little talk about the network protocol used at this level because for the most part it is an emulation of layer 2 of the OSI (as if all you are doing is ordering the hardware around).

      Message passing would best be described in terms of layer 7. Communication occurs between 2 nodes via messages that are sent back and forth (hence the name). The most common message passing scheme is MPI. In MPI, there is a concept of a sender and a reciever. The reciever calls MPI_Recv and the sender calls MPI_Send and a message is sent from send to recv. You could almost think of this as an HTTP communication; the server is listening, the client sends information, the server sends back, except in MPI the reciever must be calling MPI_Recv and waiting for a send from a specific sender and the sender must call MPI_Send to send the information to the reciever (there really [well, sorta] isn't a concept of a timeout). In my experience, this makes MPI (I use MPICH2) difficult to debug, if A calls send to B and B calls send to A at the same time, your program blows up (often with very little useful information).

      On the cluster I do my work on, the implementation of MPI sends TCP/IP packets over ethernet (much like 256 of this top500 list). The libraries could be written to do the work over Myrinet or any other network.

      For future reference please learn some factual information before you go spouting bull. If you follow this link, and choose interconnect family, you would find that most of the supercomputers in the top500 list are using some standard network interconnect.

  2. From 11 to 451... by engagebot · · Score: 5, Interesting

    Dang, when our SuperMike was built (Lousiana State University), we were 11th on the list. A quick look now and we're at 451.

    I feel old... ;0)

    --
    Han shot first.
    1. Re:From 11 to 451... by sconeu · · Score: 5, Funny

      Dude, your cluster is on fire!!!!

      --
      General Relativity: Space-time tells matter where to go; Matter tells space-time what shape to be.
  3. how many aren't listed? by rritterson · · Score: 5, Interesting

    How well does this represent the real top 500?

    If you look at the list, several of the computers/clusters are known simply as "Classified". It makes me wonder if those at the top really represent the top 10 most powerful supercomputers out there. I'm willing to be the US government, for one, has a couple of military use supercomputers up there that they aren't even willing to acknowledge the existance of.

    At the other end of the spectrum, how many smaller clusters aren't on the list simply because the administrator doesn't have time to shut the entire thing down to run a LINPACK benchmark? The cluster I/we use would easily make it into the top 450, and maybe higher, but our research is deemed more important than the glory that comes with being on the list.

    --
    -Ryan
    AUWYHSTOT (Acronyms are Useless When You Have to Spell Them Out Too)
    1. Re:how many aren't listed? by flaming-opus · · Score: 4, Interesting

      I would say it's unlikely that the classified computers are in the top 10, and here's why: the top500 list is constructed using linpack to measure floating point performance of highly parallel computation. Much of the work done by intelligence agencies is data-mining. It's integer tasks that are probably I/O bound rather than cpu-bound. If there were a top500 list of high performance storage systems, I bet the classified systems would own the top of the list, just not for raw fp-compute power.

      Take, as an example, the Cray MTA. It's a product that's not even mentioned in their products page on their website. Yet, if you surf the net very carefully, you'll find out they're building the next version for their single customer of the product-line: the NSA. Even at the maximum configuration, the machine wouldn't make the top500 list, but it has features that make it uniquely suited to a few very peculiar application kernels. (single-virtual-cycle access to any memory within the distributed system)

      Sure the department of defence uses supercomputers to predict the weather, improve weapons systems and simulate, but these are probably not done on systems we don't know exist. That sort of stuff is done at AHPCRC or ERDC, or at Beoing/lochead-martin/Ratheon/etc. All of these sites have huge HPC resources, just not the hugest of the huge.

    2. Re:how many aren't listed? by phasm42 · · Score: 3, Informative

      United Airline's intranet is called SkyNet.

      --
      "No one likes working in a hamster wheel, and your shop smells of cedar shavings from here." - TaleSpinner
  4. Google by celardore · · Score: 4, Interesting

    There doesn't seem to be any mention of the GoogleNet. While it may not be used for figuring out sums and what-not, it does have an estimated 126 terraflops of computing power. I'd say that's notable. I bet at least half those terraflops are devoted to advertising aswell.

  5. 131072 Processors! by ackthpt · · Score: 5, Funny

    Shit! I can remember when processors had that many transistors!

    hello, olde programmers home, i'm enquiring for a vacancy...

    --

    A feeling of having made the same mistake before: Deja Foobar
    1. Re:131072 Processors! by Dadoo · · Score: 3, Interesting

      I can remember when processors had that many transistors!

      You know, I reall like that metric, especially when you consider each of those processors probably has somewhere in the neighborhood of 100 million transistors.

      Don't feel old, though. I cut my programming teeth on a processor with only 3500 transistors (6502). The transistors were probably so large, you didn't even need a clean room to manufacture it. :-)

      --
      Sit, Ubuntu, sit. Good dog.
  6. Missing Computer by Anonymous Coward · · Score: 4, Funny

    What about the computer that processes Bill Gates' IRS filing?

  7. Rmax vs Nmax by G3ckoG33k · · Score: 3, Interesting

    Comparing the Rmax and Nmax values it seems that the list would look quite different if sorted on Nmax instead of Rmax. Can someone explain in plain English the difference, as I didn't understand their explanation. Thanks! :)

    1. Re:Rmax vs Nmax by Junta · · Score: 4, Informative

      Rmax represents the maximum acheived measured FLOPs as a result of an xhpl run.

      Nmax represents the problem size. Nmax generally is aimed to be a problem that consumes as much memory as possible without swapping.

      Rpeak is the theoretical max FLOPs possible according to the processor used. For example, a PPC chip is theoretically capable of 4 Flops per clock, so multiply the clock by the number of cores in the cluster. x86_64 is theoretically capable of 2 flops per clock, so multiply cores by two. Note that AMD clock for clock doesn't do any better than intel in *this* particular benchmark, so Intel clusters inherently can climb this list better, despite poor memory performance and other factors that make them less useful in a general supercomputing sense. Itanium can acheive better floating point (I believe 8 flops per clock).

      And for anyone seeking to compare Rpeak/Rmax numbers with published Cell figures, keep in mind that game consoles (and by extension cell) brag about their single precision (32-bit) floating point performance, whereas this list only deals with double precision numbers (64 bit). Cell actually is nothing special at get top500 relevant benchmark results.

      Many people feel this very specific benchmark is a poor indicator of the overall effectiveness of a cluster, and consider hpcc (which includes hpl as a subset) to be a better holistic method to evaluate the value of a cluster.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  8. US is doing badly by twfry · · Score: 4, Insightful

    The editors comment that there are no new 10 top US based computers is an odd comment. The US has 6 out of the top 10. Thats hardly doing poorly.

  9. Re:Cue the Vista / Linux / Beowulf cluster jokes by bcat24 · · Score: 3, Funny

    I for one welcome our new Beowulf cluster of Linux-running, not quite Vista-capable supercomputer overlords.

    In Soviet Russia, a Beowulf cluster of Linux-running, not quite Vista-capable supercomputers imagine YOU!
    On the other hand, in Korea, only old people imagine a Beowulf cluster of Linux-running, not quite Vista-capable supercomputers.

    Oh! Won't somebody please think of the Beowulf clusters of Linux-running, not quite Vista-capable supercomputers?

    Did I forget anything?

  10. Super computers on our desks? by davonshire · · Score: 4, Interesting

    Just a passing thought looking at this list when you peek at the bottom of the list.
    you see a 2.8Ghz system with 1024 processors or some such.

    Sorry I remember working on repairing a Univac computer when I was in the Navy and how amazing it sounded that Cray had produced this a super computer that could do 800
    million operations a second.

    (Circa 1980 or so)

    You could have one of these computers for I think it was 13 Million dollars.
    And how fabulous that the power supply was actually under the circular bench
    so you could sit on your investment.

    Consider the processing power we have now a days on our desks. A lowly
    3 Ghz P4 Laptop with 2 GB of dynamic ram and 60 GB of Hard drive storage.

    I've yet to see a pair up with our single or dual desktop computers today
    and where they sit back in the super computer days of old. If anyone
    has a link or info I'd love to hear about it.

    Thanks,
      Nestalgia is the romance of historic madness.

    1. Re:Super computers on our desks? by stratjakt · · Score: 4, Informative

      Correction, MMX added SIMD-type functionality to the original pentium line, but MMX only worked on integers, and reused floating point registers, making the proc incapable of doing FP math and SIMD at the same time..

      SSE was when intel "got it right".

      And it's still not that commonly used a feature.

      --
      I don't need no instructions to know how to rock!!!!
  11. But does it run... by saleenS281 · · Score: 4, Funny

    But does it run Windows Cluster Edition? (Bet you didn't see THAT one coming)

  12. I wonder by Itninja · · Score: 4, Interesting

    I wonder where my old Packard Bell 486/sx 33 would fall in this list. Which makes me wonder if there's a 'bottom 500' list somewhere. I would love to see a list of the slowest computer still in use.

    --
    I judt got a nre Kinesis keybiartf so please excusr ant egregiou typos.
  13. Re:Cue the Vista / Linux / Beowulf cluster jokes by drawfour · · Score: 3, Funny
    Did I forget anything?
    Yes. You forgot to be funny.
  14. Re:Can't they use water cooling by DAldredge · · Score: 3, Insightful

    Because, maybe just maybe, they want accurate results?

  15. The Network is the Computer by Doc+Ruby · · Score: 4, Funny

    Isn't the Slashdot DDoS network the most powerful "computer" in the world?

    --

    --
    make install -not war

  16. Re:Blue Gene? by blibbler · · Score: 4, Funny

    Well I know all my thinking takes place in my pants.

  17. Apple is still holding up well by Darth+Cider · · Score: 4, Interesting

    Notice that #21 and #28 use Apple XServes still running with G5 dual processors. The Virginia Tech system, #28, has fallen only 8 places, from #20 last year.

    It's too bad this list doesn't mention cost. When Virginia Tech built its first cluster, the big news was how absurdly inexpensive it was in relation to other systems. It would be interesting to learn if that still holds true.

  18. petaflop in 2008-2009? by peter303 · · Score: 3, Informative

    The speed doubling time is still about 18 months (== 10x in five years). Two more doublings from the 2005 or 2006 280 TFlops is around 2008-2009. Its a version of Moore's law for supercomputing. Though processor speed hasnt been gaining as fast in recent years, improve clustering technology and software seems to be compensating.

    "Exaflops in 2020!"

  19. Re:Can't they use water cooling by Rhys · · Score: 4, Informative

    Given that clusters these days are made from commodity components (Xserve G5s, for instance) and how large clusters are these days, you end up with a pretty astounding failure rate. We lose roughly two peices of hardware (in order of most to least common: memory, cpu, motherboard, disk, power supply) a week, and our cluster (Turing, 640 nodes) is fairly small. We aren't even into the late-in-life crazy-disk-failure mode that most machines get at 3-5 years old. Think about the logistical nightmare if we had to try to "drain" a system of coolant before pulling it out to service it.

    Plus then you'd have to have all that (very custom) cooling equipment, pumps, etc. You'd have to watch for leaks closely, which is also a problem with air cooling and the refrigerant lines, but those have a lot less surface area of pipe/connectors to go wrong: a loop per rack for rack-mounted cooling, not a loop per machine.

    Plus, as other posters have said: we'd like accurate numbers.

    --
    Slashdot Patriotism: We Support our Dupes!
  20. Distributed Computing Wins Again! by BrianWCarver · · Score: 3, Interesting

    Individuals contributing their spare processor cycles via BOINC are currently producing over 380 TeraFLOPS putting them clearly in first place (if such distributed systems were counted).

    SETI@Home is now operated exclusively through BOINC and it alone is doing over 167 TeraFLOPS right now, putting the SETI@Home network in second place, only behind BlueGene/L (if such distributed systems were counted).

    You can contribute your spare processor cycles too by downloading the BOINC client and attaching to a cool project such as Rosetta@Home which folds proteins as part of an effort to cure human diseases. Join the biggest "supercomputer" today!

    --
    Like Digital Freedoms? Then donate to EFF before they're gone.