Slashdot Mirror


World's Most Powerful x86 Supercomputer Boots Up in Germany

Nerval's Lobster writes "Europe's most powerful supercomputer — and the fourth most powerful in the world — has been officially inaugurated. The SuperMUC, ranked fourth in the June TOP500 supercomputing listing, contains 147,456 cores using Intel Xeon 2.7-GHz, 8-core E5-2680 chips. IBM, which built the supercomputer, stated in a recent press release that the supercomputer actually includes more than 155,000 processor cores. It is located at the Leibniz-Rechenzentrum (Leibniz Supercomputing Centre) in Garching, Germany, near Munich. According to the TOP500 list, the SuperMUC is the world's most powerful X86-based supercomputer. The Department of Energy's 'Sequoia' supercomputer at the Lawrence Livermore National Laboratory in Livermore, Calif., the world's [overall] most powerful, relies on 16-core, 1.6-GHz POWER BQC chips."

16 of 151 comments (clear)

  1. DID SOMEONE SAY BBQ? by Rinikusu · · Score: 4, Funny

    My fatass almost got excited for a second.. a supercomputer fueled by BBQ... :(

    --
    If you were me, you'd be good lookin'. - six string samurai
  2. Re:I need that... by Anonymous Coward · · Score: 3, Funny

    Or check tpyos.

  3. Re:I need that... by Qubit · · Score: 5, Funny

    ...so I can first post mote quickly!

    let's fix you're spelling frist, then work on the spead of you're posting.

    --

    coding is life /* the rest is */
  4. power to x86 by SlashDev · · Score: 4, Interesting

    powerful and x86 are oxymorons. Try the i860 architecture now THAT's a processor, it's ancient I know.

    --

    TOP DSLR Cameras Reviews of the top DSLRs
    1. Re:power to x86 by Joce640k · · Score: 3, Insightful

      I'm pretty sure they'll be running them in x64 mode, not x86.

      I'm sure modern Intel CPUs with multiple instruction dispatch and SSE for math instead of x87 will give the i860 a run for its money.

      But yeah ... some of those old chips were cool (even if they didn't have a proper divide or sqrt instruction :-)

      --
      No sig today...
    2. Re:power to x86 by rgbrenner · · Score: 4, Informative

      wow.. you're right. The i860 had 1 whole core and ran at up to 50mhz.

      Imagine if they built this supercomputer out of those. Instead of 155,000, it would only need 8,370,000.

      Now THAT's a super computer.

      On a serious note, wikipedia says:

      On paper, performance was impressive for a single-chip solution; however, real-world performance was anything but. One problem, perhaps unrecognized at the time, was that runtime code paths are difficult to predict, meaning that it becomes exceedingly difficult to order instructions properly at compile time.

      Sounds like an earlier version of Itanium

  5. Power BBQ Chips by j.+andrew+rogers · · Score: 3, Funny

    I need to find myself some of these Power BBQ Chips mentioned in the summary. Fast and tangy without the downside of Cheetoh fingers.

  6. the real question by slashmydots · · Score: 4, Funny

    But the real question is, can it run bitcoin mining software? See, you thought I was going to say Linux or Crysis, didn't you? lol.

    P.S. most miners are run on Linux btw ;-)

  7. Re:I need that... by damn_registrars · · Score: 3, Funny

    ...so I can first post mote quickly!

    let's fix you're spelling frist, then work on the spead of you're posting.

    You head two many correctly sppeled wurds you must be a bot.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  8. Slashdot Grab Bag by Roachie · · Score: 3, Funny

    1) Does it run Linux?
    2) I for one, would like to welcome our new register constrained overlord.
    3) Can you imagine a Beowulf cluster of these?
    4) In Soviet Russia supercomputer run YOU!
    5) There is no God, I reject your fairytales.

    --
    This sig is not paradoxical or ironic.
    1. Re:Slashdot Grab Bag by damien_kane · · Score: 3, Informative

      1) Does it run Linux?

      Yes, SUSE

      2) I for one, would like to welcome our new register constrained overlord.

      Then you had better get started on its AI routines

      3) Can you imagine a Beowulf cluster of these?

      Why yes, yes I can (and it would be huge, power hungry, and require it be run at the bottom of the ocean for heat-dissipation)
      BTW, from TFA this system is cooled "by dumping water directly on the microprocessors", after which the warmed water is used to heat the rest of the building in winter

      4) In Soviet Russia supercomputer run YOU!

      Only if you get around to finishing Point 2

      5) There is no God, I reject your fairytales.

      You mean you won't buy them any more?
      Damnit, what am I going to do with this gross of tails I tore off of faeries last week? Not cool, man...

  9. What about CE? by Impy+the+Impiuos+Imp · · Score: 5, Funny

    > actually includes more than 155,000 processor cores

    Scientists and engineers toyed with putting Windows 8 on it, but Windows 8 with 150,000-200,000 core support was over $73 trillion.

    --
    (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
  10. I can hear the chants ... by jxander · · Score: 4, Funny

    We're number four!!
    We're number four!!
    We're number four!!

    --
    This signature is false.
  11. Re:Someone had to say it... by cephus440 · · Score: 3, Funny

    I'm glad they didn't use Cyrix CPUs.

  12. Re:Q: Why are we still on x86 and 64bit and not 12 by six · · Score: 4, Informative

    Don't mix up addressing and computing.

    The whole internet would fit in a 64 bit address space, there is really absolutely no need at all for more than 64 bit for addresses in CPUs, that's why x86_64 and other 64 bit archs are here to stay, and you'll probably never see "128 bit" processors at all.

    On the other side, today's x86_64 CPUs are capable of 128 bit (SSE) and 256 bit (AVX) computing. The width of the compute units is also bound to increase for some time, with Intel already planning to go 1024 bit in the not-so-far future.

  13. Re:That Clock Speed Sucks by slew · · Score: 4, Informative

    I think we're going to be stuck in the same ghz range until we're past silicon.

    That's what I remember being told, anyway...

    Even when we get past "silicon", there are some fundamental issues that will likely constrain clock-speeds things until we solve them.

    First, the design of small low power devices (e.g, switching transistors) is currently problematic. Minimum sized geometries tend to "leak" more power, and potential subsitutes for silicon that are faster also tend to have leakier transistors (like graphene). We can make the devices bigger to minimize this, but then they switch slower, and there is more distance to traverse between devices. This is problematic in that the perf per watt tradeoff isn't great if you are doubling the watts to get 50% more perf (as an example), sometimes it doesn't make sense to go so fast.

    Second, we are reaching manufacturability limits. Today, one of the biggest problems with silicon is parametric yield loss. This is basically device-to-device variation of circuit parameters due to manufacturing variation. This requires quite a bit of over-engineering of margin which reduces the ability to use any of the intrinsic speed advances. We are now using nearly every trick in the book to get small devices that lay down stuff where you can count the dimensions of some features in atoms on your fingers and toes, so parametric yield loss due to + or - one atom dimension average change causing a 5-10% variation isn't likely to go way very soon.

    Third, re-syncronization uncertainty is now a big problem and getting worse. If a re-synchronizer circuit (say one that harmonizes two sides of an asynchronous fifo across 2 clock domains running at the same nominal frequency) is designed so that it would only fail 1-in-a-million times, you could have a reasonable failure-rate by cascading a few of them. If you are running 10 or 100 times faster, that's not a scalable strategy. Nowdays, even the jitter from a phase-locked and delay-locked loops or from two slightly mismatched clock-trees on different parts of a chip can be several clock periods long so what used to be a fairly simple syncrhonization problem now would likely be 10-100 times harder if it was 10-100 times faster (jitter isn't improving as fast as the potential clock rate).

    Of course if we stop using electrons in lattices for computational circuits (e.g., use photons in crystals), and developed new structured circuit realization technologies that allowed reducing some of the engineering margins required to yield devices, some of these limitations might be solved in different ways, but those types of advances are probably quite far off... I'm willing to wager, that we will start to leverage alternate computation technologies (e.g., like ubiquitous parallel operation, or even quantum) before we get there, so maybe going so fast won't seem as critical as it does today...