Slashdot Mirror


More on Virginia Tech G5 Cluster: 17.6 Tflops

daveschroeder writes "BBC World's Click Online has a video report (with text transcript) on Virginia Tech's new 1100-node dual 2.0 GHz G5 Terascale Cluster. The report quotes the performance as 17.6 Tflops. As a point of reference, the cluster would be number 2 on the most recent June Top 500 list, behind only Japan's Earth Simulator, and considerably more than doubling the performance of the current number 3 1152-node dual 2.4 GHz Xeon MCR Linux cluster. Assuming the performance figure accurately reflects the LINPACK score (which it should; since the deadline for submissions for the upcoming list of Oct 1 has already passed, one would imagine VT would quote that figure), and depending on new entries for November's upcoming list, the cluster should almost certainly rank in the top 5 - all for only US$5.2 million. The video report is available in Windows Media 9 and Real formats; the relevant portion starts at 13:00."

390 comments

  1. Better links for Windows Media by Mwongozi · · Score: 4, Informative
    You can watch just the report itself, no skipping required, by following the links on this page:

    http://www.bbcworld.com/content/template_clickonli ne.asp?pageid=666&co_pageid=3

  2. WOW by Anonymous Coward · · Score: 0

    imagine a beowulf cluster of beowulf clusters :P

  3. Can the results be trusted? by DAldredge · · Score: 0

    This cluster has a lot of RAM, none of which is ECC.

    Can the results be trusted?

    1. Re:Can the results be trusted? by sakusha · · Score: 5, Informative

      They have previously discussed this, they use error correction algorithms, no ECC RAM necessary.

    2. Re:Can the results be trusted? by Wudbaer · · Score: 1

      Everybody and their dog use systems without ECC ram, yet the world has not come to an end yet. I would be more concerned of programming errors than flipping bits.

    3. Re:Can the results be trusted? by IM6100 · · Score: 1

      So they bog down the software doing something that could be done in hardware?

      --
      A Good Intro to NetBS
    4. Re:Can the results be trusted? by OS24Ever · · Score: 1

      ECC memory doesn't solve world hunger, it just corrects single bit errors when a request is read from memory. If ECC memory isn't there and an error occurs, the system reboots.

      Data isn't returned corrupted, it don't come back at all

      if you used computers in the early 90s, it was AKA 'PARITY ERROR'

      --

      As a rock-in-roll Physicist once said, No matter where you go, there you are.

    5. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      Why make comments like this when you don't understand at all the algorithms or techniques they are using. How do you know that it is less efficient? It probably is, but how do you know that the hit isn't negligable?

      Actually reading about it would be better than giving a knee jerk reaction. But this is slashdot, afterall.

    6. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      They have algorthms to compare as part of overall strategy... even if using PAIRS of machines and chop speed in half, worst case, its STILL one half the cost of the fastest intel setup!!!!

      these machiones can use 8 gigs of fast ram in EACH and have two cpus each and dvd-r recorders etc all for under 3 thousand.

      Snad optical SPDIF in-out, etc etc way over kill, but offer pci-x slots at 133Mhz and 64 bit.

      those pci-slots are key to the speed.

      macs are the cheapest fastest computers now (again).

    7. Re:Can the results be trusted? by Ed+Avis · · Score: 1

      If ECC memory isn't there and an error occurs, the system reboots.


      How is the system to know whether an error has occurred? If the value at some byte address should be 202 but it comes out 201, how to determine that the result is wrong? For that you need parity memory, which is able to detect (though not recover from) single bit errors. As you say, the detection is called a parity error - but this requires memory with parity information (usually one extra bit for every eight).

      I believe that common ECC memory is able to recover from single bit errors and detect two bit errors.

      Or does the Mac G5 use parity memory? It seems hard to believe, hardly anyone manufactures parity memory these days, it's either cheapo no-checking sticks or full ECC.
      --
      -- Ed Avis ed@membled.com
    8. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      Since this cluster is supposed to make it to the top 5 most powerful computers in the world, I'd say they can take the performance hit...

    9. Re:Can the results be trusted? by Usquebaugh · · Score: 4, Insightful

      Yep, and they're going to be top 5. Between you and them I wonder who has the best knowledge of how to build a cost efficient cluster?

    10. Re:Can the results be trusted? by Waffle+Iron · · Score: 4, Interesting
      So they bog down the software doing something that could be done in hardware?

      Just because it's in hardware doesn't mean it's free. The ECC logic is going to add a small delay to each of trillions of memory accesses. Plain memory can most likely be tuned to run faster than ECC memory.

      If you're running a constrained problem and can verify the results at the end, a single error check in software could consume far less overall time than the continuous ECC hardware checks. The software check would probably catch other types of errors as well (including many errors caused by software bugs).

    11. Re:Can the results be trusted? by IM6100 · · Score: 1

      Clearly they do. As I have no interest in having 'one of the five fastest clusters' for however many weeks they remain in that spot. I mean, gee whiz.

      However, it's still an interesting topic. Making memory error correction a processor intensive task seems like a kludge. Kind of the 'Win Modem' of the whole Apple design.

      Sorry if raising it as an interesting point to ponder gets you all in a defensive fluster.

      --
      A Good Intro to NetBS
    12. Re:Can the results be trusted? by treat · · Score: 1
      Everybody and their dog use systems without ECC ram, yet the world has not come to an end yet.

      And they have random data corruption ALL THE TIME.

      It's amazing that no one seems to care about random data corruption. Random, unexplainable crashes.

      Guaranteed to happen. Your non-ECC memory flips bits all the time.

      Solaris doesn't even log ECC corrections until it it happens repeatedly to the same bit. That's because bits get flipped all the time. Physics and all that.

    13. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      I don't think you get a PARITY ERROR on modern systems unless they are ECC and you get a double-fault.

    14. Re:Can the results be trusted? by TheSunborn · · Score: 1

      They do? Then how come nobody ever sees it? My linux setup does newer crash. At at the university we got something like 100 indy/Octane/O2 workstations widtout ecc memmory and they all got a uptime which is equal to the last time someone cut the power. But we might just be luckey.

      Martin

    15. Re:Can the results be trusted? by Goldfinger7400 · · Score: 1

      Dude, I love macs, but something tells me they didn't order all those computers with DVD-Burners in EACH ONE. And I don't know how much of a workout the PCI bus will be getting, unless they've got some new networking cards.

    16. Re:Can the results be trusted? by imsabbel · · Score: 1

      Yeah, sure. How do you thnik that they did implement that magic software correction in the linpack benchmark?
      Simply run the matrix multiplies twice and check if the result is the same? (no, and i dont need to explain why)

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    17. Re:Can the results be trusted? by bash_jeremy · · Score: 1

      If you order the g5 with 8 gigs of RAM, then it costs a lot more than 3,000 dollars.

    18. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      You didn't "raise an interesting point to ponder." You make a sarcastic remark. In short, you trolled.

      Now get back under your bridge and shut up.

    19. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      Dude, I love macs, but something tells me they didn't order all those computers with DVD-Burners in EACH ONE.

      Believe it or not, it was cheaper for Apple to supply the school with 1,100 stock-configured machines, Superdrives and all, than it would have been to pull the Superdrive out of 1,100 machines and replace it with a CD-ROM.

      The economies of scale on this thing are amazing.

      And I don't know how much of a workout the PCI bus will be getting, unless they've got some new networking cards.

      They do, of course. You don't think they're using Ethernet for their interconnect, do you?

    20. Re:Can the results be trusted? by cosmo7 · · Score: 1, Flamebait

      They do? Then how come nobody ever sees it? My linux setup does newer crash.

      Either that's a typo or the most ironically appropriate ascii bit error in the history of computing.

    21. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      Yes you do! Please explain why?

    22. Re:Can the results be trusted? by cosmo7 · · Score: 1

      ECC memory uses a set of extra bits - 7 bits to cover each 32 bits or 8 bits to cover each 64 bits. Each error-checking bit works like a parity bit for a different subsection of the memory it is correcting. By working out which subsections contain an error, the errant bit can be deduced and then corrected by simply flipping that bit.

      ECC can also detect (but not correct) 2, 3 or 4-bit errors in each block, though that would be unusual.

    23. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      It has been said before. ECC RAM is useful in machines destined for uses such as servers.

      These G5s are desktop models. ECC RAM is not necessary as the types of conditions that make ECC RAM useful are rarely encountered in desktop situations.

      Yes, ECC RAM would have been useful in the cluster situation but Apple didn't design the G5 with that in mind so it is hardly something to complain about. Less so, when the routines that handle error correction seem to have a minimal impact on performance and performance would appear to be excellent anyway.

      All things considered, the non-ECC RAM issue, is in fact a non-issue.

    24. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      Just because it's in hardware doesn't mean it's free. The ECC logic is going to add a small delay to each of trillions of memory accesses.

      Talk about thinking different. Apple wants YOU! Or maybe you can find a job at VT? :-)

    25. Re:Can the results be trusted? by treat · · Score: 1
      They do? Then how come nobody ever sees it?

      Because nobody is checking to make sure their data isn't silently corrupted. And the corruption might be extremely minor - one bit flipped in audio or video might never be noticed. Or it might corrupt data that won't ever be looked at, or at least not for years. Or it might introduce a wrong answer one someone's homework, and they never realize why they got it wrong. Or it crashes a random application and no one suspects a thing.

      The error rates on good hardware are pretty small, but guaranteed to be nonzero.

    26. Re:Can the results be trusted? by afidel · · Score: 4, Informative

      No, ECC ram typically is just made with faster internals. As an example most ECC comodity ram is CAS2 latency whereas most generic ram is CAS3, so the ECC ram will perform exactly the same as the non-ECC ram. You can buy CAS2 non-ECC ram but it's nearly as expensive as the ECC ram. If you have a simple idiot check at the end of a complex calculation then saving the cost of going with ECC may be worth it but most clusters this large will be used on too many different projects to assume that all of them will have such checks. For an idea of how important ECC is read (a href="http://www.ibm.com/servers/eserver/pseries/c ampaigns/chipkill.pdf">This IBM whitepaper on their chipkill ECC scheme. Even normal SEC ECC ram (what most ECC ram is today) will have aproximately 900 failures per 10TB per three years. I think that IBM is right and that eventually all ram will be RAID-M, that is a RAID5 style array of redundant memory banks that are composed of ECC banks. At future densities this will be necessary because a single high energy particle will have the ability to scramble an entire memory word including it's ECC checking bits.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    27. Re:Can the results be trusted? by Hoser+McMoose · · Score: 1

      It's been previously discussed, and their "error correction algorithms" are going to do dick-all for them if they can't trust their data, and without ECC, you can't trust your data.

      The first poster is correct, results from this machine can not be trusted as being 100% accurate. It may be that they can live with the lack of accuracy, but it's definitely something that they will have to figure into their work. With 4.4TB of memory, they are going to have soft memory errors on a VERY regular (daily?) basis, and they can NOT be caught by some sort of software algorithm unless you store every bit of data twice and do every single calculation twice. If you're doing that, you might as well save yourself a few million and buy a 550 node cluster with ECC and get the same result.

    28. Re:Can the results be trusted? by Anonymous Coward · · Score: 0

      I have to say this and probably should be marked as a troll for saying it. This just smacks of some Microsoft FUD: "Yes it is fast, but can you trust a Macintosh to produce consistent results?"

    29. Re:Can the results be trusted? by Marovingian · · Score: 1

      In the slashdot spirit of things, I would like to differ- Apple has historically (at least for the last 3 years or so) shipped it's computers with 2-2-2 spec'd RAM, OS X typically doesn't like to install on a computer that has 3-2-2 latency RAM installed. A workaround that many people with the slow (read: cheap) RAM must deal with is uninstalling their non-OEM RAM for the OS X install, then reinstall the RAM after the OS installation. The reason being the RAM tests performed during bootup from the install CD/DVD are more stringent than the normal booting-from-the-HD startup RAM tests. There are multiple threads on macintouch, macfixit, [and probably even] apple.com's message boards et el to document this.

      --
      Cursing in the French language is like wiping your ass with silk.
    30. Re:Can the results be trusted? by OS24Ever · · Score: 1

      The system knows because the parity bit is checked and if there was an error it's not in parity, causing a parity error and rebooting

      --

      As a rock-in-roll Physicist once said, No matter where you go, there you are.

    31. Re:Can the results be trusted? by Ed+Avis · · Score: 1

      Are you saying the Mac uses parity memory? I assumed it did not (as mentioned above).

      --
      -- Ed Avis ed@membled.com
    32. Re:Can the results be trusted? by DAldredge · · Score: 1

      They do not use parity memory on the G5.

  4. Heist by DarkHazard · · Score: 2, Funny

    Surley they only need 1099 G5s.

    1. Re:Heist by Wudbaer · · Score: 1

      Yeah, I also think 1098 should be more than enough.

    2. Re:Heist by Anonymous Coward · · Score: 0

      1097

    3. Re:Heist by Anonymous Coward · · Score: 1, Funny

      for(i=1096; i=0; i--){
      reply(i)
      }

    4. Re:Heist by LeoDV · · Score: 1

      Surely they only need 950 G5's, cause I could sure use a G5 and a hundred thousand bucks.

      You know, to buy 22" LCD displays, iPods and Powermacs. And a Ferrari.

    5. Re:Heist by Anonymous Coward · · Score: 0

      Here we go... /.'s deepest ever thread!

      1096

    6. Re:Heist by Anonymous Coward · · Score: 0

      1095

    7. Re:Heist by AKAImBatman · · Score: 1, Funny

      > for(i=1096; i=0; i--){
      > reply(i)
      > }

      Congrats. You've managed to snag yourself exactly ZERO machines. Try this instead:

      for(i=1096; i >= 0; i--){
      reply(i)
      }

    8. Re:Heist by Anonymous Coward · · Score: 0

      1094

    9. Re:Heist by Anonymous Coward · · Score: 0

      1093

    10. Re:Heist by Anonymous Coward · · Score: 0

      1092

    11. Re:Heist by Anonymous Coward · · Score: 0

      1091

    12. Re:Heist by toddestan · · Score: 1

      1090

    13. Re:Heist by Anonymous Coward · · Score: 0

      1089

    14. Re:Heist by Anonymous Coward · · Score: 0

      1088

    15. Re:Heist by Anonymous Coward · · Score: 0

      1087

    16. Re:Heist by Anonymous Coward · · Score: 0

      1086

    17. Re:Heist by Anonymous Coward · · Score: 0

      1085

    18. Re:Heist by Anonymous Coward · · Score: 0

      1084

      I am sure this is a violation of the DCMA or something ...

    19. Re:Heist by Anonymous Coward · · Score: 0

      1084

    20. Re:Heist by lowmagnet · · Score: 1

      One must assume a used Ferrari.

      --
      Heute die Welt, morgen das Sonnensystem!
    21. Re:Heist by flossie · · Score: 1
      Er, do you mean

      for(i=1096; i > 0; i--){
      reply(i)
      }

      ?

    22. Re:Heist by Anonymous Coward · · Score: 0

      just to let you know, I once nested a thread 205 deep. if you get this thing down to 0 you'll be the winner.

    23. Re:Heist by AKAImBatman · · Score: 1

      Hah! You got me! :-) Usually during programming, you'd count the 0 as an item, but for physical objects, that wouldn't work so well. :-P

  5. 13:00? by Anonymous Coward · · Score: 0

    But its 16:10 over here! Please state what time zone it is!

  6. Video? by Anonymous Coward · · Score: 0

    Posting video to slashdot, isn't that a bad idea?

    1. Re:Video? by coolgeek · · Score: 1
      Posting video to slashdot, isn't that a bad idea?

      And soon to be considered a felony in a courtroom near you.

      --

      cat /dev/null >sig
  7. Yes, but, by Anonymous Coward · · Score: 2, Funny

    can it defeat an iMac in Apple's Photoshop benchmarks ;-)?

    1. Re:Yes, but, by Anonymous Coward · · Score: 0

      My Gxen2 0pt1m153d 4T470N 3xt3m3 3dit0n using -o9 --fun-rolls -mcpu=i1086 --with-bogomiperz w1th t3h g1mp 1.3.22 w1ll k1x it'z 4$$

    2. Re:Yes, but, by Anonymous Coward · · Score: 0

      It's sad when /. posters can't even spell correctly in h4x0|2...

  8. Re:Sir Haxalot NOTICE TO MODERATORS by Sir+Haxalot · · Score: 0, Offtopic

    Sir Haxalot is a karma whore troll. He is currently trying to gain Karma by posting google cache links in various articles all over slashdot so he can later use his karma-enhanced account to post trolls later on without worrying about killing his karma and having the added bonus of posting at +1 or +2 while doing it.
    The sad thing is that when he posts links, he posts the same links that were in the article summary and violates copyright law by copying the article text verbatim. He even posts links to outdated Google Cache copies of the articles, even when the article links STILL WORK!
    So moderators, I ask that you review his Posting History and see that what he does is nothing more than plagarism, trolling, and blatant karma whoring.

    I'm honoured that you care about me enough to even post that, thankyou :)

    --
    I have over 70 freaks, do you?
  9. Twice as fast...? by suwain_2 · · Score: 2, Interesting

    ...considerably more than doubling the performance of the current number 3 1152-node dual 2.4 GHz Xeon MCR Linux cluster.

    If I understand this correctly, it's saying that a G5 is more than twice as fast as a dual 2.4 GHz Xeon? (1152 dual 2.4 GHz Xeons vs 1100 dual 2.0 GHz G5s -- there are fewer G5s and they run at a slower clock speed.)

    This is a pretty staggering statistic. I hadn't really believed the hype about how fast the new G5s were.

    --
    ________________________________________________
    suwain_2 :: quality slashdot p
    1. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      Don't get all crazy trying to match clock speeds as comparison when they are two totally different chip architectures

    2. Re:Twice as fast...? by Genady · · Score: 1

      No, they're saying this cluster is twice as fast as the other one. You can't boil these numbers down to the processor level. Doing so is overly simplistic.

      --


      What if it is just turtles all the way down?
    3. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      Ummm they are using 10TB of RAM, the Xeon machine only has 4.2TB. Also the Xeon machine is 18months old which means that it is 1/2 as fast as current technology.

      This is like comparing a P4-3.2GHz with a G4-866MHz.

    4. Re:Twice as fast...? by adam872 · · Score: 2, Informative

      The two clusters are different enough that making accurate comparisons is difficult. The new G5's have a more recent PCI architecture, they use Infiniband as the interconnect and it's possible that they made use of the AltiVec (though I hear that this may not be the case because of 32 bit limitations). I believe none of these apply to the Xeon's. In high speed computing, the interconnect is vital, so that alone may push this cluster ahead for the time being. I don't doubt that the individual G5 processor are bloody quick (and as a Mac user and fan, I'm kinda glad) though.

    5. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      I'd still take the G4 over the P4...

    6. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      Away with your silly details and logic, the maccies have something to masturbate to!

      The best part is that they usually have a G3 or a G4, but for some reason derive sexual pleasure that someone else's G5 computer is 73H F457357 3V4R!!1! when you put really odd constraints, like not using the right compiler, or only using this set of photoshop filters, and not those, etc. etc.

      It's fun to sit back and watch them disprove their previous crowing about how the G4 was supposedly the fastest. Now they admit (by the numbers) that it's a dog, oh but the G5 now, honestly this time, for a change, we're not lying....

    7. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      Ohhh, really? I think someone is a little bit threatened by the lack of superiority of their chosen hardware...joking aside, four months ago, it was the exact opposite argument...Besides, the Xeon's are higher Ghz and still get smoked.

    8. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      The 17 TFlops value can either be Rmax or Rpeak.
      I guess it is Rpeak. If I am right this machine would be only third in the Top500 June list.

      Also 17 TFlops / 2200 means that each processor makes 7GFlops. This would problably be "2 multiply and two accumulate" at 2GHz.

      The 2.4GHz Xeons were able to perform 4.8GFlops each since the Linux Networx cluster has Rpeak=11060.
      This is coherent with the speed of SSE2. The operation that makes "2 multiply and two accumulate" takes 2 cycles on a Xeon.

      As you can see, it is reasonable to think that the 17 Flops value is an Rpeak value. Therefore, this machine is NOT twice faster than the Linux Networx cluster. It is 1.5 times faster, which is quite impressive anyway.

    9. Re:Twice as fast...? by ErnstKompressor · · Score: 1

      Seeing as the Xeon was a 2.4 Ghz and that the fastest Xeon is now 3.2 Ghz, It would only be .8 Ghz faster or approx. 33% faster which would still leave it behind the 2 Ghz G5's, if they truly were twice as fast...which I will not begin to argue here as I have yet to use one myself...

      Happy Sunday :) "~~~" you out there?

      --
      We apologise for the fault in this post. Those responsible have been sacked. -- Signed RICHARD M. NIXON
    10. Re:Twice as fast...? by Halo- · · Score: 1

      As a lot of others have pointed out, there is a lot more to "speed" that the frequency of the clockchip. I use a lot of IBM "P-series" (what used to be called RS/6000) machines at work. The clock speeds are generally low (sub 1Ghz) but in certain situtations these machines absolutely smoke. In other situtations, such are running Java, they drag ass. A lot has to do with how well the application using the processor takes advantage of the low-level capabilites.

      Think of computers like cars. The Honda S2000 only has between 2 and 2.2 liters of displacement, but it will smoke most other cars which displace equal amounts because of how it is tuned, geared, built, etc...

      More clock speed is in many respects a cop-out when it comes to performance. Faster chips give you faster code, but as the chips get faster, the code gets slower. Moore's law applies to hardware, not software.

      Man, did I get off-topic or what? Anyway, in summary: yes, the G5 is faster clockwise, but there are a lot of other factors.

    11. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      The 3.2GHz Xeons have 2MB cache while the 2.4GHz have 512KB cache. In SPEC scores they are nearly 100% faster.

    12. Re:Twice as fast...? by TheRaven64 · · Score: 2, Funny
      I'd still take the G4 over the P4...

      I'm not so sure. It's almost winter, and this house can get pretty cold...

      --
      I am TheRaven on Soylent News
    13. Re:Twice as fast...? by AArmadillo · · Score: 1

      I'm not sure exactly what software they used for this benchmark, but the G5's AltiVec vector unit is several orders of magnitude faster than the SSE2 vector unit on the Xeon. If they used software that is optimized for AltiVec, it doesn't surprise me in the slightest that the G5 beat out the Xeon hands down. What would surprise me is if this difference was in unoptimized code -- ie, code that doesn't use the vector units.

    14. Re:Twice as fast...? by liquid+stereo · · Score: 1

      I've done my own testing with a CFD code I wrote and the G5 is more 2x the speed of the P4 Xeon. Just my experience...

    15. Re:Twice as fast...? by Rand310 · · Score: 1

      Um... isn't this the same argument Apple used when they had the slower CPUs (that WERE slower).

      how the table's have turned

    16. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      I've got a G4 laptop, and it is fucking fast. Maybe not as fast as a 2 GHz+ P4, but so what? Anyway, I'm buying a G5 in about 2 weeks.

    17. Re:Twice as fast...? by MesiahTaz · · Score: 1

      I doubt you have to rev your RS/6000 to 6k rpm before it becomes more than a glorified Civic.

      --
      Are you an open source warrior?
    18. Re:Twice as fast...? by Jeffrey+Baker · · Score: 1

      Was that an exaggeration or what? By your reckoning, the Altivec unit in the G5 is at least 1000 times faster than the SSE2 unit in the Xeon?

      Uh, yeah ....

    19. Re:Twice as fast...? by Jeremy+Erwin · · Score: 1

      Please document your assertions.

    20. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      PIIIs had higher performance than PIVs if you go by the GHz.

    21. Re:Twice as fast...? by TennesseeVic · · Score: 1

      Your CFD code is probably of a completely different nature than the Linpack benchmark. Most CFD is closer to Blas 1 which has no cache reuse, while Linpack is completely Blas 3, which is lots of reuse if you can code it the right way. If I'm not mistaken, the G5 still has only a single precision AltiVec, while SSE2 is double precision. That means the G5 gets no help from the AltiVec (the linpack benchmark is double precision).

    22. Re:Twice as fast...? by pastafazou · · Score: 1
      I guess it is Rpeak.

      Therefore, this machine is NOT twice faster than the Linux Networx cluster.

      Drawing a definite conclusion from a guess about the setup? Perhaps you should research a bit more before adding your 2 cents.

    23. Re:Twice as fast...? by mangu · · Score: 2, Informative

      17.6 Tflops in 2200 processors results in 8 Gflops/processor. I don't know about the Xeon, but I have benchmarked my own 2.4 GHz Pentium4 at 6 Gflops, multiplying two 1000x1000 random matrices using Lapack. So, yes, 8 Gflops at 2.0 GHz is faster than 6 Gflops at 2.4 GHz, but only slightly. Also, there is the overhead in the matrix multiplication. The peak performance in the 2.4 GHz P4 would be 9.6 Gflops, so one can say there's no magic other than Apple marketing in the G5. The diference in performance between those two clusters probably comes from other factors than processor power.

    24. Re:Twice as fast...? by AArmadillo · · Score: 1

      Magnitude is base 2 in computers ;-).

    25. Re:Twice as fast...? by ColMustard · · Score: 1

      Now factor in cost. Then you'll find more magic.

      --
      Moof.
    26. Re:Twice as fast...? by redJag · · Score: 1

      The G5 is clocked at 2Ghz, the Xeon at 2.4Ghz. How is the G5 faster clockwise?

    27. Re:Twice as fast...? by Blondie-Wan · · Score: 2, Insightful

      You obviously haven't been paying attention. The Mac world stopped crowing about the G4's superiority over other systems once it became clear it no longer was (if it had been to begin with), i.e., as the MHz gap got wider and wider. Prior to the G5 intro at WWDC, Steve hadn't run one of his keynote Photoshop bake-offs in a while; even he wasn't claiming dual ~1 GHz G4 systems were faster than what the Wintel world could offer. Many people pointed out (correctly) that there was still a MHz myth and that the Macs weren't as slower than the Wintel systems as the numbers might imply, but on the whole, most Mac people were certainly conceding at the beginning of this year that the fastest PCs were faster than the fastest Macs.

    28. Re:Twice as fast...? by Halo- · · Score: 2, Informative

      Yeah, it might be the same argument, but either way it is fairly pointless. This is why benchmarking is such a controversial subject. Do you measure pure operations per second? If so, which ops? Or do you measure the actual wallclock time it takes for real world programs to execute a set of common tasks? Again, which programs and which tasks? (Which doesn't even begin to get into the all-to-real problem of vendors adding hacks to screw with the benchmark ala the video card arms race....)

      I don't know jack about Macs, but it wouldn't surprise me if some marketing drone had claimed that. They might have even had a few examples to back it up.

      Ultimately, "speed" isn't really a singularly quantifiable entity. I can think of at least three different ways to measure speed:

      1) Pure CPU operations per second. Good for hard math, but only part of the equation

      2) Hardware speed across the entire system. If the CPU screams, but the memory subsystem drags ass, the usage speed is slower. I doubt VT's cluster would be very cool if it was using 9600 baud modems for interconnects. :)

      3) Perceived speed. How fast does it feel like it runs? For example the Transmeta chips which "learn" and optimize will feel slower or faster depending on if the code has been run recently, but the hardware speed hasn't changed.

    29. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      I love it when a Slashdrone multiplies two matrices on his Pee Cee and then concludes that there's nothing to all this "supercomputer" stuff.

    30. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      Oh yeah? I've done my own testing, too--and they're both the exact same speed: 32 ft / sec^2

    31. Re:Twice as fast...? by Alan+Partridge · · Score: 1

      "Think of computers like cars. The Honda S2000 only has between 2 and 2.2 liters of displacement, but it will smoke most other cars which displace equal amounts because of how it is tuned, geared, built, etc..."

      Honda's own Civic Type R is faster than the S2000, your analogy is totally idiotic.

      --
      That was classic intercourse!
    32. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      Keep in mind that the G4 appeared in 1999 and was really nothing special when compared to the PIII at the time. If it took until the beginning of 2003 before "most Mac people" conceeded that PCs were faster, that's really pathetic.

      There certainly was the meme in the Mac community during the dark days of the G4 450Mhz that a G4 was "twice as fast" as a Pentium of the same clock. Just as there's the meme today that a G5 "blows away" a Pentium 4 (when in fact it's about equal).

    33. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      True, Altivec doesn't provide double precision primitives. But SSE/SSE2 and Altivec have registers that are 128-bits wide, so you'd only get a 2x parallelism there (doubles being 64 bits wide).

      The G5 still wins since it has two fully functional floating point units so just using ILP will get you the same parallelism as SSE on Intel, and you have a LOT more registers to play with in the PowerPC ISA than Intel (namely 32 general-purpose registers on the PPC versus 8 SSE/SSE2 vectors on the Intel). In addition you have less hoops to jump through to get the data into those PPC registers versus all of the vector loads and such you'll have to do with SSE.

    34. Re:Twice as fast...? by Halo- · · Score: 0, Offtopic

      I'll agree the analogy is not perfect, but the point is that there is are a lot of factors besides engine size or CPU frequency to consider.

      Oh, and the Type R Civic displaces more (trivially) than the S2000, and is slower in both pickup and top speed. While they top out similarly, the .6 seconds faster from 0-60 means if both cars are stock, the Civic gets smoked.

      Civic Type R
      displacement: 1998 cc
      top speed : 146 mph
      0 - 60 : 6.8 seconds

      S2000
      displacement: 1997 cc
      top speed : 150 mph
      0 - 60 : 6.2 seconds

    35. Re:Twice as fast...? by codifus · · Score: 1

      OK, the S2000 analogy is nice, but when you get down to the real nitty gritty, the S2000 achieves its phenomenal performance by doing drop-clutch-burning launches. The cars with twice the engine displacement don't burn any clutches to achive fast results, they just have massive amounts of torque, which the S2000 lacks. So, it makes me wonder, what are the G5s compensating for? CD CD

    36. Re:Twice as fast...? by Blondie-Wan · · Score: 1
      There certainly was the meme in the Mac community during the dark days of the G4 450Mhz that a G4 was "twice as fast" as a Pentium of the same clock.

      I think the official meme has always been "up to twice as fast" (insert alternative value of choice for "twice"), which keeps it fair. The two platforms perform differently for different applications, obviously, and a given PC might outperform a given Mac at one thing, while the same Mac outperforms that same PC at something else.

      Moreover, lots of Mac people I've come across were certainly conceding PCs were faster on the whole long before the beginning of 2003, though. Not in 1999, mind you, but back then, it was "up to twice as fast" (or up to thrice as fast, or as fast, or whatever) as the fastest PCs - depending on what one was doing with it. ;)

    37. Re:Twice as fast...? by pdykstra · · Score: 1

      The first thing you should understand about bench marking with TFLOPS is that this isn't a good measurement of performace. Modern processors have a seperate unit for floating point operations which means two processors can have the same clock speed and process flops at different speeds. It depends on what the processor designers thought was more important. I don't know a whole lot about the G4s, but intel focuses mostly on instruction sets that improve speed with multimedia programs. Because most multimedia programs don't use a lot of floating point operations, they don't focus on improving the speed of the flops. The biggest execption to this is 3D games, but most of the flops are done on the graphics card now with specialized hardware. The reason supercomputers are measured in TFLOPS is because most of the applications running on supercomputers are scientific simuations. These generally have a lot of complex math done with flops. But this still doesn't account for a lot of the bottlenecks that might occur in the calcuations. The major bottlenecks would be the bus speed which in 1GHZ on the G5 and 400MHZ on P4s and the speed of the network. The P4s just came out with a 800MHZ bus and a 1GHZ bus, but older supercomputers might not have these. The network on VT's terascale supercomputer is using an infinaband network, which is the fastest avalible today without using a custom built network. I worked on the terascale server and Jason Lockheart said the speed was calculated, but they weren't releasing any information on the benchmarking done on it until later so it wouldn't affect their placing in the top 500 list. So I don't know where slashdot got their information, but I wouldn't trust it completly. On a side note, those G5s are looking really nice right now. Dual 2.4GHZ and 1GHZ bus speed, not to mention OSX. Almost makes me want to go out and buy one. Almost, they're still macs, but mabe in a couple years. It's apple's first attempt at selling computers based on their power and not on how good they look.

    38. Re:Twice as fast...? by Alan+Partridge · · Score: 1

      Those specs are pretty meaningless as the Civic has consistently proved itself the faster machine on the road and track.

      Both nice cars, mind you.

      --
      That was classic intercourse!
    39. Re:Twice as fast...? by Anonymous Coward · · Score: 0

      that's hilarious. any usable parts left over?

  10. I don't give a flying f*** about you by Anonymous Coward · · Score: 0

    I care about the quality of slashdot - where posers like you get lumped in with real trolls and where people who blatantly karma whore get moderated up as being actually 'insightful' or 'informative' when you don't deserve it.

    1. Re:I don't give a flying f*** about you by Eric+Ass+Raymond · · Score: 0, Offtopic
      What the hell is a real troll? Are you the "post as AC or post at -1" guy? That doesn't make sense.

      A smart troll trolls you so that you've never realize you've been trolled and can certainly maintain excellent karma. It's the brute force trolls like memetrolls, gnaa and goatse-trolls who post at -1, but there's nothing wrong being a smart troll (not naming any names, though).

    2. Re:I don't give a flying f*** about you by Anonymous Coward · · Score: 0

      A real troll actualy posts quality shit - unlike Sir Haxalot and you (what are you, his fanboy?) and doesn't blatantly karma whore.

    3. Re:I don't give a flying f*** about you by cshotton · · Score: 1, Informative
      A "real" troll realizes that the term derives from the verb "to troll" and not the noun for a hairy creature that lives under a bridge and eats farm animals. The operative definition of "to troll" as it applies to Internet messages is #3.

      Main Entry: troll
      Pronunciation: 'trOl
      Function: verb
      Etymology: Middle English
      Date: 15th century
      transitive senses
      1 : to cause to move round and round : ROLL
      2 a : to sing the parts of (as a round or catch) in succession
      b : to sing loudly c : to celebrate in song
      3 a : to fish for by trolling b : to fish by trolling in (troll lakes) c : to pull through the water in trolling (troll a lure)
      intransitive senses

      If you want to use the term to refer to a message that invites one to respond or otherwise lures you into a discussion, you want this definition of the noun, from Webster's:

      Main Entry: troll
      Function: noun
      Date: 1869
      : a lure or a line with its lure and hook used in trolling

      For those of you who were in diapers when the Internet was created, a "troll" is a message designed to lure you into responding, to rise to the bait, so to speak. Please learn this bit of Internet lore before we have to start the canings again.

      --

      Shut up and eat your vegetables!!!
    4. Re:I don't give a flying f*** about you by Anonymous Coward · · Score: 0

      Is is possible that the hairy creature that lives under bridges was called that because they followed definition 3 above, or vice-versa?

    5. Re:I don't give a flying f*** about you by Anonymous Coward · · Score: 0

      "real".... what is this "real"?

      A dictionary is a codification of the "meaning" of a word at a particular time, often only codification(s) that are acceptable to the people who create the dictionary. It is not a true representation of the usage of the word. Why do you think there are so many dictionaries of slang? Because there is a seperation, not only temporal, between current usage and a dictionary.

      Current usage on the internet of the word "troll" is BOTH the one you provide and the billy goat gruff hatin' under-the-bridge-livin hairy troll. Otherwise the common saying "please don't feed the trolls" would be "wrong" right?

      You are a grammar nazi who would enforce a totalitarian "meaning" on the "spoken" language and bind it to an institution(s)... language will always escape those who make such attempts and I am thankful for it for in diversity we find new "meaning" and endless play.

      - this announcement was delivered to you by the postmodern association for the humane treatment of words - which is a front organisation, or sockpuppet of the one and only true troll of olde.

    6. Re:I don't give a flying f*** about you by darby_smeed · · Score: 1

      First, I am amazed that you support the annihilation of small livestock. (That's what your post means to me.) Second, check who you're replying to. It's Chuck Shotton. Stop reading Slashdot and read some internet history.

  11. To quote an old gabber tune... by Anonymous Coward · · Score: 0

    - "That's kinda fast.."

    - "Kinda fast? It's FUCKING FAAAAAAST!!!!!"

  12. Dear God, by Anonymous Coward · · Score: 0

    please send me one of these for christmas.

    Thank you

  13. How much power ?!?! by Anonymous Coward · · Score: 0

    From the article:
    "project involved 1,100 brand new Apple G5 towers"
    and
    "uses the same amount of electricity as 3,000 average sized homes".

    So each G5 consumes almost as much as 3 houses? Surely a G5's power requirements are more like 5~10% of a house, so the rest must all be going on networking and cooling? I think someone's got their numbers wrong...

    1. Re:How much power ?!?! by Rand310 · · Score: 1

      Air Conditioners, switches, etc....

      more than just CPUs

    2. Re:How much power ?!?! by m_niessner · · Score: 1

      They meant 3,000 prison-cell sized dorm rooms.

    3. Re:How much power ?!?! by Midnight+Thunder · · Score: 1

      What I would like to see is the excess heat being used to heat the rest of the building, instead of simply being junked outside. By using this heat in the winter they would reduce the amount of heat the need to generate using their conventional heating system.

      That would be smart use of technology.

      --
      Jumpstart the tartan drive.
    4. Re:How much power ?!?! by Daniel_Staal · · Score: 1

      Only semi-smart.

      Places have done this, but to do it you need to design (or re-design) the heating system to do it. And then, in five years, when you upgrade the computers to newer, smaller, cooler (overall) models the entire system fails.

      It's a good idea, but computer speed/heat needs to stabilize first. Which isn't going to happen anytime soon.

      --
      'Sensible' is a curse word.
    5. Re:How much power ?!?! by afidel · · Score: 1

      The simple way to do it is to continuously pump the waste heat into the heating ducts during the winter and have the main heating system on a zoned thermostat system. That way your main heating system is only producing (n-m) btu's where n is its normal btu output and m is the waste heat output from the cluster. If you later remove m then the system still has the ability to produce n btu's. Besides that most datacenters have INCREASED in btu output and power consumption over the years not decreased. The old systems were large and hot but the new systems are small and REALLY hot. Trust me I have been in quite a few datacenters that have had their HVAC systems upgraded from the days of room sized mainframes.

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  14. interesting reactions by Selecter · · Score: 0

    Well, the G5 has certanly stirred the pot. First all the anti mac crowd say it's not as fast as Apple said it was and that Apple used cooked Spec_2000 benches. Then PC Magazine comes along and says that it's faster or as fast as anything available on X86. Now this. I dont think anyone expected this cluster to place second in the world - further proof that the G5 has what it takes. I kinda almost feel sad for the appple bashers. One by one they are losing all their tired outdated reasons to bash Macs. About all they can come up with now are lame troll posts.

  15. oh my god... by jx100 · · Score: 1

    The BBC page of the devil!!

    (look at the link URL)

  16. There was a reception yesterday by mcknation · · Score: 1


    For all the people involved in it's construction. I helped in the construction. Wouldn't have known about it if not for the Slashdot article. I don't doubt the Linpack score. Allthough the e-mail I got about the reception said the score wasen't supposed to come out for another week or so. Anybody know what went on in the reception?

    mck

    1. Re:There was a reception yesterday by Anonymous Coward · · Score: 0

      I too helped on the construction. The email I got said the reception is NOV 11, not yesterday (OCT 11).

      The email also said that benchmark figures would not be released until mid Nov. I also happen to know a few people who were involved in the benchmarking, and they not saying what the figures were.

    2. Re:There was a reception yesterday by Anonymous Coward · · Score: 0

      They're going to have a celebration for a COMPUTER on the day we honor the war dead? That's pretty fuckin heartless if you ask me.

    3. Re:There was a reception yesterday by knothead99 · · Score: 1

      I helped out with the construction of the machine as well. FYI, the reception isn't until NOVEMBER 11.

  17. How fast can it copy a 17mb file? by Anonymous Coward · · Score: 1, Funny

    That is the true test.

    1. Re:How fast can it copy a 17mb file? by Anonymous Coward · · Score: 0

      it takes longer than 20 minutes

    2. Re:How fast can it copy a 17mb file? by Anonymous Coward · · Score: 0

      Wow, that's longer than my old 386DX-33 running MS-DOS 5.0!

    3. Re:How fast can it copy a 17mb file? by Mod+Me+God · · Score: 1

      Seems nero-online is offline right now so I cannot find the BSD copy a 17MB troll, but i dug up another quality troll:

      when you go out to your car, i will be in the backseat. i will not let you
      know this until you are miles away from home. i will hold a Glock to your
      right temple, and tell you to keep your fucking hands on the wheel. i will
      direct you at gunpoint to a secluded parking lot behind a failed dot-com's
      warehouse.

      i will take you out of the car and instruct you to tape your legs together
      at the ankles. halfway through, i will tire of your sniveling and blubbering
      and pistol-whip you. this will wake you up, and sharpen your mind to the
      fact that you are as good as fucked. i will force you to touch your toes and
      hog-tie you with cat-5.

      then i will cut your clothes off. if my knife slips and cuts you, that's not
      my problem. i'll spit on my hand and rub it on my cock, to get it a little
      bit slick.

      then you will take every millimeter i can give, all at once, and if you
      scream i will just laugh and stab you in the leg. i will fuck you as though
      you are the object of all my spite and assfucking is the worst punishment i
      can give you. i will fuck you until you bleed, and i will bash you on the
      head with a rock at the moment when my cum mixes with the oozings from your
      tattered colon.

      then i will drive away, and drive your car into a river. your humiliation
      will be complete, public, and nagging. i will get away scot-free.

      --
      --

      FreeNET user? Comfortable with the adverse selection?
  18. Dude.... by iamacat · · Score: 1

    Windows Media and Real Player about a G5 cluster? Don't you mean a nice Quicktime movie? (yes I have both players on Mac, sans spyware and other undesirable "system integration". But Apple will be sad)

    1. Re:Dude.... by Ohreally_factor · · Score: 1

      >But Apple will be sad)

      I read this out loud to my dog in my most plaintive voice. =)

      --
      It's not offtopic, dumbass. It's orthogonal.
    2. Re:Dude.... by capmilk · · Score: 1

      Eat this. It's an mpg version of the clip.

    3. Re:Dude.... by norkakn · · Score: 1

      OT, but.. I just got a G5 after using bsd and *shudder* windows for a number of years, so I am still in the resedit days and I'm really curious as to how the spyware was stripped.

      would you be able to tell?

  19. It runs MacOS X !!! by Anonymous Coward · · Score: 0

    I watched on BBC World.. they are using MacOSX, so this will implicitly run FreeBSD. They also mentioned they are going to document everything and put it up online.

    1. Re:It runs MacOS X !!! by paulthomas · · Score: 3, Informative

      Ugh.

      It has been said thousands of times by now I'm sure.


      Running Mac OS X does not mean running FreeBSD Mac OS X is a system of frameworks running on top of a Mach Kernel. The only thing that relates Mac OS X to FreeBSD is the userland. In addition to the userland you have: Cocoa, Carbon, Aqua, Java, etc. The FreeBSD portion is minimal.

      And yes, if you want you can run this lower level unix without the rest of Mac OS X. It is called Darwin. It runs on Intel and PPC if you're wondering. No, this doesn't mean that Mac OS X runs on both or ever will.

      Here is a short description of the BSD families.

    2. Re:It runs MacOS X !!! by JamesP · · Score: 1

      Running Mac OS X does not mean running FreeBSD

      Yes, but no one is going to use Acqua, Java, Cocoa and stuff...

      Its gonna work mostly w the kernel (theres no need for graphics and stuff), hence it's going to matter the most.

      --
      how long until /. fixes commenting on Chrome?
    3. Re:It runs MacOS X !!! by paulthomas · · Score: 1

      Indeed.

      But, as I said, the kernel is not of FreeBSD lineage. XNU is the Darwin mach kernel. Not that it really matters.

  20. 17.6 Teraflops? That's almost a Hollywood by Anonymous Coward · · Score: 0

    2 thumbs down = 1 raspberry
    1000 raspberries = 1 critic
    1000 critics = 1 magazine
    1000 magazines = 1 flop
    100 flops = 1 Oscar
    100 Oscars = 1 Hollywood
    So Hollywood runs around 20 trillion flops.

  21. I wonder... by Anonymous Coward · · Score: 0

    ...how many BogoMips does it do?!

  22. Cluster problem. by Anonymous Coward · · Score: 1, Funny

    I don't wan't to start a holy war here, but what is up with you G5 cluster zealots? Ive been sitting at my freelance gig of a G5 cluster (1200 Dual G5s) for twenty minutes as it attempts to copy a 17 megabyte file from one folder to another! Twenty minutes! At home my Beowulf cluster of 100 Celerons running Linux, the same operation takes just 2 minutes, if that. While this is happening, Itunes won't work, and everything else grinds to a halt. Even vim is struggling to catch up as I type this.

    Yes, I do have DMA enabled, and I am using 25K SCSI disks. My old 3.2 Ghz 64 way xeon runs faster than this G5 cluster at times. G5 zealots, flame me if you like, but I'd rather hear some intelligent reasons why I should use G5s over faster, cheaper clusters.

    1. Re:Cluster problem. by Anonymous Coward · · Score: 0

      I say! Poetic beauty the likes of which I have hardly before seen on Slashdot. You will not escape the threat of downward moderation, good chap, but you should be praised to the heavens.

    2. Re:Cluster problem. by FosterKanig · · Score: 0, Offtopic

      Damn. No mod points. Excellent use of a troll post.

    3. Re:Cluster problem. by the_2nd_coming · · Score: 1

      and I am one of the privileged that can say "I was there when this famous troll was first posted!!"

      it is nice to see it being used so often :-)

      --



      I am the Alpha and the Omega-3
    4. Re:Cluster problem. by Morky · · Score: 1

      This is not a troll. This is some funny shit.

    5. Re:Cluster problem. by MuckSavage · · Score: 1

      That is funny. Damn, I wish I had some mod points.

    6. Re:Cluster problem. by Anonymous Coward · · Score: 0
      I just meta-modded up the guy who said this is "Funny".

      I agree, this was a cool parody of a troll - too bad the guys who modded this down couldn't see through that.

  23. Re:Imagine... by the_2nd_coming · · Score: 1

    oh wait.

    --



    I am the Alpha and the Omega-3
  24. New top-500 list will be announced around Nov 18 by slyfox · · Score: 3, Informative

    The new "top 500" list will be announced right before SC2003 and discussed in detail at a session of SC2003 on November 18.

    Look for another (less speculative) story on Slashdot around then.

  25. Are they all running Panther? by failedlogic · · Score: 1, Flamebait

    What's been left behind is wether or not these systems are using Panther as the OS. It would seem that with this kind of performance, an Apple supplied OS -- as opposed to Yellow Dog would -- only be capable of performing well on the G5 since Panther has processor optimizations for the G5.

    If the original XServers were too costly and low performance (since they came with a G4) wouldn't a G5 server (since the performance is apparently much better) be a great option for small/medium size businesses for a web/mail/database server?

    1. Re:Are they all running Panther? by ivan256 · · Score: 1

      -- as opposed to Yellow Dog

      This bothers me as much as people synonymizing Red Hat with linux for x86, and Internet Explorer with the internet; and yes, you sound just as dumb when you jump into a discussion on PowerPC based supercomputers running linux and equate the entire PowerPC world with Yellow Dog as somebody who jumps into a conversation about the internet and equates it with AOL version 7.0.

      Just FYI, Red Hat is the only major linux vendor out there that doesn't support PowerPC. Very few people use Yellow Dog when they run Linux on their Mac. Most, in my experience, tend to run Debian or Suse. The proper way to describe Linux that is run on a PPC processor is "Linux", "LinuxPPC", or "PowerPC Linux". Now, armed with this knowledge you can at least pretend to know what you're talking about in this discussion without being ignored.

    2. Re:Are they all running Panther? by Maserati · · Score: 1

      No, the G5s shipped with 10.2.7, it's recompiled for the G5 to take advantage of the new architecture - should be reasonably optimized although that probably isn't a priority yet - and has some 64-bit support. Yellow Dog Linux is ready for the G5, but their support is only as good as gcc at this point.

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
    3. Re:Are they all running Panther? by sylencer · · Score: 1

      First of all, it's XServe, and many of those should be called XServes.

      About G5 in an XServe - we will have to wait for that to happen, because you can't cool one or two G5s in a 1U case, and a G5 PowerBook won't hit the shelves too soon because of the power consumption...

    4. Re:Are they all running Panther? by StarmanDeluxe · · Score: 1

      I wouldn't find it all that unlikely that they shipped with a specially-made version of OS X. Perhaps not a Panther pre-release version, but I don't think Apple would just slap 10.2.7 on all these computers (whose performance needs to be very high, as I'm sure Apple would love the advertising).

    5. Re:Are they all running Panther? by mithras+the+prophet · · Score: 1

      If they shipped with 10.2.7, can they buy the Panther family pack? Or 220 family packs?

      --
      four nine eighteen twenty-7 thirty-nine forty-7 fiftyeight sixty-nine seventy-9 eighty-8 one-hundred-and-nine one-twenty
    6. Re:Are they all running Panther? by Anonymous Coward · · Score: 0

      It's not recompiled. Full compiles of OS X are only done for 10.x releases.

      10.3 for G5s wouldn't be 970-scheduled either, apart from some parts that need speed.

    7. Re:Are they all running Panther? by Ianoo · · Score: 1

      But we don't say "x86 Linux", do we. The operating system is called Linux (or more correctly GNU/Linux) whatever processor it runs on.

    8. Re:Are they all running Panther? by Paradise+Pete · · Score: 1
      But we don't say "x86 Linux", do we. The operating system is called Linux (or more correctly GNU/Linux) whatever processor it runs on.

      Just plain "Linux" was the first suggestion in his list.

    9. Re:Are they all running Panther? by rsmith-mac · · Score: 1

      No, the family pack is only for home users; commercial and education users need to look elsewhere. Likely, Apple gave them a special contract(especially if they built a customized version of the OS) which cost a fair bit more.

    10. Re:Are they all running Panther? by Midnight+Thunder · · Score: 1

      They had a 1st of October deadline to meet for the cluster. If they had waited for Apple to bring out their G5 XServe, then they would have missed the deadline. The G5 towers were available and had been tested to a fuller extent, and they probably worked out to be cheaper. If you look at the photos, on the site, then you will notice that space was not an issue, so enclosure size was probably not important.

      I would not be surprised if the first generation of G5 XServes are 2U cases, so that there is enough space for the heat sink and proper cooling.

      --
      Jumpstart the tartan drive.
    11. Re:Are they all running Panther? by Anonymous Coward · · Score: 0

      It's not "XServe." It's "Xserve." Note capitalization. English is case-sensitive.

      you can't cool one or two G5s in a 1U case

      You can, actually. The G5 is actually cooler than the G4 at the same clock rate, making the 2 GHz G5 less than 50% hotter than the currently-shipping 1.33 GHz G4's.

      The reason the Power Macintosh G5 has such huge heat sinks and so many big fans is noise, not heat. Using big sinks and lots of fans, the Mac can dissipate the heat with less air movement per fan, meaning less noise.

      A dual-2.5 GHz G5 Xserve would be loud, but not technically challenging.

    12. Re:Are they all running Panther? by arivanov · · Score: 1

      which cost a fair bit more

      Or less...

      The power of this err... is nothing compared to the power of the force (marketing).

      Just think of all the free publicity they have got so far.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    13. Re:Are they all running Panther? by jespring · · Score: 1

      They are not running Panther, but they will be, hopefully soon.

      The reason they are using G5 towers instead of Xserves is not price or perfomance, but reusability. VA Tech has a huge lab of macs (mostly FP iMacs and older G4 towers). As the cluster machines age, they can be swapped out with newer hardware, and the G5s can then make excellent lab workstations for students.

      Very smart thinking by VA Tech, IMHO.

    14. Re:Are they all running Panther? by 11223 · · Score: 1

      No, it's not. Yellow Dog is /not/ shipping a G5 Linux, and as far as I know there's no distro out there that does. (The earlier report of Gentoo booting was a hoax.)

    15. Re:Are they all running Panther? by Lars+T. · · Score: 1
      In a recent interview (in German) (actually in a future one, since it's dated 13th of October 2003 ;-), Suse Boss Richard Seibt says "In the future, Computers from Apple will run Linux. I can envision that in 10 years their comfortable user interface will be standard on all Linux systems."

      No idea why I brought that up now ;-)

      --

      Lars T.

      To the guy who modded me down from perfect to terrible Karma - Apple haters still suck

    16. Re:Are they all running Panther? by Anonymous Coward · · Score: 0

      Oh I see! That's brilliant!

    17. Re:Are they all running Panther? by jtrascap · · Score: 1

      According to Apple, **all** G5 systems will get Panther free (well, $19.99 for a shipped CD) - they've been grandfathered into the program:

      When you fill out the form to check your G5 serial number, be sure to leave out any dashes.

    18. Re:Are they all running Panther? by n8_f · · Score: 1

      That is interesting, but it is the first time I've heard it. Could you provide a source? Thanks.

    19. Re:Are they all running Panther? by n8_f · · Score: 1

      Why don't you think Mac OS X is very high performance? Don't you think that if Apple could gain some performance benefits in OS X, they would roll it in to the OS so all their customers could benefit rather than trying to make a bunch of special builds?

      The GUI doesn't suck up any additional resources, except perhaps a small bit of RAM that is wired. Everything else will get swapped to disk and the GUI only sucks up CPU if you use it. So why is OS X a poor choice?

    20. Re:Are they all running Panther? by StarmanDeluxe · · Score: 1

      Oh, I don't think OS X is a poor choice, at all. I do, however, think it likely that Apple streamlined the OS to remove eye candy and other features that wouldn't be particularly pertinent to the cluster.

    21. Re:Are they all running Panther? by rsmith-mac · · Score: 1

      True, but still, the education/government prices are nowhere near the family pack prices. The family pack is $40/machine; no education contract I've seen gets below 2x that amount, although the contract does stipulate 3 years of free upgrades.

    22. Re:Are they all running Panther? by n8_f · · Score: 1

      Well, that is reasonable, but they are using a stock install according to Dr. Aref, as I note here. And isn't that much better advertising than using a custom-built OS X or Linux?

      BTW, if someone was interested in building a custom OS X, they can just use Darwin, which omits all of the Apple niceties and for which, of course, source is available.

    23. Re:Are they all running Panther? by jespring · · Score: 1

      Well, I'm not affiliated with either VA Tech or with Apple, but I heard it from someone who has reason to know. Take that for what it's worth... sorry to be cryptic.

      I would imagine that this will be discussed when Varadarajan speaks on the 28th.

    24. Re:Are they all running Panther? by n8_f · · Score: 1

      Well, that would be smart planning. But I wonder if it is making lemonade from lemons? After all, there was no rackmount option with the G5, so they were pretty much stuck with the desktop form factor. I wonder if given the choice, the reusability of the desktops would outweigh the extra space required (less density also means less stringent cooling). It would be an interesting study, especially since one of the design goals for this project appears to be low cost.

      Thanks for the info!

    25. Re:Are they all running Panther? by marcinjeske · · Score: 1

      Uh... no.

      Standard educational pricing is $69 for the OS.

      Looking at my university's internal pricelist, Mac OS X is $53 for a single-user license.

      While not $40/machine... it is better than 2x that amount.

      (and I must point out, that's really $200/5 machines, and further, that assumes you have a household with 5 OS X compatible computers used by people residing in the household. My household, although very Mac centric, currently only has 4 Macs running OS X, three of which came with their own license, so that family pack won't do much until Panther, even then, only 2 or three of those computers will get upgraded, so that $100-$66/machine.

      Marcin

    26. Re:Are they all running Panther? by jcr · · Score: 1

      What's been left behind is wether or not these systems are using Panther as the OS.

      They're using Jaguar (10.2.7) at the moment. They'll be using Panther shortly.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
  26. Doubling the second fastest? by }{@wkmooN · · Score: 1
    considerably more than doubling the performance of the current number 3 1152-node dual 2.4 GHz Xeon MCR Linux cluster.

    Humm, isn't the second fastest ASCI Q at Los Alamos has now been measured with 13.88 TF/s?
    As mentioned here: http://www.top500.org/lists/2003/06/top5.php
    1. Re:Doubling the second fastest? by frostjoe · · Score: 1

      considerably more than doubling the performance of the current number 3 1152-node dual 2.4 GHz Xeon MCR Linux cluster.

      It reads number 3, not number two. 17.6TFlops is about twice 7.6TFlops from your link.

      Ergo, the G5 is more than twice as sweet as the P4

    2. Re:Doubling the second fastest? by }{@wkmooN · · Score: 1

      and that's why kids you shouldn't take drugs like me

  27. High speed interconnect? by draziw · · Score: 1

    MCR uses Quadrics - What does this cluster use?
    http://doc.quadrics.com/Quadrics/QuadricsHom e.nsf/ DisplayPages/7C18E51DBC215D3E80256D5900535959

  28. MOD PARENT UP by Anonymous Coward · · Score: 0

    !. funny.

    1. Re:MOD PARENT UP by sakusha · · Score: 2, Interesting

      Yep, that's an accepted practice in mission critical real-time systems. I recall reading about the IBM computers used in the Space Shuttle, they have triple redundancy, all 3 computers operate in parallel, and they "vote" on all results. If one computer doesn't agree with the other two, it is outvoted. Of course this is an extreme oversimplification of the software design, but you get the idea.

    2. Re:MOD PARENT UP by canajin56 · · Score: 1

      I believe the space shuttle has 6 computers that vote. I read somewhere that if they have one failure, they are fine. But they have to abort if they have two, because another failure would being them down two three, the minimum required for a proper voting scheme.

      --
      ASCII stupid question, get a stupid ANSI
    3. Re:MOD PARENT UP by sakusha · · Score: 1

      Hmm.. a quick google reveals we are both wrong, they have 5 computers. How odd (literally).

    4. Re:MOD PARENT UP by 110010001000 · · Score: 0

      I would think an odd number would prevent ties. Don't know if that is the actual reason though.

  29. 5.2 million by cacheMan · · Score: 1

    Could someone who knows the going rate of these top 5 supercomputers please tell me how much less expensive 5.2 million is? I know that it sounds like a lot of money to me, but I'm guessing that it is orders of magnitude cheaper than the other top computers.

    1. Re:5.2 million by cacheMan · · Score: 1
      From this article: zdnet.co.uk

      "Sun Microsystems, for instance, is designing a supercomputer under a $50m (31.6m) grant from the US Defense Advanced Research Projects Agency (Darpa) that will contain 100,000 processors, according to Jim Mitchell, who heads up Sun's labs. The whole thing could conceivably fit into a room."

      5.2 million is a lot less then 50 million.

    2. Re:5.2 million by Kevon · · Score: 1

      yes but 100,000 is a lot more than 2200

    3. Re:5.2 million by PingPongBoy · · Score: 1

      The whole thing could conceivably fit into a room

      It strikes me that the macs are still in their own cases. How fast can information travel between machines at the far ends of the racks? It all comes down to the size of the room that the computer is built in...

      Since they went to so much effort to assemble the entire system, they should put the motherboards closer together. Is that harder to do with Macs as opposed to PCs?

      How accurate are the benchmarks for supercomputers? If I want to compare this Mac cluster to a futuristic CPU running 17 THz who will appear faster?

      --
      Know your pads. One time pad: good for cryptography. Two timing pad: where to take your mistress.
    4. Re:5.2 million by Anonymous Coward · · Score: 0

      How fast can information travel between machines at the far ends of the racks?

      186,000 Miles/second. Taking the guts out of the cases in an attempt to make the cluster denser and reduce the distance information would have to travel between machines would be utterly, utterly pointless.

    5. Re:5.2 million by TheRaven64 · · Score: 0
      Since they went to so much effort to assemble the entire system, they should put the motherboards closer together.

      When you're inside an IC (don't try this at home kiddies...) the speed of light is pretty slow, and you have to be careful that it's not a limiting factor. When you get to the motherboard level it's possibly not quite as fast as you would like, but pretty fast. Once you get out of the case it's usually far faster that you need, and a couple of extra meters adding a few ns to the latency isn't going to make much difference. If they had put the motherboards closer together, then they would have had to implement a custom cooling solution (the G5's cooler than a P4, but is still quite warm), and that would have driven the price up a long way (even at around $100 / node it would have been $110000, and that's cheap when you count parts and labour). My guess is that they decided that the (small) performance gain would not justify the extra cost.

      If I want to compare this Mac cluster to a futuristic CPU running 17 THz who will appear faster?

      To effectively use this cluster, they will be running at least 2200 processes (one on each CPU). A single CPU would have to do a large number of context switches to do this, which would add a large overhead, and may make it slower. On the other hand, a single CPU would have much lower latency IPC, so may be faster. There's no real way to answer to this question without knowing the type of calculations, or knowing a bit more about the 17THz CPU (which, if it's an Intel CPU will probably be here next year and be slightly faster than a current P4...)

      --
      I am TheRaven on Soylent News
    6. Re:5.2 million by Anonymous Coward · · Score: 0

      Sorry for the anonymous post, but just to be safe....

      I can only give very rough estimates, but ASCI White was in the $100+ million range, ASCI Q was around there as well, and NEC's earth simulator was several times that.

      However, MCR is a couple years newer than White, and it was more like the $15 million range. That does make $5.2 million rather cheaper, but it's also a year newer than MCR. Dropping hardware prices and all....

    7. Re:5.2 million by Gilmoure · · Score: 1

      They kept the Apple cases as they're designed for the cooling the G5s need as well as keeping the cost down. Adding in 4U boxes or whatever it'd take to fit all the fans in the G5 cases would have been really expensive as well as time consuming.

      --
      I drank what? -- Socrates
    8. Re:5.2 million by bdow · · Score: 1

      Electricity does NOT travel at the speed of light. I don't recall the exact numbers, but we're talking about cramming electrons into a tube until it pushes some out the other end, not photons traveling through vacuum.

    9. Re:5.2 million by geekboy_x · · Score: 1

      They keep 'em in the cases for cooling purposes. This way the macs cool themselves and you only have to cool the room, as opposed to cooling every board that you pull out of the case.

      --
      -- There are two kinds of motorcycles. 1: German. 2: Crap.
    10. Re:5.2 million by Anonymous Coward · · Score: 0

      Lets not confuse electricity with electrons... Sure, electrons in a wire only move a few cm/s (that number popped in my head from a lecture a few years ago.. its probably wrong), but the electrical signal moves much faster (the speed of light in that media, i'd assume).

    11. Re:5.2 million by jcr · · Score: 1

      Another factor to consider here is that in a couple of years, when VPI wants to update the cluster, they can part out the dual G5's and put them on people's desks. Two years hence, it's still going to be a pretty spiffy machine.

      In fact, they could probably e-bay them and recover half or more of their cost.

      Compare that to most other cluster nodes, which are typically built without display cards, sound cards, etc.

      A two-year-old intel box that needs a couple hundred dollars worth of parts and six hours of labor to make it useable on your desk is probably headed for a landfill or metal recycler, rather than five more years of use.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    12. Re:5.2 million by Hagen · · Score: 1

      An article from last year says the price for the current top of the heap, the NEC Earth Simlator, cost roughly $350 million to build, and IBM's ASCI White, another contendor, was around $110 million.

    13. Re:5.2 million by bdow · · Score: 1

      Yes, the electricity moves much faster than the electrons (which is what I was getting at with my analogy of pushing them through a tube). But still nothing approaching the speed of light. Optical IS faster, not that it usually makes a measurable difference.

  30. Infiniband by Anonymous Coward · · Score: 1, Informative

    10 Gbps Infiniband from Mellanox

    Each machine has a PCI-X Infiniband card, interconnected with several 96-port switches.

  31. Pains a Mac user by mariox19 · · Score: 1

    The video is available for either Windows Media Player or RealOne Player -- but not QuickTime!

    Ouch!!!

    --

    quiquid id est, timeo puellas et oscula dantes.

    1. Re:Pains a Mac user by Anonymous Coward · · Score: 0

      Yes, God forbids Mac users ever install the MacOS versions of Real One Player or Windows Media Player...

    2. Re:Pains a Mac user by zpok · · Score: 1
      --
      I think, therefore I am...I think.
    3. Re:Pains a Mac user by mariox19 · · Score: 1
      God forbids Mac users ever install the MacOS versions of Real One Player or Windows Media Player...

      I have both on my iMac; and that's not my point.

      I just thought that fellow Mac users would feel the same way. I like to see QuickTime being used, that's all. And for a story specifically about Apple hardware, I just sense a kind of irony.

      --

      quiquid id est, timeo puellas et oscula dantes.

    4. Re:Pains a Mac user by Anonymous Coward · · Score: 0

      you like to see quicktime used since you're a part of the greatest evil on earth called The Mac Cult!!! buahahahha

    5. Re:Pains a Mac user by capmilk · · Score: 1

      Here is an mpg version of the clip.

    6. Re:Pains a Mac user by MoneyT · · Score: 1

      Some of us prefer to avoid using Real and WMP is a fairly crappy product (think PC version of quicktime)

      --
      T Money
      World Domination with a plastic spoon since 1984
    7. Re:Pains a Mac user by repetty · · Score: 1

      "Yes, God forbids Mac users ever install the MacOS versions of Real One Player or Windows Media Player..."

      Why are you jumping to conclusions? I tried Microsoft's product and, frankly, it sucked. Badly.

  32. parent is right, lame choice of players by Selecter · · Score: 0

    Really. who the hell wants to watch the story about how G5's kick major ASS on Windows Media Player????

    1. Re:parent is right, lame choice of players by mzajac · · Score: 1

      I do, but Microsoft's out of date WMP for Mac won't play the audio in the BBC files.

  33. So? by Anonymous Coward · · Score: 0

    Who cares?

  34. No QuickTime? by Anonymous Coward · · Score: 0

    You'd figure that with all of those G5s, that they might buy one Mac to make Quicktime movies.

  35. But it doesnt add up...? by skinfitz · · Score: 1

    I didn't see anywhere the source of these benchmarks - I believe what they have done is multiply the SPECfp_rate_base2000 for a dual processor 2GHz G5 (which according to Apple is 15.7) and multiply it by 1100.

    The thing is, that only comes to 17.27TFLOPS, and in addition it does assume that the original spec scores were accurate.

    Would anyone care to shed some light onto this?

    1. Re:But it doesnt add up...? by Anonymous Coward · · Score: 0

      As you are already implying the SPECfp score was incorrect why don't you see the obvious that it simply was too low? ;-)

    2. Re:But it doesnt add up...? by Aardpig · · Score: 2, Informative

      Would anyone care to shed some light onto this?

      I can shed light to this extent: a linear scaling between processors and processing power is only realized in the most idealized of situations (those known as 'embarrasingly parallel'), where each job is small and completely independent of other jobs. The funny thing about embarrasingly parallel tasks is that they do not need a fancy parallel computer; they can just as easily be accomplished on N separate 486 machines, if N is sufficently large.

      The upshot? If they claim a purely-linear scaling, they are either lying, or only considering those jobs for which one can get by on a (large) Beowulf cluster of shit machines. My head is not turned by this news...

      --
      Tubal-Cain smokes the white owl.
    3. Re:But it doesnt add up...? by Anonymous Coward · · Score: 0

      Performance was measured with Linpack, RTFA.

    4. Re:But it doesnt add up...? by Anonymous Coward · · Score: 0

      Im not sure specFP gives the result as flop/s...

    5. Re:But it doesnt add up...? by Anonymous Coward · · Score: 0

      About the Linpack benchmark:
      http://www.top500.org/lists/linpack.php
      About SpecPF:
      http://www.specbench.org/cpu2000/CFP2000/

      LinPack!=SpecFP

    6. Re:But it doesnt add up...? by Anonymous Coward · · Score: 0

      Apple's original published benchmarks were compiled using GCC not IBM's PPC optimizing compiler which is reputed generate up to 40% more efficient PPC code. I assume that with this benchmark being critical to obtaining tens of millions in grants and contracts they (VT) likely used a more efficient compiler than GCC. The use of a (Linux) GCC compiler on the Intel in Apple's original benchmarks is what had the Intel apologists up in arms. Intel's optimizing compiler also generates much faster code (than GCC) but IMHO the use of GCC on both platforms was a legitimate benchmark (as has been borne out by this as well as most (dual platform) commercial application software)

  36. Not that simple... by wiresquire · · Score: 0, Offtopic

    Quoting one paragraph out of context of the contract tells you jack squat.

    The section could start off with "The following will not apply". Unlikely, but I've seen one contract that flipped negatives 3 times.

    In most of the contracts I've seen, the key section would be the one on termination which outlines what survives and what doesn't. And the definitions section is usually pretty important too. Like the definition of SOFTWARE PRODUCT. I'd expect that to be the Unix source code that AT &T provided to them.

    All this says is that they could terminate the contract.So, excuse me if I don't take the word of a public relations dude.

    (No, IANAL, but I've had to deal with some of that stuff).

    --

    So does Anonymous Coward have good karma?

    1. Re:Not that simple... by Anonymous Coward · · Score: 0

      The last SCO story called. They want their comment back.

  37. How they calculated the 17.6 tflops number.. by Anonymous Coward · · Score: 0

    Ok, each G5 is able to do 2 fused 64 bit mulAdd instructions/cycle.

    Now.. counting mulAdd as two floating point operations, you get 4 flop/mhz... The dual G5 is running at 2 Ghz...

    2Ghz*4*2, since you got a dual.. Thats 16Gflops for each Powermac... you got 1100 of those..

    1100 * 16=... 17.6 TFlops

  38. Rumors of problems... by Anonymous Coward · · Score: 0

    There are rumors moving around campus of big problems with the infiniband and are instead having to use the regular ethernet connections on the boxes. As you might have guessed, no one is talking about it except behind closed doors, but the people I've talked to are intimately familiar with the problems...
    I have also heard that the the numbers were taken for the Oct. 1 deadline, but that there is a 2 week "revision" period that is allowed, so VT is now working to get everything back up to par so that they can have a place in the top 5. My best guess is that the numbers quoted to the BBC are extrapolated from the benchmarks that were initially run for the first deadline.

  39. 17.6 Tflops sounds more like an Altivec number by Anonymous Coward · · Score: 0

    I suspect the 17.6 Tflops figure is produced using Altivec, which (if true) is certainly misleading.

    But then again, what else would you expect from Apple?

    1. Re:17.6 Tflops sounds more like an Altivec number by Rosyna · · Score: 1

      And which part of the score was released by apple?

    2. Re:17.6 Tflops sounds more like an Altivec number by Jeremy+Erwin · · Score: 1

      And why would it be misleading? If Xeons would be used, surely the researchers would optimize for SSE2, as x87 on the Pentium 4 has been crippled.
      Scientific Computing has always emphasized numerical linear algebra. An entire strain of supercomputer processors was developed to support such requirements.

      Besides, the final "score" will be produced by benchmarking with LINPACK. It's not merely a matter of taking manufacturer supplied numbers, multiplying them together, and claiming a spot.

    3. Re:17.6 Tflops sounds more like an Altivec number by Anonymous Coward · · Score: 0

      1 g5 has 2 fully pipelined FPU's. each FPU can do 1 fused multiply-add per cycle. for a dual g5 this gives :

      2 FOPS * 2 FPU * 2 Ghz * 2 CPU = 16 GFLOPS

      for a 1100 node : 1100 * 16 = 17600 GFLOPS

      = 17,6 TFLOPS

      altivec is not involved here as for scientific number crunching double precision is required.

    4. Re:17.6 Tflops sounds more like an Altivec number by Anonymous Coward · · Score: 0

      Right. VT have selected a computer based on its features

      When testing the computer's performance, they have the audacity TO USE THOSE FEATURES.

    5. Re:17.6 Tflops sounds more like an Altivec number by Jeremy+Erwin · · Score: 1

      Indeed, I forgot that the top500 site requires 64 bit precision or rather, specifies an error bound that requires such precision.

    6. Re:17.6 Tflops sounds more like an Altivec number by Anonymous Coward · · Score: 0

      If you want real scientific computing power.... look at the grape computers ... grape-6 is around 64Tflops...
      http://grape.c.u-tokyo.ac.jp/~makino/ grape6.html

    7. Re:17.6 Tflops sounds more like an Altivec number by Jeremy+Erwin · · Score: 1

      Wow, those GRAPE 6 machines must be great for modeling tertiary structure of proteins...

    8. Re:17.6 Tflops sounds more like an Altivec number by Anonymous Coward · · Score: 0

      What would you expect from a company that refers to the SIMD processing unit as "Altivec". It wouldn't be a intentional dececption to mislead the public would it? Nah, Apple is as honest as . . . well maybe not so honest.

  40. Project leader speaking at conference Oct 28 by daveschroeder · · Score: 4, Informative

    The project leader, Dr. Srinidhi Varadarajan, will be speaking at a session entitled Building Virginia Tech's G5 Supercluster on Oct 28 at the upcoming O'Reilly Mac OS X conference.

    He'll probably reveal some of the technical details, such as the version of Mac OS X used, at that session.

    Also, according to a blog at O'Reilly:

    Next year, all the little known details [about the cluster] will be revealed in a new book. By that time we'll know what the project means for supercomputing and for Apple.

    1. Re:Project leader speaking at conference Oct 28 by _fuzz_ · · Score: 1

      ... some of the technical details, such as the version of Mac OS X used...

      According to this press release (at the very bottom), they're using Linux, not OS X.

      --
      47% of all statistics are made up on the spot.
    2. Re:Project leader speaking at conference Oct 28 by n8_f · · Score: 1

      No, Dr. Aref, the Dean of VT's College of Engineers, has said they are using the stock install of OS X, which at the time was 10.2.7. See my post here for references.

      The quote is from the Mellanox CEO and he is probably using Linux to appeal to a wider audience than Mac OS X would.

  41. The most important benchmark by pwiebe · · Score: 1

    How many seti packets can it do in an hour?

    1. Re:The most important benchmark by mjmalone · · Score: 1

      Funny you should ask, my friends and I went to the planning meeting and when they opened the mics up my friend asked if they would run Seti on it and see how fast it was and they just laughed :(

    2. Re:The most important benchmark by Thomas+Wendell · · Score: 1

      I just got my dual G5 Thursday. I run two instances of the command line version via cron tasks. So far, it has cranked out 39 units in a bit less than three days, averaging 2.93 CPU hours per unit. My 2.5 GHz P4 Dell does one unit every 2.78 CPU hours running the Windows command line client.

      The dual G5 puts out nearly 16 units a day, which is about the same as my other machines combined (dual 500 MHz G4, dual 800 MHz G4, 500 MHz PowerBook G4, 2.5 GHz P4, 266 MHz G3 iMac).

      If the VT cluster was working on nothing but SETI, it should be able to do about 750 work units per hour, requiring something like 250 MB of transfer per hour. So, that and a decent DSL connection and you're set!

  42. why is that misleading? by Anonymous Coward · · Score: 0

    there's some reason to believe its not altivec since the LINPACK may not havewritten for it explictly and if it were it probably would have been written for the g4 edition. but evenif it were, speed is speed.

  43. I wonder... by Alpha_Traveller · · Score: 1

    what the frames per second would be on Q3A...Has anyone tried it yet?

    --
    "Love is like pi - natural, irrational, and very important." (Lisa Hoffman)
  44. How does it not add up? by daveschroeder · · Score: 3, Interesting

    Easy: you yourself point out that 1100 * 15.7 = 17.27 ... not 17.6.

    Since the call for papers for the new Top 500 list was Oct 1, and the BBC show aired on Oct 9 with a companion BBC News story dated Oct 12, you'd hope that VT was simply regurgitating the figure that has already been sent to the Top 500 organization.

    And why are you trolling around with one of those super-old benchmarking stories? We've already established that every manufacturer does what they can to show their products in the best possible light. At least Apple documented their test results and methods in full.

    So acually, your logic doesn't make any sense: you jump to the conclusion that it's not real results - even though real results already exist and have been submitted, and the entire story is pretty much about that process, making performance figures a critical piece to get accurate - and that they must have just multiplied some benchmark number by 1100. Then, even though the subject of your own post indicates your recognition that "it doesn't add up", you still apparently assume that the results are somehow doctored, this time for the worse, and you manage to weave in one of the stories that tries to make it look like Apple lied with its benchmarks - which it didn't - which is unrelated to the current issue! How does it "assume" the original scores were accurate?? YOU are assuming that they're just multiplying. You might have been onto something if the multiplication actually came out, but it doesn't, meaning that is NOT what they did.

    Bravo, +1 Troll.

    1. Re:How does it not add up? by Anonymous Coward · · Score: 0

      talk about trolled! or just ignorant?

      SPEC cpu2000 results are just performance figures relative to a 300MHz Sun Ultra 5 box, which is arbitrarily assigned 100 and 100 (for int and fp).

      not a whole lot to do with TFLOPS really.

      Bravo, +1 Redundant.

    2. Re:How does it not add up? by skinfitz · · Score: 1

      Easy: you yourself point out that 1100 * 15.7 = 17.27 ... not 17.6.

      Since the call for papers for the new Top 500 list was Oct 1, and the BBC show aired on Oct 9 with a companion BBC News story [bbc.co.uk] dated Oct 12, you'd hope that VT was simply regurgitating the figure that has already been sent to the Top 500 organization.


      Um.. that's not an explanation.

      Bravo, +1 "I have nothing useful to say but I must say something".

  45. For those on APPLE computers, the REAL file by sbwoodside · · Score: 1

    http://www.bbcworld.com/content/template_clickonli ne.asp?pageid=666&co_pageid=20

    Skip ahead to 13:00

    Since the freakin' Windows Media files won't play on OS X.

    simon

    1. Re:For those on APPLE computers, the REAL file by damiam · · Score: 1
      Since the freakin' Windows Media files won't play on OS X.

      Why not?

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    2. Re:For those on APPLE computers, the REAL file by Quobobo · · Score: 1

      WMV9 video won't play on OSX, not in the official player, not in MPlayer, not in VLC. I haven't checked out the video, but I'm assuming it's WMV9.

    3. Re:For those on APPLE computers, the REAL file by sbwoodside · · Score: 1
      Since the freakin' Windows Media files won't play on OS X.
      Why not?

      Because the most popular audio codecs used for Windows Media files are not supported in the OS X Windows Media client. Nor are they supported by MPlayer, or VideoLan Client (VLC) for that matter.

      Perhaps when Windows Media Player 9 comes out for OS X (supposed to be "soon") this will be fixed.

      simon
    4. Re:For those on APPLE computers, the REAL file by bo-eric · · Score: 1

      Well, for one because the current mplayerosx can't decode the sound. I tried.

      --

      -- Free speech is only free if your time is worth nothing.
    5. Re:For those on APPLE computers, the REAL file by Anonymous Coward · · Score: 0
      So you're saying that Mac people can't play the video lauding the coolness of a Mac supercomputer?

      <Nelson>Ha-Ha!</Nelson>

    6. Re:For those on APPLE computers, the REAL file by bo-eric · · Score: 1

      No, only that the latest release of mplayerosx can't play it. We still have the options of compiling a newer mplayer ourselves, using WMP, RealOne or viewing the Quicktime version posted here somewhere. You know, mplayer under OS X isn't much different from mplayer for linux, apart from the Win32 codec support.

      --

      -- Free speech is only free if your time is worth nothing.
    7. Re:For those on APPLE computers, the REAL file by tvadakia · · Score: 0

      Funny. It plays well in Microsoft Windows Media Player for OS X for me. Maybe they fixed it. Or maybe I have the codec installed on my machine and I didn't know it.

      --
      Unique.
  46. Power consumption by Mr.+Spectre · · Score: 1

    The power supply was another huge challenge. The Supercomputer uses the same amount of electricity as 3000 average sized homes.

    How do 1100 dual G5s end up using the same amount of eledtricity of 3000 average sized homes? Even with the cooling and networking, this number seems way too big.

    1. Re:Power consumption by NSash · · Score: 1

      That'd mean that a single G5 would account for more than 1/3 of the electricity consumption of an "average sized home." To be fair, at home you generally don't count climate control as part of the cost of owning a computer. If you just bought an air conditioner to keep your computer room cool, I'm sure that the AC + the desktop would suck up quite a bit of juice.

    2. Re:Power consumption by rigau · · Score: 1

      actually i think 1100 G5s consuming the electricity of 3000 homes means that each G5 would be consuming the energy of about 3 houses. that is simply bizzare.

    3. Re:Power consumption by Anonymous Coward · · Score: 0

      A power consumption equivalent to around 3 average-sized homes has to be assumed for every G5. See:

      1100 G5s x 3 homes/G5 = 3300 homes

    4. Re:Power consumption by mobby_6kl · · Score: 0

      why not? if ther's a dual G5 in each of those 3000 homes, that doesn't seem too much ;)

    5. Re:Power consumption by Mr+Bubble · · Score: 1

      That struck me as odd as well. However, I think they are talking about the total electricity usage, including the cooling system - they must be.

      --
      "The world is a construct of forceful imagination. Those who don't know walk around in the reailties of those who do"
  47. Windows media? by Anonymous Coward · · Score: 0

    Am I the only one that finds it funny that the BBC, which normally utilises realaudio, has decided to make this report about Apple Macintosh computers available in a Microsoft only format?

    Hmmm...

  48. Nice by Anonymous Coward · · Score: 0

    The benchmark is the SAME BENCHMARK that everyone else on the Top 500 list uses. So it's valid for everyone else on the list, but not for Apple? Nice.

    1. Re:Nice by Aardpig · · Score: 1

      I said nothing about Apple, I merely commented on a benchmark procedure. It is you who are carrying the baggage of preconceptions; release yourself, my friend!

      --
      Tubal-Cain smokes the white owl.
  49. What will they do with it afterwards? by chiph · · Score: 1

    As I've asked before, what will they *do* with it once they've posted their performance benchmarks?

    Japan's Earth Simulator will be used for climate studies. What will VT use it for?

    Chip H.

    1. Re:What will they do with it afterwards? by Anonymous Coward · · Score: 0

      go to the website and read the pdf presentation, they describe the science and engineering applications in that file. mainly it will be used for computational chemistry and computational engineering work.

    2. Re:What will they do with it afterwards? by Jeremy+Erwin · · Score: 1
      It's a general purpose supercomputing facility. From the press release:

      irginia Tech researchers are already active in a number of areas that will benefit from the new supercomputing facilities, says Kevin Shinpaugh, director of research and cluster computing for the university. These include: nanoscale electronics, quantum chemistry, computational chemistry, aerodynamics through multidisciplinary design optimization, molecular statics, computational acoustics, and the molecular modeling of proteins.


      The single-purpose nature of the Earth Simulator is somewhat rare, among supercomputing facilities
    3. Re:What will they do with it afterwards? by Anonymous Coward · · Score: 0

      > Japan's Earth Simulator will be used for
      > climate studies. What will VT use it for ?

      Definitely not for climate studies. Nobody in
      climate research has the time to make their
      software non-ECC robust.

      Toon Moene (g77 maintainer).

  50. This is great news by Anonymous Coward · · Score: 0

    This will certainly have a big impact for Apple, they'll try all they can to hype this up. Since now the most powerful computer in the US is a Mac running MacOS X, I'm expecting this to show up anytime soon on Apple's website.

    Also, it is fairly obvious that this will help Apple make its way back into researchers' labs. The Terascale team stated they'd release an "Howto - supercomputer building" soon, so we will probably see more of this kind of supercomputer in the near future.

  51. Sigh by Anonymous Coward · · Score: 0

    1. The results are not from Apple. They are from Virginia Tech, the operator of the supercomputer.

    2. Everyone on the Top 500 list uses the same benchmark. Whatever the benchmark (in this case, LINPACK), if it's fair for the other 499 people and architectures on the list, it's fair for Apple.

    3. It is not misleading at all.

    Nice troll, though.

  52. Quicktime by Anonymous Coward · · Score: 0
    1. Re:Quicktime by FosterKanig · · Score: 1

      Excellent use of the blur filter to pretend that some of the footage was shot poorly. Wait a minute...it WAS shot poorly.
      Thanks for the link. I have no immediate plans to install WMP and Real.

    2. Re:Quicktime by Anonymous Coward · · Score: 0

      I have no immediate plans to install WMP and Real.

      Why not? They're trivial to install. Just drag the icon to your Applications folder.

      What's that? You don't have a Mac? Oh, you poor DEAR!

  53. Behold The POWER of Apple and tremble Penguinistas by Anonymous Coward · · Score: 0
    Once again we witness that superior technology, and superior minds can create superior solutions. Mac OS X, in combination with unbeatable G5 hardware can kick the living shit out of any and all comers in every type of computing role. Desktop, THE BEST. Server, THE BEST. Cluster, THE BEST. Is there anything left for poor old, crappy hobby OS's like Linux and Windows to do? Well I guess you guys can still run my cell phone or handheld, at least until the SUPERIOR MINDS at Apple decide to demolish you in yet another area of computer technology.


    Apple: Superior Computing for Superior Minds. Think different, think better, think Apple.

  54. What? by m_niessner · · Score: 1

    1 Hollywood = 100 Oscars 1 Oscar = 100 flops therefore 100 Oscars = 10,000 flops Therefore 1 Hollywood = 10,000 flops

  55. This is the end of this thread by Anonymous Coward · · Score: 0

    0. Zero. Fuck the other 1083. Ha!

    1. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1083. Fuck you.

    2. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1082

    3. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1081

      It's DMCA.

    4. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1080

    5. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1079

    6. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1098

    7. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1078

    8. Re:This is the end of this thread by Anonymous Coward · · Score: 0

      1077

  56. BJs for Geeks by bstadil · · Score: 4, Interesting
    --
    Help fight continental drift.
  57. Interesting math by lexcyber · · Score: 2, Interesting

    The VT cluster cost about $5.2 Million and get approx. 17TFlops - The NEC Earth Simulator gets 35TFlops and cost one billion dollars. That makes it 192 times more expencive. So you can build 192 VT Clusters. And then in theory get. 3.2PFlops for the same amount of money. If you detract performance for cable lenght etc. - You will most definitly get around 1PFlops.

    So, you supercomputerusers out there - build a 1PFLOPS cluster NOW!

    --
    - To understand recursion, we must first understand recursion -
    1. Re:Interesting math by damiam · · Score: 1

      I doubt Apple has the production capacity for that many G5s.

      --
      It's hard to be religious when certain people are never incinerated by bolts of lightning.
    2. Re:Interesting math by imsabbel · · Score: 1

      Yeah, but you forget between these 2 computers lie nearly 2 years of moores law, and if i remember correctly ES was more like 360 mio$.

      And 5m Bucks for the cluster? 2000 machines a 2.500$.
      SOmewhere something doesnt fit there. Sure, they have gigabit ethernet on board, but the switching architectuer alone should cost at least a few millions.
      Not to mention the building.

      --
      HI O WISE PRINCE. WHT TOOK U SO DAM LONG?
    3. Re:Interesting math by Anonymous Coward · · Score: 0

      2000 machines a 2.500$.

      Uh... no. Call up Apple and ask them how much a single G5 is. Then ask them how many a hundred would be. Then a thousand. Notice the difference.

      (Basic literacy and numeracy, okay? It's "Two thousand machines at $2,500." Please note the use of capital letters, correct grammar, and the proper punctuation of a currency figure.)

    4. Re:Interesting math by TheRaven64 · · Score: 1
      And 5m Bucks for the cluster? 2000 machines a 2.500$.

      First of all, the cluster only has 1100 nodes, not 2000. Mind you, the price for the default config is $2,999 which gives us $3,298,900.

      On the other hand, the education price is 2,699, giving us $2,968,900.

      Mind you, they probably don't need mice, keyboards, DVD-R drives, or even graphics cards on most of them. In fact they only really need motherboard, CPU, and RAM (although a lot more than the default config), case and a small hard disk. Factoring in the propaganda value and the fact that they are buying in bulk, I think that Apple would do them a good deal...

      --
      I am TheRaven on Soylent News
    5. Re:Interesting math by iomud · · Score: 1

      All the machines have 2gb of ram, which is much more expensive than the default config if apple is selling you the ram. I'm sure they got a fat educational discount on top of some other deals for the sheer visibility of such a powerful cluster.

  58. numbers ok....reading is wrong... by djupedal · · Score: 4, Informative

    The 'project' uses the same amount of electricity as 3,000 average sized homes. There are many more devices deployed than just the 1100 G5s. The cooling system alone is a major power eater. Read the articles :)

    1. Re:numbers ok....reading is wrong... by Anonymous Coward · · Score: 0

      I reckon I could house and cool a G5 with less resources than 3 average sized homes there is definetly somting up with those numbers..

  59. Bleaksburg by PhilipMatarese · · Score: 1

    Supercomputer is #2 & Football team is #3
    -Go Hokies!

    1. Re:Bleaksburg by DisKurzion · · Score: 0, Offtopic

      I would... But i have no mod points :)

      Yea, great supercomputer and all...

      Now we just have to work on that 650 MB ul limit in the dorms... and the whole 10 base connection thing... the whole Math Emporium thing... and the god damn instructors!!!

      You would think that since they can afford this awesome spectacle of computing (and this is from a Mac hater), they'd be able to hire some teachers that can speak freaking English. Out of my 5 classes right now, only 3 instructors speak English as a first language(and two of those instructors are teaching 1 class). I've got Slawny for physics (think Milton from office space, except add a heavy russian accent, and mumbles even more), some indian TA for vector geometry (not bad english, but can't teach worth shit), and a chinese guy for Differential Equations (can't remember his name, but he talks so damn fast).

      All that other crap... You would think a tech school would be more open to letting me run a couple (ok, lots) of servers. Or at least fragging at 100 base. And the Math Emporium, for those too lazy to click on the link, is one of the largest Mac labs in the world. Why does it suck you ask? Because a fair number have that crappy round ball mouse w/ 1 button, the rest have the crappy 1 button optical, the way they have OS X configured, when you load safari, the window size is about triple the resolution,

      But yea, our football team ROCKS! As I recall, the lasf few games were landslide victories, to say the least.

    2. Re:Bleaksburg by k1ng3r · · Score: 1

      You of course realize that the 650mb upload limit is from on campus to off campus. There are no restrictions on transfers that remain on campus.

      As for running servers, i ran one last year, with no problems. it's realy more of a don't ask don't tell policy then a no you can't or else policy

  60. Here is a good troll: by Uber+Banker · · Score: 0

    The awful truth about Filipinos:

    As we've all come to notice, in the past few decades, Filipinos have
    begun to infest the United States like some sort of disease. Their extensive
    involvment in the U.S. Armed Forces is proof of the trashy kind of qualities
    all filipinos tend to exhibit on a regular basis.You can see this clearly by
    studying the attitudes and cultural Icons of most Filipino Americans.

    PART 1: Origins of Pinoys/Pinays: Are they really asian?
    Well we've come to accept the fact the filipinos come from a part of the
    world known as South East Asia. But the term "Asia" is used in the wrong way.
    You may notice that contemporary filipino americans try very hard to associate
    themselves with groups that we know asasian. I cannot count the number of times
    I have seen a 'Third World' Filipino try to connect themselves to the Chinese
    or Japanese people. There is no connection and here's why. The Philippines is a
    Third World country. Nothing respectable has EVER been created by filipino
    people during our entire human history. Young filipino men in america have
    become obsessed with "import racing". They have an enormously perverted
    affection for Japanese cars. It's a common phenomenon. In their minds, these
    filipinos somehow, believe that they are asian and that it somehow connects
    them to japanese people and japanese cars. They often take credit for the
    ingenuity of Japanese people and say how it's an "asian thing". This
    term..."asian thing" derived directly from African American slang "black
    thang". "It's a black thang." "It's an asian thang." You can see the
    connection. It's even funnier that, in Japan, Filipinos are heavily
    discriminated against. The only filipinos that can live successfully in Japan
    are the filipino prostitutes. But that's the case for most filipino people no
    matter where they live in the world.Now we've come down to this fact...and it
    is a fact. Nothing in Filipino Culture can be seen as asian. They have no
    architectural, artistic, or cultural influence which is in ANY way,asian.
    Thinking of the great countries in Asia such as Japan, Korea, and China there
    is no way you can possibly connect the Philippine Islands. This assault by
    filipino americans to connect themselves with the great, peoples of North East
    Asia is foul and disgusting.

    PART 2: Young Filipino Americans: The Disease of Society.
    See for yourself and go to any young filipino's website or chatroom, and
    you will be able to see kind of attitude that's stinking up america! Some
    things you might see: Dialouge such as the following (taken directly from a
    chatroom in IRC): (please keep in mind that most people in these chatrooms are
    young filipinos between the ages of(13-25).

    AznGuRLie: Wzzup EvErYbOdY!!! RhEiNa IsH In Da HoUsE!
    (Translation: Her name is Asian Girly. This young woman obviously thinks she is
    somehow asian, but we'll adress that later. She's simply saying that she has
    arrived in the chatroom but she's saying it in the most immature, ghetto, and
    baby-type way possible. I'm suprised she said "Rheina is in the house" rather
    than just "Rheina in the house".But notice how she spelled the word "is" as
    "ish". The way a baby would pronounce it. The AlTeRnAtiNG CaPiTaLs is also
    very common.)
    AzNRacr_X: SuP Wit U RhEinA GuRL???
    (A filipino male...he's obsessed with japanese cars and masturbates frequently
    to Japanese Porno Cartoons, known as 'Hentai'. His response, is based on the
    fact he listens to way too much Puff Daddy and thinks that he's some type of
    "Player". Player is a concept invented by Black Americans. It simply means that
    a young man has good luck with women. A "Player" often has sex with numerous
    females and has more than one girlfriend at a time according to the Black
    defenition. If the, filipinos have a different definition for this term I'm
    not sure. But I think if you apply this term to a filipino male it usually
    describes a young man wh

  61. VT Power Plant by morcheeba · · Score: 1

    Yep, the numbers must be wrong.

    And if not, they have a 6 megawatt coal-fired power plant within spitting distance of the engineering buildings. That's 5 kilowatts per computer; plenty for either a house or a computer.

    Incidently, after years of putting up with coal dust, I thought we would finally see the benefits of living next to a huge coal pile. We had a severe ice storm and most of blacksburg lacked power. but so did campus!.

    1. Re:VT Power Plant by AsmordeanX · · Score: 1

      I think someone added a zero in there.

      300 average homes sounds more sane than 3000.

    2. Re:VT Power Plant by Graff · · Score: 1
      We had a severe ice storm and most of blacksburg lacked power. but so did campus!

      It's probably the same problem the North East had a few months ago. One set of power generating equipment goes out and several closely related systems do the same. This is because when one part of a grid goes down the demand suddenly shoots up in another part, overloading circuits. These circuits automatically shut down to avoid burning up. When enough gets shut down the power plants also shut down to avoid mucking up the situation further.

      That power plant you are talking about was probably still able to generate but since the transmission system was mucked up it was not able to provide power. The thing is, if these systems were designed a little better and were better able to split up into smaller independent grids then we would have less problems when one of them goes down.
    3. Re:VT Power Plant by Anonymous Coward · · Score: 0
      I know a guy who went to VT in the 1940s. At that time the VT power plant supplied most of Blacksburg with power too.

      Then one day some visiting engineers were being conducted on a tour of the power plant by a freshman engineering student. They noticed that the frequency meter montitoring the generator's frequency was showing that the plant's power was slightly high by a Hertz or so. The young man conducting the tour confidently told that vistors, "Don't worry, we set it a little high on purpose. By the the time it gets through all the wires to the town, it has dropped to the right frequency".

      That is a true story, and one of my favorites.

  62. What is the link to the Real One Player version by CarlBenda · · Score: 1
    Install Windows Media Player all you want. The BBC site uses a codec that M$ doesn't support in the Mac version of Media Player. God forbid someone installs it and gets disappointed by M$ Mac support. Any who M$ plans on bringing out the next version of Media Player for the Mac so maybe they'll fix that issue.

    I see no link at all for the Real One Player version of the video. Will someone post that link or just reply to my post.

    1. Re:What is the link to the Real One Player version by Anonymous Coward · · Score: 0

      Here you go, the whole enchilada in .ram format (only Lowres though);
      http://news.bbc.co.uk/olmedia/cta/progs/ 03/click_o nline/09oct.ram

  63. SUPERCOMPUTER for the rest of us by danigiri · · Score: 1, Flamebait
    Slap together 4-5 G5 (conceivable to be together in an office) and you have your home-brewn supercomputer cluster.

    Then there's only the need of coming up with the applications to use it (besides research), apart from gobbling up seti@home data snippets for breakfast.

    However, XCode and Rendezvous enable something in this front, enabling distributed seamless compilation of big projects.

    1. Re:SUPERCOMPUTER for the rest of us by Anonymous Coward · · Score: 0

      However, XCode and Rendezvous enable something in this front, enabling distributed seamless compilation of big projects.

      As cool as Xcode is, it's not exactly cutting-edge. You've been able to do zero-configuration distributed rendering with Shake for more than six months now, if I remember correctly.

      If your application can do its thing in parallel already, it's absolutely trivial to make it Rendezvous- and network-aware. Something like ten lines of Objective C code; somewhat more in plain old C, of course.

    2. Re:SUPERCOMPUTER for the rest of us by Anonymous Coward · · Score: 0

      Pixar is already doing EXACTLY THIS. Distributed rendering over a network.

  64. Non-upgradable? by invisik · · Score: 1
    Supercomputers, like PCs, become old in technology terms within about 3 to 5 years. But whereas you or I would go to a shop and buy one, Virginia tech has to start again from scratch. That's why they are building a new multi million dollar facility opening in 2006 for the next generation of Supercomputer.


    So, they are just going to junk this setup in 3 years and start over? Doesn't make sense to me. The PowerMac is always had the better processor upgrades then PC's. I'm sure PowerLogix or Sonnet would love to make 1000+ CPU upgrade cards for them. Sure, the bus speed would be slightly behind a new system at that time, but the cost of buying an upgrade versus a whole new machine is worth looking at. Maybe after the first round of upgrades they should consider scrapping it.

    -m

    --
    http://www.invisik.com
    1. Re:Non-upgradable? by redJag · · Score: 1

      Well consider that they wanted performance bad enough to spend $5 billion dollars to get it. Also, they are going to use these machines in the lab, where they would normally have to buy new computers. So basically, they are getting a new supercomputer instead of new lab machines.

    2. Re:Non-upgradable? by arivanov · · Score: 1

      More likely: swapping fans, power supplies and disks, putting a memorabilia sticker and handing out to faculty and into the labs. After all it is a piece of history and as such the fact that it is a bit out of spec will not be offensive for many people out there. If I worked there I for once would have liked to have it on my desk once it has been taken out of the machine room.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    3. Re:Non-upgradable? by dbirchall · · Score: 1
      Er, that's $5 million, not $5 billion. Big difference. :) $5 billion would get you the 1,100,000-node G5 cluster that would crank out, er... 7-15 petaflops or so.

      Cooling would be a bit*h, but maybe you could rig up some sort of cogeneration plant, using the immense amount of heat generated to produce electricity, heat your dorms in winter, etc.

    4. Re:Non-upgradable? by Anonymous Coward · · Score: 0

      uhm, how about eBaying them instead? The value of a mac doesnt drop as fast as the PC, so it might be an option.

  65. And the point is? by aitsu · · Score: 0, Flamebait

    And the title of the first research project using this? "The Environmental Impact of Meeting the Power Requirements for an 1100-Node Dual-G5 Server Cluster: A Simulated Model"

  66. FINALLY!! by piecewise · · Score: 1
    Virginia Tech's new 1100-node dual 2.0 GHz G5 Terascale Cluster. The report quotes the performance as 17.6 Tflops.

    Finally I'll be able to play SimCity 4!!

    --
    The next comment I write will be ready soon, but subscribers can beat the rush and see it early!
  67. Yea but... by LnxAddct · · Score: 1

    does it run windows?

  68. 17.6 TFLOPS is Rpeak, not Rmax! by DeeKay · · Score: 3, Insightful

    Simple equation: 4 FPops/cycle (IBM-PPCs) * 2GHz * 1100 G5s * 2 CPUs/G5 = 17.6 TFLOPS!

    No *real* Rmax linpack scores are known yet, and from what i figured the submissions on Oct 1st are just for *inclusion* in the list, real Linpack scores can be submitted till shortly before (or even on!) the conference mid-November..

    This article is BS and should be removed...

    P.S.: 4 FPops/cycle per clock with 2 FPUs i hear you scream - Impossible! - That's due the Multiply/Add FMAC thing that counts as 2 FPops!

    1. Re:17.6 TFLOPS is Rpeak, not Rmax! by addaon · · Score: 1

      Should be 8 FPops/cycle, no? Four-element parallel MAC with altivec, pipelined to one a cycle?

      (Yes, we all know Rpeak is meaningless. Still.)

      --

      I've had this sig for three days.
    2. Re:17.6 TFLOPS is Rpeak, not Rmax! by DeeKay · · Score: 1

      Well, unfortunately linpack is 64bit! ;-)
      But if we take 32bit-FPops as a measure, the G5 could do a theoretical peak of 8 FPops/cycle (FMAC) using Altivec *plus* 4 FPops/cycle (FMAC) using the FPUs, so that's 12 FPops/cycle, which would give us a theoretical peak of 52.8 TFLOPS! ;-) Altivec only: 35.2!
      Hell, the Earth Simulator has "only" 40.9 TFLOPS Rpeak!
      Ofcourse it's near impossible to feed BOTH the FPUs and Altivec every single cycle, but pure Vectorcode works very well! Virginia Tech is also planning to do streaming simulations and gene-sequencing tasks for this thing from what i read, and these are 2 areas where Genentech and NASA's Craig Hunter proved that Altivec works our really really well! Craigs Vectorcode for Jet3D using Altivec is 10-12 times (!) faster than the scalar code!

      Now, just imagine what would happen if the managed to "abuse" the 1100 Radeon9600s for numbercrunching puroses! ;-) Yes, there is already research underway in this direction..
      How many GFLOPS does such a Radeon have again? ;-)
      I remember the GeForce4 had 51 GFLOPS one year ago just using the pixel shaders...

    3. Re:17.6 TFLOPS is Rpeak, not Rmax! by fiontan · · Score: 1

      Reading this article, I wondered... how much time are these supercomputers around the world actually putting into useful calculations, and how much time into benchmarks to prove how fast they are?

      I want to see another benchmark... how many TFlops per year are being spent on benchmarks vs useful applications!

    4. Re:17.6 TFLOPS is Rpeak, not Rmax! by Wesley+Felter · · Score: 1

      I would imagine they benchmark a supercomputer once and then devote the rest of its life to real work.

    5. Re:17.6 TFLOPS is Rpeak, not Rmax! by acorsair · · Score: 1

      You are correct in that 17.6 TFLOPS is an Rpeak figure. That is two FPUs, each returning 2 64-bit results per cycle, at 2 GHz time the 1100 G5s with two processors each. What will be interesting to find is the actual Rmax result. That will, of course be dependent on the number of actual compute nodes that can be used (likely less than the full 1100), compiler and network efficiency. Cluster effieciency has improved with the improvements in software and networking, as well as CPU and memory performance. The better ones are getting over 50 percent efficiency (my term for Rmax/Rpeak). Just a couple of years ago that rate was under 30 percent. Really good clusters are approaching 60 percent. What will be exciting will be if the VT G5 cluster can gain an Rmax of over 10 TFLOPS. For the price/performance and short timeline of installation, that would be impressive.

    6. Re:17.6 TFLOPS is Rpeak, not Rmax! by DeeKay · · Score: 1
      What will be exciting will be if the VT G5 cluster can gain an Rmax of over 10 TFLOPS.


      It won't. 6-7 TFLOPS is a realistic guesstimate, Top10 would be really good.

      a) it isn't even known if Mellanox has the OSX-drivers ready, so they might have to use GBit-EN, which would have a huge impact on performance.
      b) This is the first Supercomputer cluster using Infiniband, OS X and G5s. Apple has no Knowhow in the area whereas Linux and Myrinet/Quadrics have been optimized and tested for years! Do you really think they can match that all on their own in a 3-months timeframe?
      c) Apple isn't the only one submitting new clusters to the Top500 in November. The US is bent to beat the "humiliation" of the Japanese Earth Simulator, did you already forget? ;-)
  69. If you think about it by JazzPhanatic · · Score: 1

    It's amazing what a bunch of turkeys can accomplish when we set our minds to it. This makes us #3 in the nation in football and #2 in the world for computing power. Dont mess with the Hokies ;-)

  70. MOD PARENT UP by Mark+of+THE+CITY · · Score: 2, Interesting

    I'm glad someone out there thinks these things through...

    BTW, an acquaintance told me of her ILLIAC IV days. With 64 independent processors it was the fastest pre-Cray machine, but sometimes did produce wrong values. Standard practice was to have 3 processors run the same problem and compare the results at the end, deciding that the 3x performance hit was worth it, if the results actually meant something...

    --
    The clearance system sounds logical. It is not. It is completely arbitrary. -- John Bolton
  71. Actually by Anonymous Coward · · Score: 0

    Your point has already been refuted by other posters.

  72. Re:Imagine... by Anonymous Coward · · Score: 0

    why imagine? it would ruin it. Linux doesnt have nearly the capacity and capability for multiprocessing Darwin (Core of OSX) has.
    OSX is far more suited for this application than linux would. Beowulf is good if your time is worth nothing and you are building a cluster of single processor boxes.

    why does everyone here just jump to the conclustion linux is the best answer for everything? if it was im sure Microsoft would be in a pretty pitiful position.

  73. When's a Tflop not a Tflop? Dan does the math by dbirchall · · Score: 1
    The only skepticism I have regarding this figure (and I have this skepticism as a current G3 owner who's waiting for a dual G5 that had #$%#% better ship by Tuesday like they said it would! ;) is that in the past, Apple has published figures based on single-precision floating point performance, and TOP500 rankings use a benchmark that requires double-precision.

    I had this pointed out to me in May of 2002 when Apple introduced the Xserve... in this Slashdot thread.

    Apple's page about the G5's execution core states that its two FPU's are double-precision, and that it can thus "complete at least two 64-bit mathematical calculations per clock cycle." That's obviously an improvement over the G4, but let's see...

    They've got 1,100 machines. Each has 2 CPU's for a total of 2,200 CPU's. Each CPU has 2 FPU's for a total of 4,400 FPU's. Each FPU is capable of doing a 64-bit (double-precision, I presume) floating-point calculation each clock cycle. The machines are running at 2GHz, or 2 billion clock cycles per second. So... 4,400 * 2 billion = 8.8 trillion 64-bit floating-point calculations per clock cycle.

    To me, that's 8.8 TeraFlops, which is conveniently precisely half of the 17.6 figure. Did I forget to multiply by two, or did someone else multiply by two an extra time? Or... is the situation (most likely) that there are situations under which the G5's additional mathy bits can actually turn out a couple more FLOPs per cycle, but that's not going to be the case most of the time, and probably won't be the case running LINPACK?

    Of course, it is important to point out that this is a theoretical maximum, and that things like interconnects, RAM limitations, chip failures, entropy and unauthorized use of the cluster to render hot babes in "Poser 5" will detract from it.

    So... I don't think this will be the second-most-powerful machine in the world. Even relative to the previous list. I would not be at all surprised to see it in the top 5, though, and would be surprised if it didn't make the top 10.

  74. Re:How they calculated the 17.6 tflops number.. by VojakSvejk · · Score: 1

    Cool post. This is almost always what goes into numbers
    quoted by IT groups that don't know anything about the machines they're running (I know; it's a redundant sentence). Just take the marketing drivel from the manufacturer, multiply by how many you bought, and quote it! Everything I've read from VT appears to have been synthesized that way.

    I'm running a G5 at home now. I'm still wondering how a machine with a 32-bit OS "breaks the 4 GB barrier", given that it can't do anything that a 32-bit Xeon with more than 4GB of RAM can't do.

    But it hasn't quadrupled my home energy bills, at least, and that include air conditioning.

  75. 666 by __aafkqj3628 · · Score: 1

    I suppose I should mention that the pageid for this thing is '666' :P

  76. And what is Darwin based on? by Anonymous Coward · · Score: 0

    BSD unix. It shares a lot of code with NetBSD and FreeBSD.

    For instance, the TCP/IP stack is FreeBSD 3.2
    http://www.geocrawler.com/archives/3/165/2001 /12/5 0/7404507/

    A lot of the PPC code was derived from NetBSD PPC support.

    There has been plenty of code sharing between Darwin and FreeBSD. Running Mac OS X does not mean running FreeBSD, but it means running a substantial amount of code from FreeBSD. In the kernel.

  77. 1100 G5 dual 2Ghz 2*1152 Xeon dual 2.4 Ghz... by generationxyu · · Score: 1
    ...and considerably more than doubling the performance of the current number 3 1152-node dual 2.4 GHz Xeon MCR Linux cluster.

    It's a good day to be a Mac man.

    --
    I mod down pyramid schemes in sigs.
  78. Re:When's a Tflop not a Tflop? Dan does the math by Anonymous Coward · · Score: 0

    The G5 is able to do a fused multiply add in one instruction. RegA+RegB*regC

  79. Re:When's a Tflop not a Tflop? Dan does the math by dbirchall · · Score: 1
    If the G5 can do a fused multiply add at double precision in one clock cycle, the 17.6Tflop figure would then presumably depend on 100% of the code executed consisting of fused multiply adds, yes? :)

    (Of course, there may be other fused 2-operation things it can do in one cycle... but it seems unlikely that code would consist of them so completely as to attain that theoretical peak.)

  80. Re:When's a Tflop not a Tflop? Dan does the math by Anonymous Coward · · Score: 0

    Right...

    17.6 Tflops is a marketing number. Even 100% Altivec code and only using fused-multiply-add you "only" get 35.2 TFlops, but then you are stucked with 32 bit precision.

    So, in short.. the 17.6 TFlops number is something we all could calculate before reading this Slashdot story.

  81. Ow, my electric bill! by dbirchall · · Score: 1
    Hmmm... according to my electric bill, over the last year, I've used anywhere from 377 to 469 kwh of electricity per month, at a cost of US $84.89 to $105.15. My daily usage (averaged by month) has ranged from 12.6 to 14.7 kwh.

    The dual G5 that should be arriving soon (are you listening, Apple?) has, if I recall, a 600 watt power supply. 600 watts * 24 hours = 14.4 kwh per day.

    Yowza.

    Um... yeah, I think I had better leave all the power-saving features turned on, and put it to sleep at night and all that other good stuff. Don't want to have to explain to the wife why the electric bill is suddenly double...

    1. Re:Ow, my electric bill! by Anonymous Coward · · Score: 0

      Just because the PSU is rated at 600w doesn't mean it's drawing 600w all the time. Keep in mind that the PSU is designed to power hard drives, removable drives, fans, memory, PCI(-X) cards, external firewire devices, monitors (via the ADC connector), etc all at once. I imagine there's a fair amount of excess capacity built in.

    2. Re:Ow, my electric bill! by FueledByRamen · · Score: 1
      Just because the PSU is rated at 600w doesn't mean it's drawing 600w all the time. Keep in mind that the PSU is designed to power hard drives, removable drives, fans, memory, PCI(-X) cards, external firewire devices, monitors (via the ADC connector), etc all at once. I imagine there's a fair amount of excess capacity built in.
      You also have to remember, though, that 600w is the output rating of the supply - not necessarily how much it draws from the AC line. Switching power supplies (especially those made by the lowest bidder) are not 100% efficient - so even though there may be less than 600W drawn from the regulated outputs, it's pulling in more than that (and converting it to heat). A perfectly efficient switching PS wouldn't need a fan - since Apple's (and every other computer manufacturer's) does, it's wasting more than just an insignificant portion of energy during the conversion. A quick glance at a 400w power supply for a PC that I have rates its input at 120V 10A (for the full 400w output). I'd hope that the G5's power supply is more efficient than that, because then it'd be using (10 / 400 * 600) 15 amps, which is 1800 watts at 120v.
      --
      Every cloud has a silver lining (except for the mushroom shaped ones, which have a lining of Iridium & Strontium 90)
  82. 2006 Supercomputer by ShishCoBob · · Score: 1

    Anyone have any idea where he was standing at the end of the video and mentioned a building would be built to house a new supercomputer? I go to VT. I know all the MACs are over at the corporate research center but I can't figure out exactly where he's standing at the end of the video.

    --
    http://www.maximum-cars.com - My little hobbie.
    1. Re:2006 Supercomputer by AragornCG · · Score: 1

      He's standing on the sidewalk between McBryde and Holden Hall, in the road towards the handicapped access lot in front of Randolph. The camera's pointed at Durham Hall (New Engineering Building, if you knew it in the early years after it was built in 1995.) The new building is going to go where Durham Lot 11 is currently, and will be multiphased with lots of research space for the College of Engineering and (rumored) a small dining hall to replace Shultz for lunchtime food operated by HDS (Housing and Dining Services, for those of you who don't know Virginia Tech consistently has the highest ranked dining halls in the nation, and we run it all in house instead of contracting to scum like Aramark.), and targeted at the engineering students (perhaps themed in some way). This explains why they're getting projects like the Randolph wind tunnel air-abatement out of the way early.

      The project was approved by Virginia voters last year in the bond referendum. (Thanks, if you voted for it in that referendum. You had good company, Virginia supported it by a huge margin.) The building is described as "VTRI Phase I" on this page: Bond Referendum It will cost $31 million, slightly less (but not much) than Torgersen Hall. They're definitely going all out and doing it right.

      For those of you not from Tech, the building is sited behind McBryde in square L3: Map This land was hotly contested for some time - a local developer owned it and wanted to put apartments there, and I think Tech finally gained the land via either eminent domain and a lawsuit. (It was definitely sticky.) That explains why it's one of the few chunks of land left on core campus undeveloped.

  83. Re:Behold The POWER of Apple and tremble Penguinis by displaced80 · · Score: 1

    blimey ... someone got hold of some cheap speed, didn't they?

    --
    What's the frequency, Kenneth?
  84. Re:When's a Tflop not a Tflop? Dan does the math by TheSunborn · · Score: 1

    You did forgot a factor of 2. First you say

    Each processor can do 2 fpu instructions/clock. So each computer can do 4 fpu instructions/clock.

  85. benchmark of mathematica by xahlee · · Score: 1

    if you have g5 and mathematica, can you guys go here
    http://www.scientificweb.de/mathstef3.html
    http://smc.vnet.net/timings40.html

    download the benchmark file and report the result?

    thanks.

    --
    Xah
    xahlee.org
    http://xahlee.org/PageTwo_dir/more.html
  86. Re:When's a Tflop not a Tflop? Dan does the math by dbirchall · · Score: 1
    I don't think I missed that factor of two. But let's take it from what you just said:

    Each computer can do 4 fpu instructions/clock.
    (and those are double-precision 64-bit flops).

    There are 1,100 computers. Times 4, that gives us 4,400 flops per clock.

    (Note: given 1 DP flop per clock per FPU, this ties in nicely with my use of 4,400 as the number of FPU's, in my comment.)

    4,400 flops per clock * 2 billion clock cycles per second = 8.8 trillion flops per second.

    I'm still getting the same number. Where's the factor of two I missed?

  87. The press release mentions Linux for some reason. by Anonymous Coward · · Score: 0

    "As evidenced by Virginia Tech's cluster, the combination of industry standard servers, Linux, and InfiniBand creates a new standard in clustering and is changing the way computer power is deployed."

    http://computing.vt.edu/research_computing/teras ca le/pressrelease.html

  88. Re:Behold The POWER of Apple and tremble Penguinis by Anonymous Coward · · Score: 0

    Think different. Think crack.

  89. How 'bout $ per Tflop? by betasaur · · Score: 1

    Seems to me what matters most is simply how fast is it and how much did it cost?

    $300,000 per Tflop - I doubt any other on the list is even close...

  90. Re:When's a Tflop not a Tflop? Dan does the math by Anonymous Coward · · Score: 0

    I think he just missed that the computers have 2 cpu's, and each cpu has two fpu's, and each fpu does one instruction. (maybe a confusion between cpu's and computers..?)

  91. Re:The press release mentions Linux for some reaso by Anonymous Coward · · Score: 0

    That is because the operating system is Linux, but the hardware is supplied by Apple. It is yet another Linux supercomputer cluster.

  92. Not the double speed myth again. by Anonymous Coward · · Score: 0

    "and considerably more than doubling the performance of the current number 3 1152-node dual 2.4 GHz Xeon MCR Linux cluster"

    Why is it whenever Apple has a slight performance advantage, they round it up to double the performance. They did this before a few years ago when the found one benchmark where the PPC was twice as fast as the Pentium at the time, but overall was maybe 20% faster. It seems to me that dual Opteron systems would have been cheaper, and would have outperformed the Apple G5 systems, so I'm not sure why Va Tech chose Apple.

    1. Re:Not the double speed myth again. by SynKKnyS · · Score: 1

      If they went to RackSaver (http://www.racksaver.com/shop/UserCustomize3.asp? lSystemID=70) they could have created a super computer with over 20 TFlops of peak performance for that same 5 million.

    2. Re:Not the double speed myth again. by Anonymous Coward · · Score: 0

      Sheesh! Only 100-base-T Ethernet? My 15" Powerbook has gigabit Ethernet!

    3. Re:Not the double speed myth again. by Ffakr · · Score: 1

      1) your link doesn't work

      2) 5 million is the cost of the project.... that is 1100 Macs with (I think) 4 GB of ram and 160 GB HDs, GigE and FW800 on board, Infiniband cards, Customized 19" racks, a customized cooling solution.... The Macs were just a fraction of the overall cost, a sizeable fraction but there were a lot of other significant costs.

      --

      I'm not feeling witty so bite me

    4. Re:Not the double speed myth again. by Anonymous Coward · · Score: 0

      Mod parent up. The link in the preceding post (just have to remove a space to fix it) serves only to prove how dramatically more cost-effective the Mac solution is.

    5. Re:Not the double speed myth again. by Vitriol+Angst · · Score: 1

      Perhaps. But there might be a bit more involved to getting all those computers to work on the same problem. I'm sure Rendesvous had something to do with that. It's also interesting to note that they chose to go with OS X, rather than Yellow Dog Linux. Again, probably a configuration issue.

      Possibly the high bandwidth bus may have more effect with a network of cpus than the individual performance of CPUs. Perhaps an expert would know.

      Also, that 17.x terraflops is for Peak. No figures on sustained performance. But perhaps more than 5.7 TF, putting it in top 5.

      --
      >>"ad space available -- low rates!!!"
  93. ThinkSecret/MacRumors: Xgrid!! by Anonymous Coward · · Score: 0

    Check it out.
    http://forums.macrumors.com/showthread.php?s =&post id=530369#post530369

  94. Well, you reckon wrong... by djupedal · · Score: 1

    Read the article...they don't just plug them in and turn them on.

    "The Supercomputer, unofficially nicknamed Big Mac, was built in just three months. Right from the start there were major hurdles that could only be overcome with significant construction in and around the building. Running 1100 computers in a 3000 square foot area sends the air temperature well over 100 degrees Fahrenheit. In fact the heat is so intense that ordinary air conditioning units would have resulted in 60 mph winds. So specialized heat exchange cooling units were built that pipe chilled water into the facility."

  95. Re:When's a Tflop not a Tflop? Dan does the math by stephentyrone · · Score: 1

    yeah, but scientific computation *does* consist entirely of multiply-adds (ish). How do you computationally solve a problem? You find approximations in some convenient linear space - you reduce the problem to a whole lot of linear algebra problems. And linear algebra problems are solved by a whole lot multiply-adds. i'm being incredibly simplistic here. really mindbogglingly simplistic. and anyway, why bother to speculate when there will be real numbers in a month?

  96. Actually, it's running Mac OS X by Anonymous Coward · · Score: 0

    See this slide presentation.

    That could also by why Dr. Varadarajan is speaking at the O'Reilly Mac OS X conference about the cluster.

  97. No, its running Darwin core. Not Linux. by Anonymous Coward · · Score: 0

    Its running Darwin

  98. You can't swallow this, do you? by Anonymous Coward · · Score: 0

    Do you really believe that VT spent 5 millions based on a myth???

    Apple cheaper and faster, that's so hard for you to accept!

  99. You can put 8GB into it by flyhigher · · Score: 0
    Because you can put 8GB of RAM into it. It has 8 DIMM slots, all of which can take a 1GB DIMM. So obviously they've put some support for this in the OS.

    Apple article

    By the way, even though it is a 64-bit CPU, it has a 42-bit physical address space:

    CPUplanet article on G5 and its memory

  100. Re:When's a Tflop not a Tflop? Dan does the math by DeeKay · · Score: 1
    I'm still getting the same number. Where's the factor of two I missed?


    2 CPUs in each Mac!

    FYI: The formula FPops/cycle * MHz * number of CPUs is the formula for all Rpeak-Values in the Top500! Try it yourself by dividing the listed Rpeak-numbers down and you'll end up with the FPops/cycle for each CPU-Type! ;-) Intersting: IBM-PPCs (Power4, Power3, G5) have 4 FPops/cycle, Itanic dito, x86 has 2 FPops/cycle and Alpha (!) aswell! Yes, Alpha, the FPU-Monster! ;-)

    This 4 FPops/cycle "FMAC-feature" (besides the price and Altivec!) probably explains why they went with G5s in the first place!
  101. 17.6 TFLOPS NOT Apple-BS-Marketing but just Rpeak! by DeeKay · · Score: 1

    To all the ones who like to scream "cheating" and "lying" trying to blame Apple:

    The formula FPops/cycle * MHz * number of CPUs is the formula for all Rpeak-Values in the Top500! It's the way Rpeak is calculated! Try it yourself by dividing the listed Rpeak-numbers down and you'll end up with the FPops/cycle for each CPU-Type! ;-) Intersting: IBM-PPCs (Power4, Power3, G5) have 4 FPops/cycle, Itanic dito, x86 has 2 FPops/cycle and Alpha (!) aswell! Yes, Alpha, the FPU-Monster! ;-)

    This 4 FPops/cycle "FMAC-feature" (besides the price and Altivec!) probably explains why they went with G5s in the first place!

    P.S.: Did you know that test by the german Magazine C't using IBMs XLC/XLC and P4s/Xeons with Intels ICC basically proved what apple claimed with their GCC comparison? That the G4 is faster than a 3Ghz P4/Xeon Dual 3GHz in FPU but slower in Integer? And the IBM-Compiler is still in beta, mind you! ;-)

    So much for cheating lying Apple, hehe! Ofcourse, Slashdot, The Register, the Inquirer, Wired and all the rest would NEVER write an article about that, a supposed "Mac-User" who's accusing Apple of cheating without having the glance of a clue is just so much better, and who are they to admit they made a mistake?

  102. THAT'S A LOTTA TFLOPS! by Anonymous Coward · · Score: 0

    weeoooeeeoooeeeoooee

  103. Oversimplified - I don't get it by alexdewaal · · Score: 1
    I really don't understand how a voting scheme can enhance reliability.


    What a majority says is not right per se, it's just less likely to be questioned...

    But really, how different need the voters to be, to get the same results independantly?

    • Different hardware?
    • Different OS?
    • Different programming language?
    • Different programming model?
    • Different requirements? Oops!


    The best way to popularize Open Source Software is to support the BSA.
  104. Re:Imagine... by LondonLawyer · · Score: 1

    Damn. Beaten to it.

  105. Dude, yer gettin' ripped off! by Anonymous Coward · · Score: 0

    So, VT built a 17+Tflop cluster for a little over 5 million bucks. Meanwhile, down at the University of Texas, Dell built a $38M cluster that cruises at a cool 3 Tflops.

    Of course, with a return rate of over 20%, they shouldn't have a problem taking it back. I wonder if the UT faculty kept their receipt.

    Now can I please stop hearing about how much more expensive Macs are?!?

    1. Re:Dude, yer gettin' ripped off! by Anonymous Coward · · Score: 0

      http://www.infoworld.com/article/03/10/03/HNdellcl uster_1.html

      '
      The "Lonestar" cluster at the University of Texas is expected to deliver theoretical peak performance of 3.45 TFLOPs (trillion floating point operations per second) after it is benchmarked by the Top 500 list of the world's fastest supercomputers. Rooholamini said. This would rank the cluster in the top 10 percent of clusters deployed worldwide in terms of performance, he said.

      Dell's list price of a configuration similar to Lonestar is $1.9 million, with services and installation charges expected to bring the total cost to around $3 million, a Dell spokeswoman said.
      '

  106. the real question... by Box+Checker · · Score: 1

    is it snappier?

  107. Re:17.6 TFLOPS NOT Apple-BS-Marketing but just Rpe by Anonymous Coward · · Score: 0

    True, but Rpeak is not how the top 500 is sorted, they use Rmax which is the result of the linpack benchmark. So we still don't know where this machine will be in the top 500.

  108. Re:When's a Tflop not a Tflop? Dan does the math by dbirchall · · Score: 1
    Umm, no, I didn't miss that there were 2 CPU's per computer. There are 2 CPU's and each CPU has 2 FPU's and each FPU can perform "at least" one double-precision 64-bit floating-point operation per clock cycle. Thus my quote of:

    There are 1,100 computers. Times 4, that gives us 4,400 flops per clock.
    Or, going back to my far more comprehensive original comment:

    They've got 1,100 machines. Each has 2 CPU's for a total of 2,200 CPU's. Each CPU has 2 FPU's for a total of 4,400 FPU's. Each FPU is capable of doing a 64-bit (double-precision, I presume) floating-point calculation each clock cycle. The machines are running at 2GHz, or 2 billion clock cycles per second. So... 4,400 * 2 billion = 8.8 trillion 64-bit floating-point calculations per clock cycle.
    It appears (based on these comments) that the only "factor of two" I missed would be the G5 FPU's ability to perform a certain pair of double-precision 64-bit floating-point operations (multiply and add) in a single clock cycle -- a pair of operations which apparently come up frequently in scientific programming. (Something that, not being a scientific programming sort, I didn't know.)

    (Gosh... it's almost like they designed it to be really fast, or something!)

    So... hmm. I guess like everyone else, I'll have to wait and see what the numbers are on the TOP500 list. That's an interesting formula you've got there, by the way.

    (I wonder how fast it'll run The Sims?)

  109. Here's a link for a Quicktime version of the clip by LionMage · · Score: 1

    A buddy of mine is hosting a clip he re-encoded in Quicktime for those of us who don't want to use WMP or RealPlayer. The link was posted earlier on the Accelerate Your Mac website. The direct link is here.

  110. What a Huge Surplus Sale That Would Be! by Anonymous Coward · · Score: 0

    I'll keep my eye out in 3 years. I wonder what the price of a used G5 will be... Macs tend to keep their value more than other PCs, but will the fact that it was part of a famous supercomputing cluster further inflate the resale value?

  111. G5 Supercomputer by Anonymous Coward · · Score: 0

    If you do a search for Apple on the top 500 supercomputer list you will see an entry for Apple back in November 1993.

    It lists Apple as housing a Cray/SGI supercomputer. Ranked back then as 425 in the world.

    What on earth would they have used this for? Any ideas?

    Below is the link and details from that page.

    http://www.top500.org/dlist/1993/11/

    425
    Cray/SGI
    Y-MP2E/232/ 2
    0.60
    0.67
    Apple Computer Inc.
    USA/1991
    Industry
    Electronics

    Cray Vector
    YMP

  112. Re:The press release mentions Linux for some reaso by gabebear · · Score: 1

    The slide-show says MacOSX which sounds more likely, They could even mean just Darwin(The command-line totally open source part of MacOSX). I imagine that the press people meant GNU software. The slide-show also says that they are using IBM's compiler that was just released for MacOSX.

    http://don.cc.vt.edu/tcfslides.pdf
    page 13 of the slide has the interesting stuff.

    On a side note, without ECC Ram this thing can not be trusted to give the right answer all the time, I wonder what the researchers will do about that.

  113. More tech info in previous interview by Hagen · · Score: 1

    Hassan Aref, Dean of Engineers at Virginia Tech, answered a lot of questions about the setup of the computer during a 20 minute interview last month. Go to the Your Mac Life archives page and pull down the MP3 or AAC archive of the Sep 10 show. The interview itself is 1:15-1:35.

  114. Japanese MORON or White racist in disguise by sinsoldier · · Score: 1

    "Your Identity is Filipino. Think about what that means.... " I SAY IT MEANS AWESOME!!!!!!

    You little, pathetic, ugly, piece of shit. Filipinos requested NOT TO BE CLASSIFIED WITH OTHER ASIANS on racial/ethnic classifications, so how could you say they want to be like the fucking Korean culture ripping Japanese or the Chinese???????? YOU ARE A ROACH that badly needs to be SQUASHED.

    Here is a list of Philippine Achievement in the U.S.

    WRITER: Jessica Hadedorn

    COMEDIAN: Rob Schneider

    ACTORS: Lou Diamond Philipps, Nia Peeples

    ACTRESSES: Tia Carrerre, Tamlyn Tomita, Phoebe Cates

    SINGERS: Leah Salonga (Broadway star & Tony Award winner), Julio Iglesias Jr., Prince

    MISS UNIVERSE: Gloria Diaz, Margarita Moran

    MISS U.S.A.: (can't recall her name)

    ATHLETES:
    * Pancho Villa - World Champion Flyweight Boxing Champion 1924
    * Gabriel Elourde - World Champion Boxing 1962
    * Vicki Draves - U.S. Olympic Diving 1984, 1st woman in Olympic history to win springboard and platform diving, America's sports sweetheart in 1948
    * Bobby Balcena - Cincinnatti Reds Baseball Player 1948-1963
    * Roman Gabriel - Quarterback NFL MVP 1969 Hall of Fame
    * Tai Babilonia - Olympic Ice Skating 1979 Champion
    * Benny Agbayana - Baseball Outfielder 2002 Colorado Rockies
    * Jerome Williams - baseball pitcher, S.F. Giants

    POLITICIANS & BUSINESS PEOPLE & PROFESSIONALS
    * Governor of the State of Hawai`i is a Filipino-American named Benjamin Cayetano
    * Co-founder of Los Angeles. In 1781, Antonio Miranda Rodriguez Poblador, a Filipino, along with 44 other individuals were sent by the Spanish government from Mexico to establish what is now known as the city of Los Angeles.
    * Loida Nicolas Lewis is chairman and CEO of TLC Beatrice International Holdings, Inc., a multinational food company with sales in 1995 of $2.1 billion. Working Woman magazine hailed her as the top businesswoman in the country for 1994. Mrs. Lewis was the first Asian woman to pass the New York State bar exam without having studied law in the U.S
    * Ruben Aquino and Cynthia Ignacio, two Filipino-Americans, were instrumental in the creation of the Disney animation film "THE LION KING."
    * Eleanor "Connie" Concepcion Mariano - President Bill Clinton's physician
    Virginia Rep. Robert Cortez-Scott, a Harvard alumnus.
    * Philippines Herald war journalist Carlos P. Romulo in 1941. (He was also the first Asian to become UN President

    ****
    (Not an American history, but I wanted to include) my Philippine hero, the great revolutionary leader of the rebellion against Spain before U.S. colonizatoin:
    Jose Rizal could read and write at age 2, and grew up to speak more than 20 languages, including Latin, Greek, German, French and Chinese. What were his last words? "Consummatum est!" ("It is done!")

    INVENTORS
    * Nikola Tesla - inventor of fluorescent light
    * Eduardo San Juan designed the Lunar Rover or "moon buggy" which was used by the Apollo astronauts to explore the moon?
    * Dr. Abelardo Aguilar, a Filipino-American, discovered the now widely used antibiotic known by its generic term as erthyromycin. Chances are, you've already used this antibiotic.
    Kali martial arts - unknown inventor in Philippines

    1. Re:Japanese MORON or White racist in disguise by sinsoldier · · Score: 1

      CORRECTION: Inventor of fluorescent light: AGAPITO FLORES, not Tesla. Tesla was Serbian.