Slashdot Mirror


Apple Wins VT in Cost. vs. Performance

danigiri writes "Detailed notes about a presentation at Virginia Tech are posted by by an attending student. copied most of the slides of the facts presentation and wrote down their comments. He wrote some insightful notes and info snippets, like the fact that Apple gave the cheapest deal of machines with chassis, beating Dell, IBM, HP. They are definitely going to use some in-house fault-tolerance software to prevent the odd memory-bit error on such a bunch of non-error-tolerant RAM and any other hard or soft glitches. The G5 cluster will be accepting first apps around-November." mfago adds, "Apple beat Dell, IBM and others based on Cost vs. Performance alone, and it will run Mac OS X because 'there is not enough support for Linux.'"

38 of 105 comments (clear)

  1. Interesting by Isbiten · · Score: 3, Interesting

    Dell - too expensive [one of the reasons for the project being so "hush hush" was that dell was exploring pricing options during bidding]

    Who could have guessed? ;)

    --
    I fought the corporate America, and the corporate America bought the law.
    1. Re:Interesting by Ster · · Score: 3, Insightful

      You misunderstand: it was hush-hush while Dell was exploring pricing options. Only after they came back with their lowest-price did Apple win the contract.

      At least, that's the way I've been parsing it.

      -Ster

    2. Re:Interesting by Killigan · · Score: 2, Interesting

      I've heard (from a fairly reliable source) that the project was actually postponed about 5 months or so while Dell worked on lowering it's prices for VT, finally Dell gave it's lowest possible price, which still wasn't good enough for VT, so they did indeed give Dell plenty of time to try and beat Apple.

  2. whew! by Anonymous Coward · · Score: 4, Informative

    3 MW power, double redundant with backups - UPS and diesel

    1.5 MW reserved for the TCF

    2+ million BTUs of cooling capacity using Liebert's extreme density cooling (rack mounted cooling via liquid refrigerant)

    traditional methods [fans] would have produced windspeeds of 60+ MPH

  3. Re:Clueless Sysadmins... by bluethundr · · Score: 2, Insightful
    Aside from games, when is a high end graphics card needed for rendering and not just displaying a rendering

    IANAS, but:
    • Graphical representation of turbulance systems?
    • Wheather analysis?
    • Any graphical representation of Chaotic systems?
    Like I said, IANAS, but there HAS to be a reason, methinks.
    --
    Quod scripsi, scripsi.
  4. Re:Power concerns by pmz · · Score: 3, Funny

    I'm suprized not to find Power consumption/heat dissapation in the presentation.

    Power consumption would have only made Apple look better.

  5. Infiniband insured latency? by dhall · · Score: 5, Interesting

    One of the primary concerns for a multi-node cluster is insured latency among all components within the cluster. It doesn't have to be the fastest, it just needs to insured exacting timing for latency across all nodes. IBM can do this with their "wormhole" switch routing on SP and has done this with Myranet on their Intel X-series clusters.

    From most of my reading with Infiniband, it was designed from the ground up as a NAS style solution, than for large multi-node cluster computing. I'm curious as to if they have any issues with cluster latency.

    http://www.nwfusion.com/news/2002/1211sandia.htm l

    The primary timings and white papers I've seen published for Infiniband have been for small clustered filesystem access. Although it's burst rate is much higher than Myranet, it's hard to find any raw retails for their multiple node latency normalization.

    I hope it scales, since Intel's solution appears to be less cost prohibitive than some of the other solutions offered on the market, and would really open up the market even for smaller clusters (16-36 node) for business use.

  6. Re:Power concerns by ni4882 · · Score: 5, Informative
    Actually, from the article:

    # 3 MW power, double redundant with backups - UPS and diesel * 1.5 MW reserved for the TCF

    # 2+ million BTUs of cooling capacity using Liebert's extreme density cooling (rack mounted cooling via liquid refrigerant) * traditional methods [fans] would have produced windspeeds of 60+ MPH

    Seems that they did talk about both.

  7. For those in the know by gnuadam · · Score: 3, Interesting

    I wonder if by "lack of support in linux," that they're refering to the fact that the fans are controlled by the operating system in the powermac? Or the fact that there are relatively few support companies for ppc linux?

    Any insiders care to comment?

    --
    You say :wq, I say ZZ. Why can't we all just get along?
    1. Re:For those in the know by Wesley+Felter · · Score: 2, Informative

      Maybe they meant that Linux doesn't run on the G5 at all yet, and the only company that seems to be interested in Linux on the G5 (Terra Soft) is a pretty small player.

    2. Re:For those in the know by confused+one · · Score: 4, Insightful

      Why go to the trouble of porting linux to the G5 when you could port the clustering code to OS X and be done with it. Seems like a much simpler task and more cost effective use of labor.

  8. ECC FUD by J0ey4 · · Score: 5, Informative

    Okay before we get going with the same discussion about ECC vs. Non ECC, and all the flames start from people perusing slashdot who think they are more in the know than the PhD's at VT who have been working on this for months I want to point a few things out.

    1. The majority if not all of the bit errors that ECC corrects are caused by thermal noise. Thermal noise is an issue in a cluster of rack mounted 1U units due to the difficulty of cooling such tightly spaced units generating so much heat in so small a space. It is not an issue in a cluster of DESKTOP machines utilizing a Liebert system with way more cooling capacity than is needed.

    2. Even if somehow a none-thermal bit error occurs, each node has 4GB RAM. The probability of it being in an OS or application critical (especially given the converging nature of many long running calculations) piece of RAM as opposed to an empty piece of RAM is small.

    How many of you are reading this from a desktop without ECC RAM that has an obnoxiously huge uptime? ECC is a non-issue in a well-cooled cluster of desktop cased machines.

    1. Re:ECC FUD by Anonymous Coward · · Score: 4, Interesting

      2. Even if somehow a none-thermal bit error occurs, each node has 4GB RAM. The probability of it being in an OS or application critical (especially given the converging nature of many long running calculations) piece of RAM as opposed to an empty piece of RAM is small.

      Think before you post. The failure rate is constant in each memory chip (actually it goes up a bit with higher capacity due to higher density). Unless you setup the memory to be redundant (which the G5 can't do either...) you will experience MORE errors since a good OS tries to use the empty memory for things like file buffers.

      How many of you are reading this from a desktop without ECC RAM that has an obnoxiously huge uptime? ECC is a non-issue in a well-cooled cluster of desktop cased machines.

      Sigh... this is a 2200-cpu *cluster*. Here's a primer on statistics. Assume the probabiliy of a memory error is 0.01% for some time interval (say a week or month). The likelyhood for a perfect run is then 99.99% on your single CPU, which is just fine. Running on 2200 CPUs, the probability of not having any errors is 0.9999^2200=0.8, or 20% probability of getting memory-related errors somewhere in the cluster.

      The actual numbers aren't important - it might very well be 0.01% probablility for an error per year, but the point is that when you run things in parallel the chance of getting a memory error *somewhere* is suddenly far from negligible.

      ECC is a cheap and effective solution that almost eliminates the problem. Incidentally, one of the challenges for IBM with "Blue Gene" is that with their super-high memory density even normal single-bit ECC might not be enough.

      But, what do I know - I've only got a PhD from Stanford and not VT....

  9. neat. by pb · · Score: 3, Interesting

    Looks like the costs come out to $23,636 per node, or $4727 per machine. According to the Apple Store, an equivalently specced machine (dual proc G5, 160GB HD, 1GB RAM) comes out to just a little over $3,000. I suppose you might want a display on the management machine in each node, but that won't raise the price that much (say, $3,200 per machine instead). So that leaves ~$1,500 per machine for the networking hardware and whatever other expenses.

    --
    pb Reply or e-mail; don't vaguely moderate.
    1. Re:neat. by confused+one · · Score: 4, Informative

      Read on. They're putting 8GB of RAM in each machine.

  10. Dude... by yoshi1013 · · Score: 5, Funny
    At this point all I really want to know is what the hell does 1100 G5s look like???

    Certain things are easy to imagine in large quantities, but dude.

    Just....dude....

    1. Re:Dude... by Greedo · · Score: 3, Funny

      Wait a minute ... a serious /. comment where the poster actually wonders what a Beowulf cluster of these looks like! Call the papers!

      --
      Tuus crepidae innexilis sunt.
  11. An interesting tidbit by BortQ · · Score: 4, Interesting
    The very last slide states that
    Current facility will be followed with a second in 2006
    It will be very interesting to see if they also use macs for any followup cluster. If it works out well this could be the start of a macintosh push into clustered supercomputers.
    --

    A Multiplayer Strategy Game for Mac OS X, Windows, and Linux
    1. Re:An interesting tidbit by eweu · · Score: 4, Funny

      I caught that too. Use of Macs in 2006 no doubt depends on 2 factors: 1) how well the 2003 cluster works out, and 2) how the Mac compares to competitors in 2006. Could be a nice win for Apple, again, if they manage to keep both 1 and 2 competitive. Which remains to be seen, and I'm holding my breath.

      I don't know. Holding your breath until 2006 sounds... dangerous.

  12. Re:Clueless Sysadmins... by selderrr · · Score: 4, Insightful

    for any represantation, you need only 1 graphics card : the one the monitor is attached to. Parallelizing realtime display-only stuff is not much good since you'd lose to much time in data transmission.

    So they could equip one G5 with a radeon9800 and let that one display the results. No need to buy another 1099 Radeons.

  13. graphics in science by trillian42 · · Score: 3, Interesting

    I am a scientist, and lots of money gets put into transforming the tons of numbers that supercomputers produce into images that make sense to the human brain.

    The system doesn't have to be chaotic, just complex:

    Watching protein folding simulations.
    Watching full 3-D seismic waves propagate through the Earth.
    Watching, in general, any kind of 3-D model or simulation of a complex process evolving over time.

    A couple links:

    The Scripps Institute of Oceanography Visualization Center:
    http://siovizcenter.ucsd.edu/library/objects/
    The Arctic Region Supercomputing Center:
    http://www.arsc.edu/news/mdflex.html

  14. water cooled laptops as blades by goombah99 · · Score: 3, Interesting
    The viriginia folks must have one huge room with some massive air handlers to circulate the air that will be trapped behind the towering walls of 1000 4U boxes.

    A few years ago I asked apple if they would be willing to sell me 200 laptops without the screens, disks, video cards, and keyboards. They were interested helping me build my cluster but, the the engineers said it would actually cost them more to have a special manufacturing run than woul dbe saved by deleting the hardware.

    my plan was stack these things on water cooled chill plates. Basically this would be like a blade.

    In my circumstances, adding a well ventilated computer room to the building I was in would have been probibitively expensive. but water cooling and a high density configuration made this very appealing. And if I could have gotten the costs down and reliability up by deleting the screens, keyboard, video, and disks I'd have an affordable system with low sys-admin costs.

    I still think its a good idea. Cooling/power costs (including building retrofits) and sys admin costs can dominate the differential purchase price of vairous cluster configurations. In my building the space alone was >120/sq foot, so even the footprint mattered.

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:water cooled laptops as blades by Johnny+Mnemonic · · Score: 4, Informative


      The viriginia folks must have one huge room with some massive air handlers to circulate the air that will be trapped behind the towering walls of 1000 4U boxes.

      I don't know any more than what's publicly availble, but the VT follks in the know have said that they've designed a specialized, liquid based cooling system precisely because of the issues wrt cooling this many units. The FA makes reference to this many units generating windspeeds of 60mph from fans alone.

      I am gonna guess that behind each G5 rack will be a radiator type arrangement, with cooled pipes flowing with a liquid that will carry the heat away from the internal airspace, much like a large car radiator. I don't know if that would be cost-effective, or what it would take to move that much liquid, or if the radiator could be made to transfer enough heat fast enough. Maybe the liquid cooling units actually replace the internal fans directly. Who knows--I think we'll get some more details on this this week as the G5s start to come out of their boxes. They've apparently received about 10% of them already.

      --

      --
      $tar -xvf .sig.tar
  15. I love Google by Wesley+Felter · · Score: 2, Informative

    http://nowlab.cis.ohio-state.edu/projects/mpi-iba/

  16. Nice rack! by Alex+Reynolds · · Score: 2, Interesting

    If they do not fit into a standard rack enclosure, I would be curious to learn what customization was required to rack the G5s.

    (Especially seeing as a G5 XServe will probably be at least several months away -- at least until most of the desktop orders can be filled.)

    -Alex

  17. Why was bidding secret? by mTor · · Score: 2, Interesting
    Could someone please shed some light on this:
    Why so secret? Project started back in February; secret with Dell because of the pricing issues; dealt with vendors individually because bidding wars do not drive the prices down in this case.
    Why exactly is that? Is there a collusion between the vendors since there's so few of them? Does anyone have any experience with this sector?
    1. Re:Why was bidding secret? by Enrico+Pulatzo · · Score: 2, Insightful

      Probably due to in small part to the G5 not being public at the time.

    2. Re:Why was bidding secret? by mTor · · Score: 2, Interesting

      I was actually referring to the last sentence:

      "dealt with vendors individually because bidding wars do not drive the prices down in this case."

      I don't think they've even dealt with Apple until Apple's G5 announcement but they did deal with other vendors. I'm interested why VU dealt with all of them individually and why do prices not come down when you deal with them in this way. This is why I was alluding to collusion.

  18. Free printer and Ipod case by goombah99 · · Score: 4, Funny

    Man they really blew it. They should have ordered it from macmall. it would have come with 1000 free printers and 1000 ipod cases.

    --
    Some drink at the fountain of knowledge. Others just gargle.
  19. Re:hope this doesn't mean... by SlamMan · · Score: 2, Informative

    What did you think last weeks announcement was???

    --
    Mod point free since 2001
  20. G5's cheaper than VTs? by dpbsmith · · Score: 4, Funny

    I believe you can get a VT for well under $1000, and I've even heard that some of them now support advanced "sixel" graphics.

    And they scroll MUCH more smoothly than OS X.

  21. Re:Clueless Sysadmins... by confused+one · · Score: 2, Interesting

    Actually, you're not totally right. You can spread the rendering job across multiple radeon chips, each handling only a portion of the display. The performance and depth of the rendering could be greatly enhanced. SGI does something like this...

  22. Re:Clueless Sysadmins... by WasterDave · · Score: 3, Interesting

    Not all renders are real time, not all renders are onto a screen.

    Now that "consumer" graphics cards run in floating point and have comparitively complex shader engines, it's quite possible to start working on rendering movies etc. with the substantial quantity of hardware acceleration possible on these things. You don't have to hit 60fps, and you can have as many passes as you like.

    Mind you, with 1100 nodes if you can render a frame in 45 seconds .... on a twin G5 with a Radeon 9800 ... then you can render 24fps in real time. Real time lord of the rings, anyone?

    Dave

    --
    I write a blog now, you should be afraid.
  23. Re:Gentoo Linux Runs On The G5 ... from Mac/ by Unregistered · · Score: 2, Interesting

    the crazy speeds they are claiming on the G5 running Gentoo Linux

    Why hell, i get blazing speeds with gentoo on my Athlon, i'd sure hope that you'd get them on the g5 as well :).

  24. Apple Outshines Dell on Ethics by reporter · · Score: 4, Interesting
    Even if Apple computers were to cost slightly more than Dell computers, we should consistly buy the former instead of the latter. Price is only 1 aspect of any product. There are also ethical considerations. They do not matter much outside of Western society, but they matter a great deal in Western society.

    As an American company, Dell is a huge disgrace. Please read the "Environmental Report Card" produced by the Silicon Valley Toxics Coalition. Dell received a failing grade and is little better than Taiwanese companies, which are notorious for destroying the environment and the health of workers. Dell even resorted to prison labor to implement its pathetic recycling program.

    ... from the desk of the reporter

  25. Re:Cost Analysis by 2nd+Post! · · Score: 4, Insightful

    I bet at the time of initial consideration of vendors, there were no competitive Opteron or Itanium solutions (none with chassis, the slides say), and I am also willing to bet that Apple had at least a hardware prototype they could demonstrate, at least a motherboard + dual CPU setup, even if the chassis was incomplete and the not all the major subsystems were 100%

    Just enough to demonstrate that Apple *would* have a solution, and enough that VT could narrow down the decision to a possible, pending the actual production and purchase of a single machine... then, the contract being 99% complete, they just had to sign a couple papers and purchase, overnight, 1,100 dual G5s.

    On the flip side I bet they had a similar contract in the wings with other vendors, all pending on 'simple' bottlenecks.

  26. Re:Clueless Sysadmins... by selderrr · · Score: 2, Interesting

    that is useful only of those multiple cards are IN THE SAME MACHINE. In the cluster case, those cards are spread over multiple computers, requiring that you transfer the rendered result over the network to the "master" video card which sends it to the monitor. I seriously doubt the efficiency of such a solution for realtime display.

  27. Re:Clueless Sysadmins... by davechen · · Score: 3, Interesting

    That's not necessarily true. Over at Stanford for the project they built a graphics system with 32 PCs that render to a tiled display. Imagine a display made of 1000 monitors in a 40x20 grid. That would be pretty freaking cool.