Slashdot Mirror


IBM Adds Videogame Console Chips to Mainframes

GoIBMPS3 writes "Soon the powerful 'Cell' microprocessor that fuels Sony's PlayStation 3 console will be available in IBM mainframe computers. The intent is to allow high-performance machines to run complex online games and virtual worlds. 'The integration initially will be accomplished by networking the mainframe with IBM's Cell blades, but eventually the Cells will be plugged more directly into the mainframes via PCI adapter cards, IBM said. It's the latest twist in IBM's years-long effort to keep mainframes not only relevant but also cutting-edge. IBM is touting the partnership as an example of hybrid computing--a trend sweeping the high-performance computing industry as companies augment general-purpose servers with special-purpose chips that to accelerate particular tasks.'"

5 of 103 comments (clear)

  1. A number of BOFH episodes come to mind by arivanov · · Score: 3, Interesting

    Some venerable BOFH episodes come to mind (though there it was VAX, not a mainframe).

    --
    Baker's Law: Misery no longer loves company. Nowadays it insists on it
    http://www.sigsegv.cx/
  2. PCI? by MSTCrow5429 · · Score: 3, Interesting

    They're going to plug in Cell CPUs into the mainframe via just plain PCI? Don't they mean PCI-X or PCI-E? I'd think using a Hypertransport bus would be perfect for co-processors, too.

    --
    Slashdot: Playing Favorites Since 1997
  3. Cell is not a "Console Chip" by ArcherB · · Score: 4, Interesting

    IBM Adds Videogame Console Chips to Mainframes

    The Cell is no more a console chip than the x86 (used in XBox) or the PowerPC (used in the 360). Yes, it is used in a console, but I hate to see such a powerful chip "type-cast" to the console. I'm glad IBM is cutting the Cell loose by actually using it for something other than console gaming. However, I wish they would have used a better example than "Virtual Worlds" for its uses. Something like Medical Imaging, 3D Rendering or even Weather Forecasting would have been so much better towards breaking the Cell from its gaming niche.

    --
    There is no "I disagree" mod for a reason. Flamebait, Troll, and Overrated are not substitutes.
  4. Try reading the synopsis by spun · · Score: 4, Interesting

    That was my first thought too. Then I actually bothered to read the fricken' synopsis and realized that this was IBM's actual spin on it, and they were touting the cell-on-mainframe thing as a server for virtual worlds. It's still kind of a dumb spin, obviously geared for non technical types who may be decision makers on large MMORPG projects. IBM's thinking is probably that they will associate the cell processor with games and therefore feel it would be a good thing to use in running an MMORPG. Which it probably will be, as an MMORPG server is inherently a massively parallel application.

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
  5. Re:PCI Card with a Cell by rockmuelle · · Score: 4, Interesting

    The best hobbyist platform is definitely the PS3. Linux runs great on it and HDMI->DVI adaptors let you use it with a DVI monitor (we run them at 1920x1600 on Dell 24" LCDs). As long as PS3s are in the $500-600 price range, there's no real incentive for another low-cost Cell platform. Of course, access to the graphics pipeline is limited, but the SPUs are much easier to program and more flexible than GPUs for general purpose computation.

    If you do bite the bullet and go with a PS3, we've developed a Python library -- CorePy -- for programming the SPUs (and PPU) directly. It replaces assembly/intrinsics with Python function calls and provides components for building and optimzing SPU programs. It takes the sting out of using the C-based tools and gives you more flexibility with how you use the SPUs.

    -Chris