Hello

Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: 72 PS2 hooked up in a supercomputer project.  (Read 905 times)

Offline Paul
  • Hero Member
  • *****
  • Posts: 742
  • Karma: +10/-0
    • http://
72 PS2 hooked up in a supercomputer project.
« on: July 10, 2003, 07:18:26 PM »
Check this:

TECH TV
======


http://www.techtv.com/screensavers/supergeek/story/0,24330,3474732,00.html

PS2 Supercomputer
     

Everything you need to know to understand our discussion with Craig Steffen, one of the scientists working on a supercomputer made of Sony PlayStation 2 consoles.
Watch today at 7 p.m. and tomorrow at 8 a.m. and 12 p.m. Eastern.
 
By Tom Merritt
  Printer-friendly format
 Email this story
 
 
 
Deep in the heart of Champaign-Urbana, Illinois, some very smart people have linked together a room full of Sony PlayStation 2 game consoles. They use the cluster as a tool for scientific computing and high-resolution visualization, harnessing the unique properties of the PS2\'s main computer chip. Machine rooms are staffed 24 hours a day.


Yes, HAL, the insane computer of "2001: A Space Odyssey," originated in Champaign-Urbana. Coincidence? I think so.


Does today\'s guest, Craig Steffen, actually work with a PS2 supercomputer? Yes. He explores new technologies for making clusters of computers. Here are a few more dirty details to help you get the most out of our interview with him.


What is a cluster?

The PlayStation 2 consoles are linked in a computer cluster, often called a Beowulf cluster, where several computers are linked together to harness their combined computing power as one machine. You can learn more about computer clusters at Beowulf.org.


Why a cluster of PS2s?

The group plans to use the PS2\'s 3-year-old design as a test bed and learning tool until Sony releases the PlayStation 3.


"[We want] to provide a test platform for multimachine programs that use lots of resources that people might be interested in running on PS2s," Steffen says.


There are two parts to the investigation:


Make PS2s into a cluster (70 machines) as a platform.

Develop the capability to use Vector Units properly on that platform.

I still don\'t get it. Why PS2s?

Two things make PS2s unique:


Graphics processor and main CPU on same chip
According to Steffen, the PlayStation 2 differs from PCs by having a general-purpose processor and its specialized graphics processor on the same die (computer chip).

"The CPU core can use the graphics hardware [Vector Units] to do numerical calculations," Steffen explains. "This allows you to write general-purpose programs that use the computational power of the Vector Units."



Linux for the PS2
Sony makes a Linux kit for the PS2. The Linux kit includes hardware that turns the PS2 into a general-purpose computer. Steffen says the Linux distribution provides them with the access and tools they need to harness the CPU.

Linux hobbyists can buy the kit for around $200. You need to dedicate a memory card to it.


Just tests so far

The group has run a few scientific applications on the cluster. The tests simulated interactions of quarks and gluons in subnuclear particles.


Who are these people anyway?

The National Science Foundation funds the National Center for Supercomputing Applications (NCSA) and awards groups computing time. Since it\'s centralized, the NCSA can staff machine rooms 24 hours a day.


The NCSA built the 70-node PS2 cluster. A group of three or four people in the University of Illinois computer science department work on the application end of things.


Get more details about the project at the Scientific Computing on the Sony PlayStation 2 webpage set up by Craig Steffen and the NCSA folks.


Joshua Brentano contributed to this article.

 

Posted July 10, 2003


=======================
More details at:

http://arrakis.ncsa.uiuc.edu/ps2/
« Last Edit: July 10, 2003, 07:27:00 PM by Paul »

Offline Paul
  • Hero Member
  • *****
  • Posts: 742
  • Karma: +10/-0
    • http://
72 PS2 hooked up in a supercomputer project.
« Reply #1 on: July 10, 2003, 07:21:05 PM »


