Slashdot Mirror


Cell-based "Roadrunner" Tops Elusive Petaflop Mark

prunedude writes "The NY times is reporting that an American military supercomputer, assembled from components originally designed for video game machines, is more than twice as fast as the previous fastest supercomputer, the I.B.M. BlueGene/L. To put the performance of the machine in perspective, Thomas P. D'Agostino, the administrator of the National Nuclear Security Administration, said that if all six billion people on earth used hand calculators and performed calculations 24 hours a day and seven days a week, it would take them 46 years to do what the Roadrunner can in one day."

13 of 269 comments (clear)

  1. Enough With The Fanboyism by Anonymous Coward · · Score: 2, Interesting

    "I certainly didn't"

    He was obviously asking about people with a clue, not stupid little fanboys who love to spout obviously false quotes and claims supposedly made by console makers.

    Sony NEVER once claimed the PS2 was a supercomputer. Not ONCE.

    The EE WAS powerful, cheap, and power efficient enough that at the time of its arrival on the market it fell under government scrutiny for its potential military uses. The EE utterly SHIT over any other chip on the market or would be on the market for another two years after its release with regards to its floating point power and heat/power usage combination.

    Let me guess, you're another one of those pathetic little fanboys who go around repeating that tired old lie about Sony, the PS2, and Toy Story graphics...

    http://builder-news.com.com/2100-1040-250632.html

    "One of the basic premises of the Xbox is to put the power in the hands of the artist," Blackley said, which is why Xbox developers "are achieving a level of visual detail you really get in 'Toy Story.'"

  2. Take that petaflop with a grain of salt by jimhill · · Score: 4, Interesting

    As a software developer who's worked on the Lab's previous ASC machines (Blue Mountain, Q, Lightning) I can say that once the calculation is run to get a machine atop Jack Dongarra's gee-golly list, it's partitioned, segmented, divided, and subjected to such crappy resource management that if I could trade the entire machine for a pair of coupled 8-core Mac Pros I'd do it in a heartbeat.

    The real PITA with these machines is that the powers that be are trying to kill two birds with one stone: they want an R&D platform for advanced computing, but they also want to certify an aging and untestable nuclear stockpile. That rather requires a fairly static platform, and so far our experience with ASC has been that when a machine hits that sweet state, they yank it and give us the next one.

    --
    Learn to spell: nickel, missile, lose, solely, amendment, speech, kernel, probably, ridiculous, deity, hierarchy, versus
  3. Re:exaflop, zettaflop, the yottaflop and the xeraf by anaesthetica · · Score: 2, Interesting

    ...secret prison's [sic]...not held back by moral qualms...

    Are you really arguing that the scientific and social advances from the military arise from secret prisons and lack of moral qualms?

  4. Re:Not in perspective - this is a media number by mykepredko · · Score: 5, Interesting
    This is a perfect example of a propellor head trying to come up with an analogy for a media/marketing type. I suspect that this was the only one that the powers that be felt non-techies could relate to. I've been asked to come up with these analogies a couple of times and it can be pretty frustrating on both sides.

    I suspect the first example of this happening was trying to estimate how many angels could fit on the head of a pin.

    Other meaningless analogies could be:
    • How long it would take Roadrunner to count all the atoms in the universe
    • What speed your car would run at if the speed difference between Roadrunner and your home computer was multiplied by 60 mph
    • If we could go this many times faster than the speed of light, how fast could we cross the universe
    • If in every instruction it could take in one byte of text, how long it would take to read the Library of Congress
    • How fast it could render "The Incredibles" compared to how long it took the original server farm (actually, this might be one that's understandable)
    • How fast it could break the 128 bit encryption used when you log onto your bank's web page to pay your bills (this might also be understandable and would probably be a bit scary)

    The simple fact is that a petaflop computer works faster than humans can conceive and any kind of analogy cannot be comprehended.

    myke
  5. NOT MILITARY! by serviscope_minor · · Score: 3, Interesting

    It's the department of energy, not the military. Specifically, it is at Los Alamos, which is not a military base.

    --
    SJW n. One who posts facts.
  6. Re:This CELL is not single precision by afidel · · Score: 2, Interesting

    IBM's process at 65nm is pretty good since it includes SOI and strained silicon. They are going to make the original cell at 45nm for Sony so I'm sure cell-2 will move to that process eventually, the East Fishkill fab has to be pretty busy since AFAIK it's IBM's only 45nm plant and it just started volume production this quarter.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  7. Re:Question by Kirkoff · · Score: 2, Interesting

    I understand that you really don't like certain politicians and certain stances and ideas. I have to wonder though, can you really say that a major political party be considered a conspiracy? This is a political party that holds open elections, has existed since the 1800's and has 55 million members (roughly 1/6 the population of the US) in all 50 states. It doesn't seem to really make great argument for conspiracy.

    --
    There are exactly 42,935,718 letter sized sheets in a square mile.
  8. Re:Yes, but... by thatskinnyguy · · Score: 2, Interesting

    That might be just the standard meme here, but this time it really got me to think. Having run a Beowulf cluster in the past, what would one use to connect all of these supercomputer nodes together to make a more massive computer? Cat5 just won't cut it in this situation. I have to wonder if fiber could even keep up.

    --
    The game.
  9. Data Collection anomalies by drew30319 · · Score: 3, Interesting
    Are you familiar with this site? http://www.surfacestations.org/ There are 1221 USHCN climate stations in the USA and (according to the website) no photographic database of these stations exists. It includes examples like:

    Forest Grove, OR (air conditioner exhaust blowing directly on temperature shelter, nearby asphalt and buildings)
    and

    Aberdeen, WA ( large heat source: sewage treatment plant - nearby parking, hot automobile radiators )
    I could see how these would be of concern to anybody interested in data quality.
    --
    JAGga.me ----> Producing video games addressing emotional health and wellness issues affecting teens.
  10. Re:Summary should have a shout out by DrEldarion · · Score: 4, Interesting

    From what I've heard (I'm no expert), these processors are good at certain types of calculations, but horrible at others. Ask a Cell to run Folding@Home, and it'll be blazing. Ask it to do general-purpose computing, though, and you'll quickly see the strength of other processors.

  11. Re:Summary should have a shout out by jacquesm · · Score: 4, Interesting

    The biggest problem is not to acquire the hardware (the graphics boards can be bought easily enough and some manufacturers make motherboards that will host 4 of them), the problem is in the software.

    As you probably know your current desktop computer executes software 'in parallel' on multiple cores. Unless that software is written to use multiple cores then the parallelization will probably take place at the task level, in other words, unless special care was taken during the development each core will be executing a different process (or parts of a process, slicing itself up between multiple processes as long as the number of tasks is greater than the number of cpus).

    The cell processor and the graphics cards you are talking about (I assume you refer to the nvidia 'cuda' architecture) are not your ordinary processor (though the cell comes a lot closer). They need special software to get the maximum out of their parallel features, which means that you can only exploit that speed when you are trying to solve a particular class of problems.

    The issue is that not every problem is easily adapted to a parallel solution, and for some classes of problems it's simply impossible. For general purpose computing a general purpose cpu (with or without multiple cores) is good enough.

    If you have a problem that you can solve in a parallel way (say computing chess moves, analyzing genetic strings, ray tracing an image or fluid dynamics, add your own examples here) then it makes sense to invest the extra time to code the problem up in such a way that if you have lots of cpus that they can each work on a small part of the problem.

    The graphics cards are closer to a traditional vector processor than the cell, and thus even less suitable to be used as general purpose cpus.

  12. Human Brain by Kifoth · · Score: 3, Interesting
    A quick Google search: http://www.google.com/search?q=human+brain+petaflop, suggests that we're probably in spitting distance of at least matching the processing power of a human brain.

    Not sure about the software though...

    1. Re:Human Brain by HetMes · · Score: 2, Interesting

      There are so many things wrong with this claim!
      1.) The people who claim this, are probably also the ones who benefit if it is believed to be true, in terms of funding, general interest, cool-factor.
      2.) Comparing the human brain and computers is not even comparing apples and oranges, it's apples and ellipses. Both are sort of round, but that's about as far as it goes.
      3.) We have no idea exactly where we are on the road to matching the human brain in any way. So how can we know how long the road ahead is.
      4.) Processing power of the brain is more or less irrelevant to its capabilities. Hundreds of millions of years ago the first insects walked around without falling over every step. We can't even build a decent pair of robotic legs to do that.

      All in all, it's like saying the beach has more processing power than we will ever need, the molecules just need to be rearranged. Maybe so, but until that time, it's just sand incapable of adding 1 + 1.