More Details Of IBM's Blue Gene/L
Bob Plankers writes "By now we've all heard about IBM's Blue Gene/L, LLNL's remarkable new supercomputer which is intended to be the fastest supercomputer on Earth when done (360 TeraFLOPS). IBM has released some new photos of the prototype, and renditions of the final cluster. Note that the racks are angled in order to permit hot air to escape vertically and reduce the need for powered cooling. The machine uses custom CPUs with dual PowerPC 440 processing cores, four FPUs (two per core), five network controllers, 4 MB of DRAM, and a memory controller onboard. The prototype has 512 CPUs running at 700 MHz, and when finished the entire machine will have 65536 dual-core CPUs running at 1 GHz or more. Stephen Shankland's ZDnet article also mentions that the system runs Linux, but not on everything: 'Linux actually resides on only a comparatively small number of processors; the bulk of the chips run a stripped-down operating system that lets it carry out the instructions of the Linux nodes.'"
Well, it may be able to play Doom3 when it is released.
Slashdot Sig. version 0.1alpha. Use at your own risk.
I'm really impressed with this computer. I think it's going to be the first computer that can finish an infinite loop in under an hour.
- A
This will be sure to boost the effeciency of travelling salesmen everywhere.
... those were the times. Ahhh, memories!
...but can this computer actually run:
:P
10 LET x = 1
20 LET y = 2
30 PRINT x + y
This seems to be a "does it run Linux?" joke gone horribly wrong.
Or is that kernel code you're posting?
Holly shit where do I buy on of thoes!
Or is that kernel code you're posting? :P
I sure hope he's paid the royalties to SCO, then.
Woah, this is the first time I think a box with 512 CPUs at 700 Mhz each one is crap.
Diego Rey
diegoT
I think I wet my pants.
A blog like any other.
The standard of trolling has certainly fallen recently. Where's the SCO licence fee estimate for the finished 65536 processor SMP unit? You got a better class of idiot in those days... ;o)
Resistance is futile. Reactance buggers it up.
Yes. The thought of a creature with two X chromosomes is horrifying.
compile and link with:
gcc -g -o test test.c
run:
Infinite loop test
executed in 3.888419 seconds
Don't be silly, kernel code would be:
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/types.h>
MODULE_LICENCE("GPL");
__asmlinkage inline unsigned int add_x_plus_y(unsigned int x, unsigned int y){
unsigned int ret;
spin_lock_irq(¤t->arith->lock);
current->arith->accum = x;
current->arith->oprand = y;
__perform_add(¤t->arith);
ret = current->arith->accum;
spin_unlock_irq(¤t->arith->lock);
return ret;
}
In that picture you can also see sprinklers! Oh my.