Linked by Thom Holwerda on Thu 20th Mar 2008 21:29 UTC
Hardware, Embedded Systems NEC AND the Tokyo Institute of Technology have developed the technology for a ten-Petaflop supercomputer. The foundation of this beast is a network of optical interconnections between nests of chips. The Japanese government says it could be ready by 2010.
Thread beginning with comment 305968
To view parent comment, click here.
To read all comments associated with this story, please click here.
sakeniwefu
Member since:
2008-02-26

The article is short in information, but I would assume those laser interconnections would be used for internal RAM(registers, caches, whatever) as well. Even if the input/output speed between this machine and external conventional computers is relatively slow, you would only need to load the data once, because this massively parallelized machine isn't intended for serial calculations anyways, I guess.

Reply Parent Bookmark Score: 3

Vanders Member since:
2005-07-06

You're right. Parallel calculations don't work that way. They tend to pass large lumps of data around in one go to perform things like matrix calculations and reductions on the data set. PCIe and a decent interconnect can do a pretty good job of shoving that data out of the local host memory and getting it to another node pretty quickly. Decent switches and things like multi-casting can help considerably.

Generally though the trick isn't finding enough bandwidth, it's reducing latency.

Reply Parent Bookmark Score: 2