Top 500 Supercomputers Ranked
Shadow Wrought writes "The Register is reporting on (alternate ZDNet article) the latest list of the top 500 supercomputers in the world. Top of the list is the Earth Simulator Center in Yokohama, Japan, with a benchmark performance of 35.86 Tflop/s. HP and IBM claim 159 and 158 of the systems respectively. I wonder how many teraflops Deep Thought could have done?"
The NEC Earth Simulator is really just a different optimization point in the computer-design space. Huge amounts of bandwidth to memory and specialized vector-processing units tied to the processor core. The VLSI technology that NEC used to build these system is readily employed by Intel and IBM. So, if the latter companies wanted to build the world's fastest HPC computer, they could.
The 21st century is not PaxAsia. It is PaxAmericana. The hordes of immigrants flooding into this country to get the hell out of Asia should have been a big hint.
Interesting to note is that #3, #6, and #8 are all linux clusters. All three of which are at Livermore.
Cray's X1 also debuted, but it was much lower @112. However, it ought to be noted, that the examples out so far are only 60 processors at tops. As soon as the money gets ponied up, prolly at ORNL, they'll be waaaay up towards the top. My guess is, if all goes as planned, they'll be at #15 by year's end.
What I find exciting these days is actually the High Productivity Computing Systems Effort, the Blue Planet or Blue Gene. These are a little ways off from being on the Top500 list yet though. :D
I do wish there were more SC companies doing hardware development in the US. I love Cray, but a single vendor smacks of eggs in one backet syndrome...So, geeks, if ya wanna start a startup with a design, go for it...Betcha the NSA (aka Cthuhlu of HPC) would be happy to sponsor ya...;)
Do you know why the road less traveled by is littered with the bones of the unwary?
What I want to see is the list amended to include the iron that agencies like the FBI, CIA, NSA, and less well known acronyms are using.
I'd find it fascinating to see a breakdown of the languages used to write the applications which are running on these beasties. High Performance Computing has rather different needs from a language than programs that are, say, focused on interaction with a user, or database access. I expect that languages which sit well with infrastructures such as MPI and Open MP would be well-favoured, and I wouldn't be surprised to find that FORTRAN puts in a respectable showing.
And before I'm bombarded with comments pointing out how ancient FORTRAN is, it's worth remembering that FORTRAN is still an evolving language; the last updade came out in 1997/98, and the new FORTRAN 200x should be arriving within the next year or so. In my experience of a number of languages, I've found that FORTRAN still continues to excel at numerical efficiency and portability, and I hope these selling points continue to be a feature of the new standard. Of course, I wouldn't want to write a compiler in FORTRAN, but for stuff like computational fluid dynamics, it still rocks; and those aspects of FORTRAN 77 which made it awkward (such as lack of dynamic array allocation) are fortunately a thing of the distant past.
Tubal-Cain smokes the white owl.
Pink is the largest LinuxBIOS cluster in the world to date. The only moving parts in each node are cooling fans. This translates into a small savings on hardware, but more importantly means the nodes are by design more reliable thanks to fewer moving parts. Each node is powered by two 2.4GHz Xeon processors with four gigs of RAM and Myrinet 2000 interconnects.
The raw hardware power, while impressive, isn't what makes this cluster unique. The kicker is in the software, more specifically Clustermatic 3 featuring LinuxBIOS. Stuff happens and nodes fail, but thanks to LinuxBIOS they can be back up in a matter of seconds, not minutes.
Additional tools for the frontend node from Linux Networx makes updating nodes super-easy. You can flash each node's BIOS with a single command all in a matter of seconds. BProc allows you to run basic shell commands on any node without even installing a distribution on those nodes. w00t!
What we see here is a big shift away from expensive hardware and proprietary software. The software powering this cluster is 100% GPL, so users save a fortune in software licensing costs alone. And while these P4 nodes in particular aren't exactly cheap, they provide pretty darn good power and are far less expensive than Alpha servers. Also, using the x86 architecture means that consumer boards are not far behind in clustering. In fact, you can check out the LinuxBIOS homepage and see some pretty cheap boards that are supported already. So if you have some spare cash lying around and a couple weekends to kill, you can pick up a cheap board + cpu + memory combo and set it up as a slave node for your desktop machine with the same software these guys use to power this huge cluster.