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."
It's amazing that we were stalled at 50TFLOPS for two years, and are piling on the FLOPS now.
wait till its fully online.
-
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?
a Beowulf cluster of these !
Google passes Turing test : see my journal
Just imagine running Fractint on this puppy!
Paleotechnologist and connoisseur of pretty shiny things.
There was another machine that had already beaten that record, but unfortunately failed a diagnostic test for banned substances...
> 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.
...will it run NetHack?
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.
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.
FYI the top 500 supercomputers list is maintained at http://www.top500.org/.
This is Blue Gene. Read the article...
With SSE instructions, you can process 4 floats at once, so I'm guessing that 3.2 GHz processor can do a few gigaflops.
Didn't we cover this before ?
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.
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.
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!
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/
"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.
135.3 trillion floating point operations per second
Does this mean we can't slashdot it?
-Alex. http://bit.ly/1iVPtfA
Here's an article describing some of the specs.
/ gupta.pdf
http://www.llnl.gov/asci/platforms/bluegene/talks
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!