Slashdot Mirror


NNSA Supercomputer Breaks Computing Record

Lecutis writes "National Nuclear Security Administration (NNSA) Administrator Linton F. Brooks announced that on March 23, 2005, a supercomputer developed through the Advanced Simulation and Computing program for NNSAs Stockpile Stewardship efforts has performed 135.3 trillion floating point operations per second (teraFLOP/s) on the industry standard LINPACK benchmark, making it the fastest supercomputer in the world."

32 of 266 comments (clear)

  1. Neat by neccoant · · Score: 3, Interesting

    It's amazing that we were stalled at 50TFLOPS for two years, and are piling on the FLOPS now.

    1. Re:Neat by the_2nd_coming · · Score: 3, Insightful

      the increased flops is simply a function of the fact that they are expanding the number of nodes.

      --



      I am the Alpha and the Omega-3
    2. Re:Neat by Anonymous Coward · · Score: 3, Funny

      I think they were waiting for final specs on Doom3.

    3. Re:Neat by woah · · Score: 3, Interesting
      The reason is, of course, that we've been stuck with sameish desktop performance as well. Which correlates with supercomputer performance, since nowdays most of them use Intel/AMD processors.

      Just goes to show that Moore's law won't hold forever.

    4. Re:Neat by imsabbel · · Score: 3, Insightful

      You are misstaken.
      We didnt STALL at 30Gflops, its just that the 30Gflops were SO much better than everything else available that it took a couple of years to catch up and overtake it.

      If you average over the last 10 years, the the Earth simulator was a bump above moores law and now we are back on track.

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    5. Re:Neat by brsmith4 · · Score: 5, Informative

      That's not how linpack works. Sure, increasing your number of nodes will give definite performance advantages to course-grained, embarassingly parallel applications, but Linpack is not one of these applications. As well, Linpack should not be used as a guide for raw floating point performance, but is much better suited to gauge throughput.

      Linpack does its benchmarks using a more fine-grained algorithm, creating lots of communications for Message Passing to share segments of dense matrices for rather large linear systems. Not only is the number of nodes a factor, but so is the interconnect speed. If that cluster was using GigE for its interconnect, its Linpack benchmarks would not be nearly as impressive. Haven't RTFA but its likely that BlueGene/L is using Myranet or Infinband for its interconnect (or possibly a more proprietary backplane style interconnect, though that cluster is way too big for that).

      These latest generations of high-speed interconnects (esp. Infinband) have brought clusters closer to the point of being near shared-memory performance and hence is more of a throughput test than anything else.

      This description of the HPL benchmark (The "official" name for the Linpack benchmark) should provide some clarity as to how memory-dependent Linpack actually is:

      The algorithm used by HPL can be summarized by the following keywords: Two-dimensional block-cyclic data distribution - Right-looking variant of the LU factorization with row partial pivoting featuring multiple look-ahead depths - Recursive panel factorization with pivot search and column broadcast combined - Various virtual panel broadcast topologies - bandwidth reducing swap-broadcast algorithm - backward substitution with look-ahead of depth 1.

      http://www.netlib.org/benchmark/hpl/

      They took a lot of time to get Linpack to be less shared-memory dependent, like adding the swap-broadcast algorithm (which i'm fairly certain was absent in the old mainframe version of Linpack), to make it more "fair" to run on a cluster versus a shared memory set up. However, on a typical cluster, Linpack can push your interconnect pretty hard, esp. if you are stuck on GigE. However, Linpack has _lots_ of settings and parameters to "tune" the benchmark for your particular cluster.

      My point: Linpack/HPL is not an overall flops benchmark for a cluster. It measures the performance not only of double precision CPU performance, but also the performance of a cluster's interconnect.

    6. Re:Neat by imsabbel · · Score: 3, Interesting

      Well, in fact the truth is a right in the middle.
      Linpack is VERY easy to parallize. Earth simulator and other vector machines get over 85% of their theoretical processing power with linpack, and even clusters with relatively abyssmal interconnects are still in the 50% range.

      Lots of computational problems need orders of magnitutes more inter-node communication, up to the point where linpack doesnt even matter anymore and clusters and vector computers with the same linpack score are a factor of 10 or 20 apart.

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
  2. and its only half the machine too! by rebelcool · · Score: 5, Informative

    wait till its fully online.

    --

    -

    1. Re:and its only half the machine too! by RicktheBrick · · Score: 4, Insightful

      It would seem to me that with the great accuracy and concrete penetrating weapons that we possess that we could establish a future date when the United States would destroy all of our nuclear weapons. I believe that we could do this unilateraly. I believe we could wipe out all the leadership of any country that dared to launch an attack on our country and hopefully we will be able to intecept their missile before they reach our cities. I do not believe that we can morally tell anyone not to possess nuclear weapons unless we dedicate ourself to a date when we do not possess them too.

    2. Re:and its only half the machine too! by Profane+MuthaFucka · · Score: 4, Funny

      Easy cowboy, before you start proclaiming that we could wipe out all the leadership of an arbitrary country, let's just get Osama first. OK?

      --
      Fascism trolls keeping me up every night. When I starts a preachin', he HITS ME WITH HIS REICH!
  3. From the press release... by Zebra_X · · Score: 3, Informative

    This performance was achieved at Lawrence Livermore National Laboratory (LLNL) at only the half-system point of the IBM BlueGene/L installation. Last November, just one-quarter of BlueGene/L topped the TOP500 List of the world's top supercomputers.

    Is there anything that will be able to touch this when it's complete?

    1. Re:From the press release... by Daniel+Boisvert · · Score: 4, Interesting

      The closest I've heard of is the Cray X1E, but even that only claims 147 TFLOPS.

    2. Re:From the press release... by As+Seen+On+TV · · Score: 5, Informative

      The X1E isn't intended to be a fastest-in-the-world supercomputer. It's intended to be a low-cost scalable vector system. The fact that it's fast is great, but it's not its main design feature.

      Now, the X2, on the other hand, is a whale. They're talking 150 TFLOPS at roll-out next year (unimpressive) and 300 TFLOPS after the block 10 update the year after that (very impressive).

      Of course, the X2 isn't working yet, so who the hell knows. But it's fun to think about.

  4. imagine by dario_moreno · · Score: 3, Funny

    a Beowulf cluster of these !

    --
    Google passes Turing test : see my journal
  5. Wow! by FlyByPC · · Score: 5, Funny

    Just imagine running Fractint on this puppy!

    --
    Paleotechnologist and connoisseur of pretty shiny things.
  6. Steroids by tiktok · · Score: 4, Funny

    There was another machine that had already beaten that record, but unfortunately failed a diagnostic test for banned substances...

  7. Did you RTFA? by Donny+Smith · · Score: 5, Informative

    > has performed 135.3 trillion floating point operations per second (teraFLOP/s) on the industry standard LINPACK benchmark, making it the fastest supercomputer in the world."

    Did you read the fucking article?

    "This performance was achieved at Lawrence Livermore National Laboratory (LLNL) at only the half-system point of the IBM BlueGene/L installation. Last November, just one-quarter of BlueGene/L topped the TOP500 List of the world's top supercomputers."

    See, this is the SAME supercomputer that has already topped the list last November, so the latest record did NOT make it the fastest supercomputer in the world.

    It already had been the fastest supercomputer in the world.

  8. Yeah, but... by Black+Jack+Hyde · · Score: 3, Funny

    ...will it run NetHack?

  9. Re:hmmmmm... by a1cypher · · Score: 5, Interesting

    Just for a point of reference, does anybody know how many floating point operations a 3.2ghz processor can do per seccond?

    I know its not 3.2billion because most micro operations take at least 3 or 4 clock cycles.

  10. Earth Simulator by Anonymous Coward · · Score: 3, Insightful

    I rather miss the time when the world's most
    powerful supercomputer was used to study our
    planet. It was something to be proud of, actually.
    These machines are essentially weapons. Pity, that.

  11. Link to the list by dnaboy · · Score: 4, Informative

    FYI the top 500 supercomputers list is maintained at http://www.top500.org/.

  12. Re:Blue Gene? by EBorisch · · Score: 5, Informative

    This is Blue Gene. Read the article...

  13. Re:hmmmmm... by Yartrebo · · Score: 3, Informative

    With SSE instructions, you can process 4 floats at once, so I'm guessing that 3.2 GHz processor can do a few gigaflops.

  14. Dupe by karvind · · Score: 3, Informative

    Didn't we cover this before ?

  15. Re:More important issues by tgamblin · · Score: 5, Informative
    Despite the fact that BlueGene/L is being built to simulate nukes, this kind of research does impact some of these other issues, and there is government money going into them. Here are some examples... The National Center for Atmospheric Research uses supercomputers to simulate effects of pollution and global warming, and projects like LEAD are using grids with supercomputers attached to predict weather. Check out some of the projects at RENCI, as well. There's NIH-sponsored genetic research in addition to the weather stuff.

    It may be sad that we live in a world where nuclear weapons research is driving the computing power, but it doesn't mean that the power of BlueGene/L isn't going to be used for thousands of other peaceful scientific applications, too.

  16. Re:hmmmmm... by tgamblin · · Score: 5, Informative

    Depends on the problem and the memory performance as much as it does on the GPU. There's no good answer to that question. For kicks though, this paper has some measurements for matrix multiply using ATLAS. It's comparing a Pentium 4 to an NV40 GPU. The P4 wins at about 7 GFlops, and the NV40 loses due to horrible memory performance. That's pretty ironic considering that the NV40 has quite a few more FPU's, and that they're in parallel. It's a good example of why you can't ever say for sure how a processor's going to perform until you test it on a real workload.

  17. Re:Human Intelligence? by Kethinov · · Score: 4, Interesting
    Isn't the human brain supposed to be equivalent to a supercomputer running at about ~100 teraflops? And if so, shouldn't this computer be smarter than us?
    In Star Trek TNG 2x09 Data was quoted at having a total memory capacity of somewhere around 90 petabytes with a total linear computational speed of 60 trillian operations per second.

    One would say this supercomputer is already more than twice as smart as Data!
    --
    You're right, I wouldn't steal a car. But if it were possible, I sure as hell would download one!
  18. More Computer Power=Fewer Nuclear Explosions by Nova+Express · · Score: 4, Insightful
    To study the effects of different nuclear weapon designs, there are basically two approaches:

    1. Throw massive amounts of computing power at the problem (as done here), or:
    2. Actually set off a nuclear weapon.

    Having massive computing power in the hands of Lawrence Livermore scientists reduces or even eliminates the need for U.S. nuclear forces to actually detonate nuclear and thermonuclear explosions.

    Of course, some people would prefer to see the United States undertake unilateral nuclear disarmament, something they've been advocating since SANE/FREEZE was telling us we could trust the Soviet Union in the 1980s. Only today they claim we can trust Kim Il Jong and the mullahs of Iran more than the democratically elected government of the United States, just as they claimed we could trust Leonid Breshnev and Yuri Andropov more than we could trust Ronald Reagan. Their views are every bit as ill-conceived now as they were then.

    --
    Lawrence Person (lawrencepersonh@gmailh.com (remove all "h"s to mail)

    http://www.lawrenceperson.com/

    1. Re:More Computer Power=Fewer Nuclear Explosions by ozborn · · Score: 3, Insightful

      Of course, some people would prefer to see the United States undertake unilateral nuclear disarmament, something they've been advocating since SANE/FREEZE was telling us we could trust the Soviet Union in the 1980s. Only today they claim we can trust Kim Il Jong and the mullahs of Iran more than the democratically elected government of the United States, just as they claimed we could trust Leonid Breshnev and Yuri Andropov more than we could trust Ronald Reagan. Their views are every bit as ill-conceived now as they were then.
      Nice strawman you've constructed, but pray tell who are these "some people" you are talking about? I challenge you to cite a single press release, webpage or publication by any independent NGO (even kooky ones) pushing for nuclear disarmanment that claims Kong Il Jong can be trusted. I can't think of any disarmament/peace group that would be opposed to 3rd party bilateral weapons inspections.

  19. Can we qualify this a bit? by Moderation+abuser · · Score: 4, Insightful

    "making it the fastest supercomputer in the world"

    Or rather the fastest supercomputer with published LINPACK results. There are a number of reasons that agencies with supercomputers might not want to publish results.

    --
    Government of the people, by corporate executives, for corporate profits.
  20. 135.3 trillion floating point operations per seco by alex4u2nv · · Score: 4, Funny

    135.3 trillion floating point operations per second

    Does this mean we can't slashdot it?

  21. The belly of the beast by theufo · · Score: 3, Insightful

    Here's an article describing some of the specs.

    http://www.llnl.gov/asci/platforms/bluegene/talks/ gupta.pdf

    It's from the days when BlueGene/L was still relatively small, but the basic design hasn't changed since then.

    Turns out it's split into I/O and computing nodes. The 1024 I/O nodes run Linux. Each controls 64 dual-cpu nodes, which use simplistic microkernels written from scratch using Linux as an example.

    The network architecture sounds funky: apparantly it's based on a torus!