Data Format
The vector unit uses 4-component vectors (containing X, Y, Z, and W fields) as operands. Each field is a 32-bit (single-precision) floating point number, thus all the main data pathways inside the Emotion Engine are 128 bits wide.

The Emotion Engine stores 32-bit floating point numbers equivalently to IEEE 754 single precision (8 bit exponent, 23 bit mantissa), but does not fully implement that standard. The vector units do not explicitly support NANs, INFs, or non-normalized values. They also do not halt if a floating point exception occurs (dividing by zero for instance). Instead, a bit in a status register is set, which must be checked by user code. The Emotion Engine does not support 64-bit floating point values.


Execution Units
The vector unit has two execution units, "upper" and "lower". Machine instructions (for micro-mode execution) are 64 bits, with one half controlling each of the execution units. The two units execute in parallel, one instruction per clock. The upper execution unit controls the FMACs, and so upper instructions are multiply and/or add instructions. The lower execution unit controls the divider, and also does integer operations, loads, stores, jumps, and general register operations.
The upper execution unit contains four Floating-point Multiply-Accumulators. Each FMAC can execute a multiply-add sequence every clock tick. This means that each VU can calculate a matrix times vector (4x4 times 4x1) in 7 clocks (throughput of 4), and a 4x4 matrix times matrix calculation in 19 clocks (throughput of 16).
.....

and son on...yadda yadda blah blah blah...


==============================================
It is all very fascinating...but it\'s not that i understand what
they\'re talking about...but still very fascinating!!! LOL.
« Last Edit: July 10, 2003, 07:23:48 PM by Paul »

Offline politiepet
  • ********************
  • Legendary Member
  • ******
  • Posts: 2607
  • Karma: +10/-0
    • http://
72 PS2 hooked up in a supercomputer project.
« Reply #2 on: July 11, 2003, 01:01:56 AM »
didn\'t adan post this some time ago?
#RaCeR#:
i hope they all get aids and die they should bnt tbbe having sezx with just anyone they should be in love if theay are foing to have sex not just to make money I htink its wrong for them to just have sexzx for the fun of it specially when some of the performancs are married, its just wrong. tey are givng out deaseases to anyone and its just not right i tell you i think its really really wrong specially when tey have sex i dot whach porno though so im not sure what they do i dont theink theyr realy hjave sex its all just pretendnig but you never no what they do its just wrong speciallly when they dont even love each other its wrong i ell you in tsi just wrong. wtings owting wtrong wtongs wtongs. i dont like it. prlease explaions.

Offline Seed_Of_Evil
  • White God
  • Legendary Member
  • ******
  • Posts: 6881
  • Karma: +10/-0
72 PS2 hooked up in a supercomputer project.
« Reply #3 on: July 11, 2003, 02:21:01 AM »
I did... without all those data, that were interesting to read :)
Todas estas cosas se perderán en el tiempo como lágrimas en la lluvia.

Offline Kurt Angle

  • Administrator
  • Legendary Member
  • ******
  • Posts: 7923
  • Karma: +10/-0
  • PSN ID: Supes1975
72 PS2 hooked up in a supercomputer project.
« Reply #4 on: July 11, 2003, 08:17:11 AM »
A least we now know what the PS3 will look like. ;)

Offline Titan

  • Sniper Kitten
  • Administrator
  • Legendary Member
  • ******
  • Posts: 16575
  • Karma: +12/-0
  • PSN ID: flightlessbeaker
72 PS2 hooked up in a supercomputer project.
« Reply #5 on: July 11, 2003, 06:23:17 PM »
I\'ve heard of this a while ago. Too much to read so late at night though.
Liquid Spam of The Spaminators
"That took some balls to stick a gun in his pants." -Gman
"LOL u know id fuck yu wsboth right? i would love to fuck the both of uyouy

U R FUCJKGIN FCUTE" -THX to luke and Bob

"13 year old girls sleep with older men cause they think theyre in love
13 year old boys sleep with older women cause theyd be stupid not to

 

SMF spam blocked by CleanTalk