Japan's Petaflop Supercomputer
slashthedot writes "Japan has built the fastest supercomputer in the world. While the BlueGene/L contains 130,000 processors, Japan has managed to create the first Petaflop supercomputer, called MDGrape-3, with just 4808 chips, and it cost just $9 million to develop."
It now costs 15 dollars per gigaflop. In the early 90s, a million dollars per gigaflop was normal.
Religion for nerds. Stuff that really matters
The original article seems to be unreachable, so I can't read it, but the precis has the wrong chip count: It does have 4808 LSI chips, but it also has 19,122 Xeon processors.
Japan has managed to create the first Petaflop supercomputer, called MDGrape-3, with just 4808 chips...
FLOP = floating operation [per second].
PETA = 10 ^ 15, or "a quadrillion".
(10 ^ 15) / 4808 = about 207,986,688,852, which would indicate that each chip is running at several hundred TERA-hertz [and, even then, the machine would have to possess an operating system so efficient that it could consistently perform one floating point operation per clock increment, which seems extraordinarily unlikely].
Or is this an "analog" computer and are these "analog" FLOPS?
And no, I did not RTFA.
ROFL at the "From the renders-a-million-tentacles-a-minute dept" ... nice choice!
"Show me the MFlops/Watt rating of this?"
No problemo!
The number of flops: (10 ^ 15) / 4808 = about 207,986,688,852 flops per chip, - from a previous poster.
The number of watts: 300,000 - from the manufacturers' site = 62 watts/chip
207,986,688,852 / 62 = 33,546,240 flops (33 MFlops) / watt.
Well the examples that you mention are not really the same as "attempting to break software and search for problems long before release." If I understand these issues correctly: (1) (with apologies to crypto specialists) RC5 cracking required lots of CPU time to factor a big-ass number, (2) projects like Folding@Home aren't "looking for a cure for cancer," they're running (I think) quantum chemistry simulations to find out how certain molecules can act in certain situations, and (3) SETI@Home is looking for specific patterns in signal data. In all three of these cases, there's a few common (maybe not so simple) operations that need to be applied to a large set of data or initial conditions, and that's why they need lots of machines, or fast machines.
Figuring out how clever people will take advantage of a particular implementation of a web browser or TCP/IP stack is a completely different class of problem IMHO. Yeah, maybe there's some clever AI techniques that may simulate attack attempts, and maybe they could come up with attacks that nobody has thought of yet, but a really fast computer will not somehow magically solve these kinds of problems for us. There's a lot of hard science and software engineering that needs to be done first.
[b.belong('us') for b in bases if b.owner() == 'you']
The problem with that is that this computer is very specialised to molecular simulations. It can't very easily do other things, like seti or folding (okay, well, maybe that it can do). It was easy to design and cheap because it didn't have to be general purpose and adaptable, like BlueGene/L is.
I love deadlines. I like the whooshing sound they make as they fly by. - Douglas Adams
If it costs $15/gigaflop, then they would have paid... $15 million
A $6 million subsidy (40%) isn't small change.
[Fuck Beta]
o0t!
Though the theoretical performance of this computer is higher than that of BlueGene and may have higher realworld performance too, you can't compare this supercomputer with BlueGene and other TOP500 supercomputers since it can't run LINPACK. It's just too specialized for its use.
I compiled some quick facts which compare those three supercomputers and added pointers to other resources for your convenience:
http://www.bloglines.com/blog/ITnomad?id=126
Cheers, Alex.
You look like a million dollars. All green and wrinkled.
This computer, like all the previous (md)grape generations, is a central force potential calculation accelerator.
it does nothing but calculate 1/sqrt(dx^2+dy^2+dz^2)*variable, but really really often.
Grape 6, 5 years or so ago, was already running at 200Mhz, had a throughput of one force calculation per pipleline and 6 pipelines on once chip. So it counts as 1.2 billion force calculations, each being (1* inverse, 1 sqrt, 3 adds, 3 squares, 2 fmul, ect).
A lot of flops, but totally useless as general purpose computers.
HI O WISE PRINCE. WHT TOOK U SO DAM LONG?