Slashdot Mirror


GRAPE6, Now With GNU/Linux Frontend, At 32 TFlops

teuben writes "I am attending the "Astrophysical Supercomputing using Particle Simulations" conference here in Tokyo, and during the first session yesterday Jun Makino announced that the GRAPE6 is now operational and running with a 4 headed linux system running 1.7GHz PC each (not a Quad, just 4 individual PCs). This prototype is now running at 32 Tflops! Best of the news is that this prototype is scalable, and this configuration is only 1/4 of the final one. Funding currently limits building faster grapes. Check out http://grape.c.u-tokyo.ac.jp/iau208/ for the conference website, and http://astrogrape.org/ for the GRAPE website." But that's not all -- Peter also has word on how you (or more likely your local astrophysics department, since that's what it's best for) can get a grape of your own, and on electronics in Japan.

You can also get a baby-grape, see pictures on http://www.astro.umd.edu/~teuben/pics/japan/09/p70 90014.html which runs a good fraction of a TFlop, and will cost somewhere around 10k$.

I have some more pictures on http://www.astro.umd.edu/~teuben/pics/japan/08/ which shows the 1/4 size Grape6 running 32 Gflop. The final full version would cost about 1M$. Compare that to the AsciWhite at 12 Tflop for 100M$. Drawback of course is that the Grape only computes things similar to the gravitational N-body problem (also useful for pharmaceutical industries).

Btw, also spent some time in Akihabara on sunday, I guess we're deprived on the US east coast, the amount of DVD writers you can get here is amazing. Also very popular here seem to be all kinds of embedded units, e.g. the GPS in your car to not get lost in Tokyo!

There was an ABC news story earlier in the year on the GRAPE, but at the time it was running alpha's with their unix. They have now fully switched to linux, and this system has been running since July 5."

3 of 45 comments (clear)

  1. Re:32 Teraflops? Seems a tad high... by DarkMan · · Score: 4

    Read the article.

    With refference to the calculatiosn they are doing, they are simply doing

    G * m_i * SumOverAll(j .NE. i) (x_j - x_i) / (x_j - x_i)^3

    They are doing this by custom hardware.

    This is not a general purpose computer.

    Despite what the blurb said, there are 96 independant units doing the calculation, in each machine, to get the 32 TFlops across the system.

    There is a picture of an earlier model, which is about the size of one of my filing cabinets.

    Remeber these are scientists, not marketing, making those claims. They expect to be asked to justify them - and they have.
    --

  2. Here we go again... by Matt2000 · · Score: 5


    How slashdot slows scientific progress in the world:

    1. Oh look, and interesting story on academic research on slashdot.
    2. Oh look, a lovely link to those poor academic's website. Surely they have the $40k necessary to make a server that can handle the load from slashdot?
    3. Oh look, the reeking Sun Ultra 5 that they were using for web duties has burst into flame, destroying the lab and scaring a small puppy that lives in the lab next door.

    To hell with you slashdot for burning puppies.

    --

  3. Q: What do GRAPEs have in common with chess? by devphil · · Score: 5


    A: GRAPEs and chess-playing computers, such as the one that tackled Kasparov (Deep Blue?), both accomplish their opening-up-of-cans-of-mathematical-whoopass via the same approach: functions in the innermost loops are done via calls to special-purpose hardcare cards. The rest is done with software.

    So, say I take a GRAPE, and replace its special N-body gravitational daughtercard with one containing a few FPGAs programmed for, say, RC5; now I have a cracking machine. And then reprogram the FPGA to do image manipulation instead; now I have a renderer to make my own Toy Story. And then reprogram the FPGA to do, etc, etc.

    Of course, I'm still lacking the software. So actually this post is mostly babbling. :-)

    --
    You cannot apply a technological solution to a sociological problem. (Edwards' Law)