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."
"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.'"
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
Are you really arguing that the scientific and social advances from the military arise from secret prisons and lack of moral qualms?
The Rise and Fall of Online Community
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:
The simple fact is that a petaflop computer works faster than humans can conceive and any kind of analogy cannot be comprehended.
myke
Mimetics Inc. Twitter
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.
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.
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.
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.
JAGga.me ----> Producing video games addressing emotional health and wellness issues affecting teens.
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.
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.
MP3 Search Engine
Not sure about the software though...