Stories
Slash Boxes
Comments
typodupeerror delete not in

Comments: 101 +-   Parallel Processing For Cardiac Simulations Using an Xbox 360 on Saturday September 12, @03:27PM

Posted by Soulskill on Saturday September 12, @03:27PM
from the just-watch-out-for-a-literal-red-ring-of-death dept.
medicine
xbox
games
technology
Foot-in-Mouth writes "Physorg has an article about a researcher, Dr. Simon Scarle at the University of Warwick's WMG Digital Laboratory, who needed to model some cardiological processes. Conventionally, he would requisition time on a university parallel-processing computer or use a network of PCs. However, Dr. Scarle's work history included gaming industry experience as a software engineer at a company associated with Microsoft Games Studio. His idea was that researchers could use Xbox 360s as an inexpensive parallel computing platform due to the console's hefty parallel processing-enabled GPU. He said, 'Although major reworking of any previous code framework is required, the Xbox 360 is a very easy platform to develop for and this cost can easily be outweighed by the benefits in gained computational power and speed, as well as the relative ease of visualization of the system.'"
story

This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • I thought everyone used the PS3 for this sort of off-the-shelf supercomputer thing.
    • Re: (Score:3, Informative)

      by rlanctot (310750)

      Because "Dr. Scarle's work history included gaming industry experience as a software engineer at a company associated with Microsoft Games Studio."

      ie he's had experience in programming for the platform, was likely used to using Visual Studio with XNA and likely had all the tools he needed to program for the 360 already.

      • Re:Why not a PC (Score:5, Informative)

        by adisakp (705706) on Saturday September 12, @03:50PM (#29400821) Journal
        If you program C# Windows / Direct3D, programming, XNA for XBOX is easy to program for. You can actually start with XNA on the PC and most stuff will transfer over with minimal changes. You have access to the GPU and shader programming so GPGPU programming ideas can be ported as well.

        The PS3 Linux is significantly more difficult to program for, has a different memory model (and programming architecture) for the SPU's, has very poor (compared to Visual Studio) debugging and programming IDE environment, etc. Not to mention that the latest version of the PS3 doesn't even support Linux. There is no GPU access so GPGPU algorithms available on the PC need to be manually ported to the PS3.

        That said, if they actually did buy older PS3's, take the steep learning curve to SPU programming, port all of their code to a 100% custom platform with hard-to-use tools, and heavily optimize the SPU code, they would probably be running their algorithms significantly faster on PS3 SPU's than on the XBOX 360 GPU.
        • Re:Why not a PC (Score:5, Insightful)

          by zaffir (546764) on Saturday September 12, @04:41PM (#29401105)
          Actually, the case could easily be made that programming a GPU that was NOT meant for general-purpose computing is quite a bit harder than the Cell, which WAS designed with more general-purpose computing in mind. You don't need to port everything required for GPGPU, you just use the libraries and tools developed by IBM for the Cell.
        • That said, if they actually did buy older PS3's, take the steep learning curve to SPU programming, port all of their code to a 100% custom platform with hard-to-use tools, and heavily optimize the SPU code, they would probably be running their algorithms significantly faster on PS3 SPU's than on the XBOX 360 GPU.

          I know next to nothing about parallel processing or either game console, but I have to ask couldn't they simply use more 360s and get the same speed, without having to spend time doing all of that?

          • Look up Amdahl's Law. Every 'parallel' problem is really a problem which has some parts that are independent and some parts that are not. Consider something simple, like sorting an array. You can combine two sorted arrays in O(n) time, just be iterating over the two of them and, at each step, taking the element from the head of one of the arrays, depending on which is smaller. You can, therefore, parallelise sorting by splitting an array in half, and sorting the two halves independently, then combining
        • by Anonymous Coward

          Give me a break. So long as your program doesn't need more than 256k of memory per thread you can port it by typing little more than "CC=gcc-spu make". There is a nice helper library that wraps your main() and passes I/O to and from the SPU. I got about 40kloc of audio processing code running on the SPU in a grand total of 30 minutes, which included downloading the SDK (and reading the docs while it downloaded and installed). It required zero code changes. Getting good performance requires vectorizing

        • by moon3 (1530265)
          SPUs are not suitable for everything. CPU side of the Xbox 360 has 6 hardware threads on 3 general purpose cores, while PS3 has only one general purpose core.
          If you doesn't need SPUs the PS3 turns to be very poor contender agains 3 very fast HT cores of the Xbox. Larger shared CPU/GPU memory architecture also helps the Xbox.
    • Re: (Score:2, Insightful)

      by Anonymous Coward

      If he was planning on tailoring the computations for a GPU, the Xbox is the best choice as it has more features for generic data manipulation and more computational power. As mentioned in the summary, ease of development was actually the primary motivator. PS3 fails hands down in this arena.

      • Re:Why not the PS3? (Score:4, Interesting)

        by mkaushik (1431203) on Saturday September 12, @03:44PM (#29400787)

        He should've used something like CUDA instead, for long term gains. This would have shown far better performance than the Xbox's GPU (which is quite dated now), and easy scalability as better GPUs keep coming to the market. His familiarity with Xbox programming might have enabled him to come up to speed with CUDA quickly.

        • Re: (Score:2, Informative)

          by LucidLion (1145739)
          This type of simulation can be and is being done using CUDA. In fact a talk is being given at the upcoming nVidia technology conference on this very subject. nVidia's website won't let me create a direct link, but if you click here [wingateweb.com] and then Session Catalog > Session ID 1036, you can read the abstract.
          • Re: (Score:3, Interesting)

            by Spatial (1235392)
            Almost all of the cards that support it are less than 200 dollars, namely the 8x00, 9x00 and GTX series. Only four or five of them cost more than that, mainly multi-GPU cards.
            • Yep, I've got two 9800 GT's in my machine and use them for CUDA. It looks like you can get them now for less than $100 [google.com].

                • Re:Why not the PS3? (Score:4, Interesting)

                  by Svartalf (2997) on Saturday September 12, @11:31PM (#29402941) Homepage

                  Perhaps. Depends on how many nodes he had to set up.

                  Let's do a bit of "napkin math" on this:

                  I believe there's 48 unified shader cores in the 360's GPU. That's a nice amount.

                  There's 112 shader cores in the 9800GT. With the SLI setup, that's 224 of them at your disposal to do GPGPU thread processing with.

                  Now...done right (meaning not going overboard on the CPU, etc...), you can field a machine for about $600 or so that has an inexpensive SLI board, case, memory, etc. If you're doing a cluster node, you wouldn't need a disk, etc. so you could shave a bit more than you'd think off the price past the first machine bought.

                  $200 versus $600. The price is compelling. But, unfortunately, you're talking about a machine that's nearly 5 times more powerful (Possibly more, I'm not doing apples-to-apples comparisons on the shader cores...) at this sort of task with the PC- for only about 3 times the cost. To gain the same performance level, you would have to field 5 360's per each PC compute node. If you only need the power of two or three of the 360 nodes, then it makes some sense to do it with that, especially if you're familiar with the environment (the gent we're talking about in the threads here was that...).The power consumption will be comparable across the board, so that's not so much a consideration.

                  Where it really hits the wall is with the cluster fabric itself. Using PS3's and 360's is "cool" but it's actually not overly practical past about 10 or so machines for most performance computing applications because of the limitation of the cluster interconnect you have at your disposal. With those machines you will be limited to 1Gb Ethernet which limits your interconnect performance to about 750Mbits per node. When you go to match the performance of the PC box, you will find that you can do it, but it'll take 5 or so 360's to do it because of the overhead, lower performing hardware, and all. You'll have difficulty matching a cluster of the same numbers of PC's- and we won't get into using Myrinet, Infiniband, or iWarp channel adapters for 10Gb interconnects on the PC's which will make it be basically a huge SMP machine for all intents and purposes until you scale it to about 32 or so machines.

                  I think the assessment that it's familiarity and "cool" factor that drove this decision- not price or actual usefulness.

            • True, but I suppose the GP should have been more clear: $200 will buy you a CUDA card. Then you'll need power, cpu, networking, input, and RAM.

    • Re: (Score:3, Interesting)

      Well, since the introduction of CUDA by Nvidia, using GPUs for accelerated physical simulations has started to catch on. I've heard of people using PS3 and XBox occasionally, but usually for this sort of work, they'll take a half-dozen or so GeForce cards and use CUDA to parallelize the code. I'm not too familiar with all the ins and outs myself, but as a part of the chemistry community, I get to see a lot of neat applications of the stuff.
    • by david_craig (892495) on Saturday September 12, @04:59PM (#29401211) Homepage

      Because it's really a publicity stunt from Microsoft trying to get the Xbox360 in the forefront of peoples minds in the lead up to Christmas.

      The article reads like most of the marketing cover I see from Microsoft (and for that matter most other software companies).

      Organisation X needed to do Y but the competing product was too expensive (in price/effort/time). Our product does Y at a fraction of the price/time/effort of our competitor.

      The people at Orgaisation X are smart people who know all about Y and are very happy with our product.

      • by innerweb (721995) on Saturday September 12, @10:53PM (#29402809)

        Only problem I have with the X-Box is how crappy the hardware has been so far. Rings of death, circle of death, failed rom drives, failed hard drives ...

        Why on Earth would you want to rely on such a poorly constructed piece of hardware to do real work? Every component has failures, but when so many of my childrens' friends are on their 3rd or fourth in a few years, there is a real issue. And, no, they are not abusive to their equipment. The same kids have Wii,s PCs, PS3s, GameCubes and more without all the issues they have with X-Box 360s.

        InnerWeb

      • by kestasjk (933987) * on Sunday September 13, @01:24AM (#29403253) Homepage
        Do cardiovascular research scientists buy much of their research equipment for Christmas?
      • Re: (Score:3, Interesting)

        by julesh (229690)

        Because it's really a publicity stunt from Microsoft trying to get the Xbox360 in the forefront of peoples minds in the lead up to Christmas.

        The article reads like most of the marketing cover I see from Microsoft (and for that matter most other software companies).

        I've worked with WMG people before, and they aren't the kind of organisation that takes a payoff like that. And they certainly aren't a typical MS shop, either. My guess is simply that the guy was more familiar with Xbox as a platform than he w

      • Published in Elsevier :)
        MS is learning from the pharmaceutical companies :)
    • Re:Why not the PS3? (Score:4, Informative)

      by drinkypoo (153816) <martin.espinoza@gmail.com> on Sunday September 13, @09:00AM (#29404847) Homepage Journal

      Sony just canned the PS3 Linux install option. :)

      I doubt he's using JUST the GPU. The 3x3.2GHz PowerPC processors in the Xbox 360 are pretty compelling. The PS3 MIGHT have more raw power but you're not actually even allowed to use its GPU unless you have first-string developer status. Scientific computing on the PS3 focuses on the Cell, and it seems like there's an awful lot of unuseful hardware wrapped around it.

      • Does using a beige PC for parallel-processing come with a "pharmaceutical gift"?
        A positive parallel-processing MS 360 story might get your stocking filled.
        Philanthropy MS PR style.
  • Using the XBox 360 as a parallel computing platform when "major reworking of any previous code framework is required" seems like a huge risk when considering the XBox 360 reliability problems [wikipedia.org].

    Perhaps the newer systems have better reliability, I only hope for their sake they did their homework before buying the boxes.

    • Re: (Score:2, Informative)

      by Timesprout (579035)
      I am guessing that using the XBox as a parallel programming platform is pretty easy on your game disks.
      • Read more than the first line of the index. There are problems with practically every aspect of the hardware, including GPU failure.
  • by grumbel (592662) <grumbel@gmx.de> on Saturday September 12, @03:41PM (#29400773) Homepage

    How would this work? Does Microsoft sell licenses for such purposes? Would they need to buy special development boxes instead of cheap of the self hardware? Has the Xbox360 been hacked enough to make this practical?

    And most important of all: Why use a Xbox360 GPU in the first place? Aren't there PC GPUs that could run circles around what is in the Xbox360? Wouldn't a PS3 be better suited duo to being an open platform (well, at least as long as the old models are still available)?

    • Well, TFA says he had experience specifically programming for the 360 already, so he didn't need to learn another GPU.

      Also.. You're missing the possibility of mass production. Imagine including a "free" xbox360 to run your wondrous cardiac software as a turn-key system. It'd be much easier to get some mass-produced consoles in a bulk order with some minor cosmetic changes to send out to doctors as a complete "single-purpose supercomputer" (within the bounds of the cardiac simulation he was working on) tha

    • The GPU in the Xbox 360 is roughly equivilent to maybe the HD 2900 from ATI. The system has 512MB Main RAM (a 10MB frame buffer for the GPU) and the memory is accessed through the GPU. The Xbox, has roughly a 7800 in it. It was added quite late, after Cell wasn't panning out quite as well as they wanted, so they went to Nvidia and asked what they could do, so it's closer to a desktop version than the one in the Xbox. Open platform... both are exceedingly closed. The person probably should have gone with a
    • Wouldn't a PS3 be better suited duo to being an open platform (well, at least as long as the old models are still available)?

      Being new PS3 models not able to run Linux [slashdot.org], my guess is that Microsoft will push that side in order to attract geeks.

  • by i.r.id10t (595143) on Saturday September 12, @03:53PM (#29400837)

    What about in 5 years, or some other point in the future? The advantage of programming for say, x86, etc. is that the hardware will be out there and available for some time, and it will keep getting more clock cycles, etc. However, how long will the X Box be on the market? Will researchers be hunting pawn shops and garage sales in 5 years to replace broken hardware units?

    • Possibly.

      I met a guy in a dark alley behind a strip club to buy a couple of non-lobotomized Linksys routers, since no one carried the good ones locally and I needed them immediately.

    • by julesh (229690)

      The advantage of programming for say, x86, etc. is that the hardware will be out there and available for some time, and it will keep getting more clock cycles, etc. However, how long will the X Box be on the market? Will researchers be hunting pawn shops and garage sales in 5 years to replace broken hardware units?

      XNA/Managed DirectX, the development environment he would have been using for this project, is somewhat hardware independent. The same software could be run on a PC, for instance, although a PC c

  • by Trepidity (597) <delirium-slashdot AT hackish DOT org> on Saturday September 12, @03:57PM (#29400867) Homepage

    Apologies for the rhetorical question, but obviously GPGPU for scientific simulations isn't new. We've had a [slashdot.org] whole [slashdot.org] lot [slashdot.org] on [slashdot.org] that [slashdot.org] already [slashdot.org]. The only possible new thing could be using the Xbox360 for it. But as far as I can tell (confirmed by all the comments I've seen so far), there isn't even anything interesting about that--- this guy just used the Xbox360 because he was already familiar with the programming environment, not because it has any particular advantages over CUDA on a PC.

      • If this process can be regarded as being Turing complete then we have to regard a cell membrane, or even a simple mix of chemicals as being able to compute. And to be able to compute anything.

        That's nothing new either; of course, you can compute with fairly simple systems of coupled chemical reactions.

      • Re: (Score:2, Insightful)

        If this process can be regarded as being Turing complete then we have to regard a cell membrane, or even a simple mix of chemicals as being able to compute. And to be able to compute anything.

        I can compute anything, given enough time. Part of my computational process may even involve designing a computer to speed the process and giving it specific instructions on what to do, and then waiting for a result.

  • by earlymon (1116185) on Saturday September 12, @04:11PM (#29400945) Homepage Journal

    I've found that - for me - most comments (when available) on most linked articles are of low quality (I'm not referring to /. comments, but the ones at any given article site itself). However, the ones addressing TFA at the physorg site are pretty cogent and informative, IMO.

  • by santax (1541065) on Saturday September 12, @04:29PM (#29401027)
    Found cure for cancer. Patented it.
  • Think of what a Beowulf Cluster.. O wait, nevermind.

    I wonder if the Microsoft Audit team will show up and slap a fine for violating the EULA or something...

  • So some guy somewhere said: "Yeah, it's possible." But even if someone started planning such a thing, why would they use 4 year old technology?
  • so does any PC you like, and withe NVideas line of GPGPU cards, and their CUDA development kit its perfectly do-able with much more parallel processing power. Especially once you consider packages like accelereyes with matlab that make it easy.
  • ...if they chose a platform that is more [osnn.net] reliable [quartertothree.com] than an Xbox 360. [wikipedia.org]

    That's right bitches, 54.2% failure rate. [n4g.com]

    • by js3 (319268)

      ...if they chose a platform that is more [osnn.net] reliable [quartertothree.com] than an Xbox 360. [wikipedia.org]

      That's right bitches, 54.2% failure rate. [n4g.com]

      that would mean and all of my xbox360 buddies must be in the other percentile... say for silent majority? I can pull %s out of my ass too but it won't be pretty.

  • You're getting more bang for the buck with a desktop PC and standard graphics cards.

  • I find this story interesting, perhaps for a different reason to why it was posted here. I walk past the WMG Digital Lab on my way to the bank whenever I go, and I'm quite impressed that they've managed to do the research, get a paper published and get it talked about here within a couple of months of the building work on the lab being completed...

  • You cannot possibly come up with a more transparent ploy to get game consoles for the whole department. I bet the next stage is "simulation at home"..

    In all seriousness, there appears to be call for what I would call Geowulf clusters (a Beowulf cluster of graphics processors)..

  • Just add a recent graphics card into your system. With CUDA, it’s all already prepared for you.

  • Given that:

    - Microsoft subsidizes every XBox 360 system and makes an investment for every unit sold
    - Microsoft only recoups that investment with game and accessory sales
    - A supercomputer built on Xbox 360 nodes would not need any games or accessories

    We can try to answer:
    - How many nodes would a supercomputer need to completely suck the life out of Microsoft once and for all?
    - How much that machine would be able to do?

    Even if it is not make it to the top 500, just killing Microsoft is a worthy goal.

One person's error is another person's data.