Slashdot Mirror


G5 vs Opteron, Finally

metfoo writes "It's been months since the G5 and Opterons have been available for purchase. When the G5 systems were first released, many Mac bashers and AMD nuts discredited the G5's performance. They always ended their comments with 'Wait until its compared to an Opteron, then we'll talk.' Well, it's finally time to talk. Barefeats has posted an article comparing the two systems. The G5 line was compared to a Dual 2GHz Opteron and the results are impressive. In gaming, the Opteron system proved to be superior, which is partly due to the superior 9800XT over the base Radeon 9800. The G5 spanks the Opteron in many of the non-gaming tests, except for the Photoshop tests."

54 of 650 comments (clear)

  1. Except by andrewl6097 · · Score: 3, Insightful

    That since they are running the Opteron in 32-bit mode, it's not taking advantage of it's full potential. Guess we'll wait until "round 2" like he says, but it still looks bad that he kind of dodges this. If it were me I'd be running the benchmarks on 64-bit linux versus 64-bit linux.(gentoo?)

    1. Re:Except by DiscoOnTheSide · · Score: 5, Informative

      same could be said for the G5, as OS X is not fully 64-bit yet, and neither are many of the programs (with the exception of a few high-level apps, like Photoshop, etc)

      --
      Viva La Revolucion! Buy a Mac!
    2. Re:Except by Anonymous Coward · · Score: 4, Insightful

      the g5 isn't running a 64-bit Mac OS X. it's still running the regular 32 bit version. so in essence, the G5s 32-bit emulation is better than the Opteron's 32-bit emulation. we'll have to wait and see how 64-bit compares with 64-bit a little longer.

    3. Re:Except by andrewl6097 · · Score: 4, Insightful

      I'm sorry, but doesn't everyone know by now that the opteron is tangibly faster in x86-64 mode due to a doubling of GPRs in a register-starved ISA? Besides, I suggested running 64-bit linux on both, just to be supremely fair, but I think that it wouldn't be much different from 64-bit amd64 and 32-bit darwin.

    4. Re:Except by mattjb0010 · · Score: 3, Informative

      I suggested running 64-bit linux on both, just to be supremely fair, but I think that it wouldn't be much different from 64-bit amd64 and 32-bit darwin.

      It should be noted that 32-bit darwin runs 64 bit apps just fine (and fast! :)

    5. Re:Except by Croaker · · Score: 3, Insightful

      The thing is, are you sure that GCC is equally optimized for both platforms? If the support for code generation on the G5, say, is lackluster in GCC, your results won't reflect which processor is truely faster. Of course... does it really make a difference? Really, what you are worried about is real-world performance of these things, unless you are just into pissing contests for bragging rights (which, come to think of it, mose die-hard adherents to one or the other platform seem to be). For real-world, you'd just configure and tweak the systems the way you anticiptae they would be used. In most case,s you'd run OS X on the G5. For the Opteron... well, you'd either be running XP for desktop stuff (perhaps Linux in certain specific cases... such as some graphics workstations for software that has a Linux port) or maybe running Linux as a server.

    6. Re:Except by mattjb0010 · · Score: 3, Informative

      More here. I suspect that Apple's developer pages have more info on the trickery.

    7. Re:Except by andrewl6097 · · Score: 5, Informative

      The key difference is that the opteron is /faster/ in 64-bit mode. There are more registers. The same is not true of a G5. OSX doesn't "break up" instructions - instructions are instructions. OSes don't interpret each one. 32-bit windows on opteron just uses 32-bit instructions, just like 32-bit darwin on a G5. Photoshop is not a 64-bit app in the case of OS X IIRC - it uses a 64-bit math library as its G5 optimization. This is fine and works. As I mentioned in another post, darwin can't run "64-bit apps" yet, because there are no 64-bit interfaces to system calls (think about it - if the kernel expects a 32-bit FILE * and you send it a 64-bit one, you're going to have trouble doing I/O). I think I missed something with what you said there. The main 64-bit part of darwin is the math library since they can throw some 64-bit ASM in there plus code to convert back-and-forth to the 32-bit bindings.

    8. Re:Except by mattjb0010 · · Score: 5, Informative

      Are the moderators on crack? That's not informative, it's wrong!

      The only "piece" of OSX that is 64 bit is the memory access - to allow a G5 to use up to 8 GB of ram.

      No, the math libraries and kernel support 64 bit goodness too. While the G5 chip is fully 64 bit, OSX is taking each 64 bit instruction (from 64 bit apps like Photoshop, for example) and breaking it into two 32 bit instructions which it sends one after the other to the CPU.

      No, it runs as a single 64 bit instruction through the chip!IBM is working to provide Apple with a much optimized PPC970 compiler tailored for the G5 - this is expected to give a large performance gain for this platform.

      This I agree with, in fact it should be pointed out that the compiler is available now as a beta on IBM's web site.

    9. Re:Except by the_2nd_coming · · Score: 4, Informative

      there is no emulation in either chip, it is all native.

      --



      I am the Alpha and the Omega-3
    10. Re:Except by CrowScape · · Score: 3, Insightful

      Actually, it's not a good comparison. One AE test (Oh! It's NightFlight! So... um... what functions are being tested? At least provide a link to the breakdown.) A fricken BRYCE 5 test. (I'm sorry, if you're doing something in Bryce that would tax a PIII you should look to Maya or 3D Studio Max. At least test something with the Maya personal learning edition.) Again, not so much as a snapshot of the image being generated. Oh, Photoshop 7 "Mp Actions" and "Non-MP" Actions. Gee, that's helpful. Again, what are they testing? Chrome? Glowing Edges? Rotation? Gradient Map? Polar Coordinates? RGB to CMYK? What? How about a breakdown of the time on the individual actions so we know if a single action threw the results?

      Now, I'm not saying the G5 isn't faster than the Opteron, I'm just saying the documentation on this benchmark is utter crap. It's not even useful as a component of a larger set of benchmarks, because you don't know what is being tested. This doesn't deserve to be news on Slashdot.

      --
      common sense: noun
      What those who are ignorant of the subject matter think; usually wrong.
    11. Re:Except by Moofie · · Score: 5, Funny

      You're new around here, aren't you? If it doesn't say that Apple's price-performance ratio isn't complete dogshit, and anybody with two neurons to bang together would build their own computer from a pile of sand and Linux Torvalds' trash bin, and Apple is the devil,

      Then it isn't Slashdot.

      --
      Why yes, I AM a rocket scientist!
    12. Re:Except by be-fan · · Score: 3, Interesting

      That page doesn't explain anything. The real question is whether you can pass 64-bit pointers to system calls. Like, can I do a write() from a memory buffer that's above the 4GB limit? Otherwise, its more of a Windows NT PAE-type hack rather than actual support for 64-bit apps.

      --
      A deep unwavering belief is a sure sign you're missing something...
    13. Re:Except by be-fan · · Score: 3, Informative

      They are having trouble. When Solaris was moved to 64-bit, they compiled all the system software in 64-bit mode, and added 32-bit compatibility libraries and 32-bit compatibility system calls to the kernel. Users got a full 64-bit OS on a 64-bit machine, and all their 32-bit apps worked just fine. No convincing required, just a regular upgrade, like from OS X 10.2 to 10.3. The fact that 10.3 isn't 64-bit implies that there are some problems, namely that not all the code is 64-bit clean.

      --
      A deep unwavering belief is a sure sign you're missing something...
    14. Re:Except by Cesare+Ferrari · · Score: 4, Informative

      There is no breaking down of instructions as you mention - there is an extended instruction set which is either available or not on the PPC (so PPC processors which support 64 bit instructions support the full instruction set, whilst the 32 bit processors throw an illegal instruction).

      The measure of the processor 'bitness' is when addressing memory, whether you are limited to a 32 or 64 bit address space. In effect the size of a pointer will tell you. Now the impact of moving to a 64 bit address space is usually detrimental to the speed of the application (I would expect that the G5 will be slower in 64 bit mode) due to the increased memory bandwidth required (if pointers are wider, you need more stack/memory to store them, so you have, say, a 10% increase in memory requirement for an application). If I remember correctly, the HP PA RISC systems were slower running 64 bit code than 32 bit. I'm thinking back a couple of years here, so it may be different for the latest generation of their processors.

      It isn't all bad for the Opteron though - the instruction set has been altered to provide more processor registers. This may mean the compiler can do a better job of optimising code, reducing the number of load/store instructions, so increasing the IPC.

      So, just don't assume that if the Opteron gets a performance benefit from 64 bit code, so will the G5. As other people have mentioned, you need to test both with a 64 bit OS to really know the results - extrapolating won't get you the answers.

      Your comment about the IBM compiler is spot on. With any luck the IBM changes will make it into the gcc code for other non-apple PPC platforms.

    15. Re:Except by Anonymous Coward · · Score: 3, Insightful

      > The fact that 10.3 isn't 64-bit implies that there are some problems, namely that not all the code is 64-bit clean

      Probably the case, considering that BSD/Mach is old old stuff, and there was no development going on for most of the 90s.

      Also keep in mind that Apple probably can't just deliver a 64-bit libc and have it be useful to anyone. They would need to provide 64-bit Carbon and Cocoa libraries as well.

  2. I wonder what the results would have been... by jasonfncsu · · Score: 4, Interesting

    If they would have used a linux platform instead of Windows...

    --
    Jason Faulkner
    Old Os Administrator
    jason@oldos.org
    oldos.
    1. Re:I wonder what the results would have been... by Quarters · · Score: 4, Insightful
      The results would've been a bunch of time comparison tests for software that

      a) Not many people have heard of.

      and

      b) Even fewer people use.

  3. Old Tests... one issue by Rosyna · · Score: 4, Interesting

    One main issue with the UT 2003 tests. It doesn't say if they are running UT 2k3 2225.1 or 2225. 2225.1 brings MASSIVE performance increases. From the notes:

    It's much, much faster. Several optimizations have been made, lots of Altivec code has been added, and the entire sound subsystem has been rewritten. Performance improvements of 25% or more over the original retail version are typical, with single CPU systems achieving a more noticible gain.

  4. This may sound like flamebait or a troll... by DwarfGoanna · · Score: 4, Insightful
    But do people really care about this stuff? I mean for real, day to day, get my work done reasons? I still have a 500 mhz G4, and now that I've gotten a little older don't really *have to have* the latest and greatest just to piss my friends off, it seems just fine. I thought about upgrading, and then my next thought was...."why?"


    Am I just an exception?

    --

    "You know why you do not see me styling wit my homies? Because I have no homies!!" -Mojo Jojo

    1. Re:This may sound like flamebait or a troll... by AKnightCowboy · · Score: 3, Insightful
      Nah, if you don't play games or do compute intensive work (CAE/graphics), whats the point?

      And honestly if you're using a Mac you're not a gamer anyway. Yea yea, I know, there are a whole 10 decent games for the Mac, but there are hundreds for Windows. If you're a gamer you run Windows, period. Personally I've always been of the "use the right tool for the right job" perspective. My gaming machine runs Windows, my laptop (iBook) runs MacOS X, and my servers and PVR run Linux. People need to stop being such OS bigots and just learn to use the best tool instead of shoe-horning everything into one operating system. I don't try to do digital video work with Linux or file serving with Windows or game playing with a Mac.

    2. Re:This may sound like flamebait or a troll... by Deraj+DeZine · · Score: 3, Funny

      Screw walking! I'll just play a game about walking.

      And thus the chain is complete.

      --
      True story.
    3. Re:This may sound like flamebait or a troll... by grahams · · Score: 4, Interesting

      Or: if you're a gamer, own a console. While we aren't quite at the point where all games are "better" and "first" on the console, that day seems to be growing closer. Game stores are stocking fewer and fewer PC games, and signs point to stores like Game Stop eliminating them completely.

    4. Re:This may sound like flamebait or a troll... by strider_starslayer · · Score: 5, Insightful

      This is only partially true; CRPGs (Computer Role Playing Games) are generally far superior on the computer (Morrowind: need I say more?), as well as FPS (First person shooters) (Alien Vs Predator 2, Return to castle wolfenstien: Enemy Teritory), Adventure games (I can't think of a current one; monkey island?) and RTS (Real Time Stratagy)(Red Alert 2, warcraft 3, Kohan)- and there's a simple reason, the keyboard/mouse/very high def monitor are all but required to play these games and the ability to mod/upgrade these games is easily at least 1/2 the fun.

      --
      -Millions of Monkeys, Millions of typewriters, 6 hours of sorting through faeces encrusted pages to find: This post
  5. Mac vs. PC Flamewar in 5... 4... 3... 2... by Anonymous Coward · · Score: 3, Funny

    I'll get you started:

    (a) Mac only has one mouse button
    (b) PC is like a Dodge Neon, Mac is like a BMW
    (c) Mac has no games
    (d) Windows XP: DRM
    (e) Linux has no games
    (f) X windows sucks
    (g) etc.

  6. Price? by BWJones · · Score: 5, Interesting

    O.K., hopefully this will put to bed all those folks who cry about Apple computers being so damned expensive. Feature for feature, the G5 is about $600 cheaper than the Opteron. I certainly found this out when I was pricing workstations from Dell and other Wintel manufacturers and the G5's from Apple. I went with a fully loaded G5 and the price delta was $1200 cheaper going with the G5. Plus, OS X is soooooo nice.

    --
    Visit Jonesblog and say hello.
    1. Re:Price? by JK+Master-Slave · · Score: 5, Insightful

      The 'huge' price difference isn't really the main issue. The issue is being boxed into a single-vendor solution. I can buy x86 machines from hundreds of sources. I can mix-and-match components rather freely.

      Or I can hope Jobs hasn't discontinued the model of Mac that I had started to like. Apple proved they're not ready to be anything but a niche vendor when they got cold feet and killed their second source vendors (the Mac clone business)

    2. Re:Price? by b17bmbr · · Score: 3, Insightful

      the people who are going to buy these are buying dell for primarily one reason. it's a dell. now, you and i go, BFD. but, if you're a business, or even a serious professional, it is a tool. it is worth far more than $500 or whatever, to know that if your box takes a shit, they'll back it up. i just bought a canon A70 (pix of the kids) from ritz camera. yes, i could've gotten it elsewhere, with a better package. but you know what, i got their extended warranty, which basically says if i drop it off a building, and bring in the battery door, they'll replace it. now, what's that worth? that kind of peace of mind comes at a price. businesses expect that when they call, someone is there. if something goes to hell, they're gonna get something fixed. dell is still pretty good at service. even though they're PQ has taken a shit last couple of years.

      --
      My problem? I was perfectly gruntled, until some numbnuts came by and dissed me.
    3. Re:Price? by Coventry · · Score: 4, Insightful

      O.K., hopefully this will put to bed all those folks who cry about Apple computers being so damned expensive. Feature for feature, the G5 is about $600 cheaper than the Opteron. I certainly found this out when I was pricing workstations from Dell and other Wintel manufacturers and the G5's from Apple. I went with a fully loaded G5 and the price delta was $1200 cheaper going with the G5. Plus, OS X is soooooo nice.

      I am very curious as to how you got an Opteron price from Dell, which doesn't Make an Opteron system.

      I've read this sort of argument before, and what it comes down to is the difference in price between a comsumer system (G5) and a pro workstation (dual Opterons are not for the avergae consumer). The manufacturers making dual Opteron systems provide very heavy support - because their market (Engineering, 3d modeling, rendering) demands it. You pay for said support. The G5, however, comes with typical Apple support - which, while very nice, is not at the same level.

      Also of note, the manufacturers making Opteron workstations tend to put on very high end graphics cards - not the game-use 9600 pro that comes standard on a G5.

      Unfortunatly, no one makes a dual opteron that isn't targeted at a professional user currently - instead you have to cobble one together yourself. The price point drops considerably when you do this, becoming on par with that of the G5, but you wind up with 5+ warrenties to keep track of, and no central org to get service from. :(

      --
      man is machine
    4. Re:Price? by arty3 · · Score: 3, Funny

      I have to say. The fact that you said "price delta" and not "price difference", gives you a lot more credibility.

    5. Re:Price? by Xenex · · Score: 3, Funny

      "Also, from the experience I've had, OS X is ugly, bloated and buggy. I'll stick with x86, thank you."

      Yes Bob, but that was a Beige G3, circa 1997. I know for a fact you're not using a 6-year-old x86 system.

      See you on IRC! :P

    6. Re:Price? by Anonymous Coward · · Score: 3, Funny

      I agree: I hate how the G5 doesn't let me mix-and-match components freely. I mean, with the exception of the RAM, hard drives, optical drive, graphics card, PCI cards, and all external peripherals, I've got some serious vendor lock-in going on! What if I wanted to replace my motherboard with this electronic-looking thing I pulled out of my broken alarm clock, and my processors with these two turds my cat just left in the litter box? Will Steve Jobs let me do this? Absolutely not. Disgusting.

    7. Re:Price? by MKalus · · Score: 4, Insightful

      A collegue has a five year old "Wallstreet" Powerbook. When Panther came out he installed it.

      Guess what: It got faster.

      Show me one PC Manufacturer (not alone Microsoft) who can manage something like that?

      I have a five year old Dell Notebook.... XP I guess might run on it, or not. But the reality is I wouldn't even want to run XP on that thing.

      I didn't own an Apple until I bought an iBook a year and a half ago (together with an iPod). But I can tell you right now that my next one will be an Apple again, because "It just works" and I don't feel completly abandoned by Apple once I walk out of the door.

      This might be the case because Apple is still relativly small in comparision to other Computer companies, but at this point in time I don't really care, I get what I paid for, if not more so.

      --
      If you want to e-mail me, use my PGP Key.
    8. Re:Price? by fearx · · Score: 5, Informative
      I've read this sort of argument before, and what it comes down to is the difference in price between a comsumer system (G5) and a pro workstation (dual Opterons are not for the avergae consumer). The manufacturers making dual Opteron systems provide very heavy support - because their market (Engineering, 3d modeling, rendering) demands it. You pay for said support. The G5, however, comes with typical Apple support - which, while very nice, is not at the same level.



      Actually, the G5 is Apples Pro Line. Their consumer line consists of the iBook, iMac, and eMac. Their Pro line consists of the PoweBook and Power Mac. Maybe the naming gives it away too... POWER Mac, POWER Book.

  7. Not a Processor Comparison by ender_wiggin30 · · Score: 5, Insightful

    Those two processors are not compared. The video graphics cards, the motherboard speed, and other things are compared. It should be labeled how Apple G5 Platform compares to Athlon Based Platform.

  8. D3D vs OGL by illumina+us · · Score: 3, Interesting

    Unreal Tournament 2003 runs in Direct X mode on the Opteron and OpenGL mode on the G5. Some say this isn't a fair test but if you are choosing between the two systems, you need to know how it runs your favorite game.

    If a G5 running in OGL gets such low scores something is wrong. D3D renders slower and requires more processing power than OGL.

    --
    -illumina+us "I put on my robe and wizard hat..."
    1. Re:D3D vs OGL by Quarters · · Score: 4, Informative

      Except for nVidia cards, which have always had excellent OpenGL drivers, D3D renders faster than OGL on practically all current consumer level 3D hardware for Windows. Even on the nVidia hardware the speed difference is practically negligble.

  9. Very True. by blankinthefill · · Score: 3, Informative

    The desktop iteration of the Opteron is the Athlon FX-51. Maximum PC has run multiple benchmarks on the two systems to compare them, and the athloh whoops up on the G5. As a matter of fact, the G5 lost in all but one or two tests to the two frontrunners, the Athlon FX and the P4 Extreme Edition. This was obviously in 32-bit mode. I don't hate macs, but in this race (the desktop race), it certainly comes out under the other two major chip manufacturers.

  10. w00t. Like this is something new! by CatOne · · Score: 5, Insightful

    The thing that's true now is that the Mac systems are competitive. They're close to the fastest Intel/Athlon systems -- close enough that there's not an OBVIOUS performance reason to choose one or another.

    They're close in price, too (if you go PC white box then the PC is still less than half the price, but for a Xeon system or something from Dell it's fairly close).

    I don't think this benchmark is going to make up ANYBODY's mind one way or another, though -- it's an emotional debate rather than a logical one.

    The good thing is the Mac's numbers are no longer embarrasingly crappy, as they were in the latter G4 days.

  11. Remarks by internet-redstar · · Score: 5, Interesting

    Price comparisation:
    - comparisation of artificially low memory systems as Apples prices are where Apple makes the most on. On the one hand claiming 'we don't want to build ourselves as Apples can't be build, and then going to another store to add memory, just isn't fair when comparing prices.
    - Boot-testing the Mac for performance difference with other the HD is a good thing, but the test in the other direction (booting the PC with the other HD might reveal that the bottleneck is in the other direction).
    - MacOS X is certainly better in 64bit environments than not wanting to run beta software on a system bought for performance.
    - The problem with the Mac is also that the graphics subsystem is already dated. The release cycle of Macs is just too long. When they're first released they -arguably- beat most of the fastest PC's. But the next version is only released at quickest 6 months later, if you compare at that time with latest hardware. Macs just can cope up.
    - I also assume that near the end of the cycle, Apple's profit margins are incredible high. It's a very good marketing tactic to keep hardware and software tied to each other, keeping it all under control.
    - As I'm typing this on my top-equipped 12" PowerBook, I must admit that MacOS X is a good OS and the hardware is very good (this laptop was cheaper than any comparable hardware at the time I ordered it - not any more at the time when it got delivered)
    - And as a rule of thumb, I always say it's better to buy a less expensive system and upgrade it quicker than to go for the fastest and be stuck with it for an extra year.
    - Macs also have a better second hand value, and that shouldn't be forgotten when taking the price into account.
    - But most performance comparisations clearly SUCK because they tend to be optimised for a certain system (because of lack of knowledge of the party), or highly dependent on release schedules of involved hardware or software.

  12. Macworld Dec 2003 Issue by Valluvan · · Score: 4, Informative

    had feature called "The Race Is On" by Jonathan Seef. The comparison was between G5 and PC's with opteron. The PCs seemed to fare better in most of the tests (photoshop, word, quake, premiere, mp3-encoding, mpeg-2 encoding). Mac seemed to be better only with the DVD creation. By the way, I use Powerbook G4. Anyone's got a link for the article ?

    --

    Science as a way of life.
    1. Re:Macworld Dec 2003 Issue by general_re · · Score: 4, Informative
      Anyone's got a link for the article ?

      Macworld isn't making the article available on their website, but you piqued my curiosity enough to go looking for it. Alienware, which makes the Athlon and P4 systems that Macworld apparently used for its testing, has made excerpts available here.

      Who should I believe - Macworld, or some guy with bare feet? Hmmm............

      --
      ABSURDITY, n.: A statement or belief manifestly inconsistent with one's own opinion.
  13. Mac fanboy? by truesaer · · Score: 4, Informative
    Well, I will admit that I'm a bit of an AMD fanboy, but let me point out a few things here that I think should be agreeable by all parties.


    First, lets examine the statement The G5 spanks the Opteron in many of the non-gaming tests, except for the Photoshop tests. I see five tests in this review, and there are two wins for G5, two wins for Opteron, and one tie. So I really don't see either chip spanking the other. On the second page Opteron wins two, G5 wins one.


    Second, the configuration notes section was pathetic. It doesn't really give a very good description of the real configuration of the systems. Anyone that views benchmarks regularly knows that the devil is in the details. Still, this is equally a problem for Opteron and G5.


    Third, I wonder what kind of comparison is really valid. Anyone familiar with the AMD/Intel world knows that you can't just grab two 2Ghz chips and run them head to head. The architectures are not the same, it wouldn't be a valid comparison. So with two entirely different ISAs, what chips should be run head to head? The only obvious comparison would be each manufacturer's fastest...in this case I believe the 2GHz G5 is Apple's current fastest, but AMD does have a 2.2Ghz part that is available (see pricewatch) and that wasn't tested.


    Lastly, let me address the importance of compilation. I can't speak for G5, but you would get a substantial boost in performance on most applications just with a recompile for AMD64 chips. This is because Opterons have 32 GPRs instead of 16, which can make a big difference (especially in multimedia apps like photoshop). Obviously these products aren't commercially available, but people should be aware that a substantial performance boost for AMD64 could come just from optimized releases of software once it reaches a wide enough audience to make it worthwhile for software vendors.


    I guess this has turned more into a "notes about AMD64 architecture" post than anything else. It looks to me like this review is interesting but doesn't really settle much. Both Opteron and G5 performed well.

  14. pcworld did this a little while ago. by jon_c · · Score: 3, Informative

    according to them:

    Athlon 64 vs. Apple G5 Systems: Not Even Close


    Now i can't say whether these tests are any less or more objective, but they do draw a completely different conclusion.

    -Jon

    --
    this is my sig.
    1. Re:pcworld did this a little while ago. by Snuffub · · Score: 4, Informative

      Well I dont trust the new (pro mac?) benchmarks either. But those first PC World benchmarks were a joke. Id spend time writing up an articulate reply but others have already done that the first time these benchmarks were posted. so here you go:

      http://slashdot.org/comments.pl?sid=82342&cid=7218 515

      --
      --aiee
  15. Server chip versus desktop processor? Duh. by perlow · · Score: 3, Interesting

    This article strictly compares the 970 to the G5 using GAMING benchmarks.

    The Opteron and the G5 (IBM PowerPC 970) are two disparately different chips meant to serve two different purposes. The Opteron is AMD's server chip designed to handle for the most part, 64 bit high performance database applications and applications which require large memory models in which the 64 bit memory addressing is needed-- NOT 64 bit desktop applications or games. That's reserved for the Athlon 64 which is clocked significantly higher and has a much smaller L2 cache than the Opteron. On Gaming and desktop content creation benchmarks the Athlon64 is a much better match for the 970.

    If you want to compare apples to apples I would compare the IBM Power4 to the Itanium2 to the Opteron, hook them all up to an EMC storage array using fiberoptic SAN connections, and run a few million row length Oracle and DB2 databases and some SQL database benchmarks -- and for load up a few gigantic thermodynamic simulations up into main memory and see how quickly they can run through them. THAT would be an appropriate test for these server chips.

    1. Re:Server chip versus desktop processor? Duh. by DjDiff · · Score: 3, Informative

      The Opteron and the G5 (IBM PowerPC 970) are two disparately different chips meant to serve two different purposes. The Opteron is AMD's server chip designed to handle for the most part, 64 bit high performance database applications and applications which require large memory models in which the 64 bit memory addressing is needed-- NOT 64 bit desktop applications or games. That's reserved for the Athlon 64 which is clocked significantly higher and has a much smaller L2 cache than the Opteron. On Gaming and desktop content creation benchmarks the Athlon64 is a much better match for the 970.

      Actually, the cache size of the Athlon64 3200+ and the Opterons are exactly the same, 1MB. The frequency difference is a mere 200MHz (A64 3200+ vs Opteron x46, the x48 chip is clocked exactly the same), but that might seem significant as it is 10%. The most significant difference is that the Opteron has a dual channel memory interface, which the A64 hasn't. Enter the Athlon FX, which is exactly the same as the Opterons but without the ability to run MP. The cores are identical, so there's no real optimisation benefiting the Opterons over the A64s.

  16. Top500.org by RedWingsSuck · · Score: 5, Informative

    On the latest Top500 list Virginia Tech's Mac cluster is number 3 with 2200 2GHz G5 processors, and Los Alamos National Laboratorys machine, with 2816 2 GHz Opteron processors is number 5.. I didn't look at the topology, or connection medium, but I am certain that the Mac cluster was cheaper, and is faster running the SAME benchmarks...

    1. Re:Top500.org by Hoser+McMoose · · Score: 5, Informative

      Yup, the PPC 970 (G5) is quite fast at running Linpack, particularly in comparison to x86 chips. The main reason for this is that Linpack is basically just a bunch of floating point adds and multiplies, and the PPC 970 has this nifty instruction that does a floating point multiple and add all in one. On x86 this requires two separate instructions.

      Some scientific computing does closely resemble Linpack's workload. Basically any time you're dealing with matricies you are almost always going to be doing lots of FP mult-adds. However, this is a VERY narrow benchmark of CPU performance.

      A much better benchmark of raw CPU power is SPEC CPU2000 (though the compiler and memory subsystem play a major role here). Unfortunately Apple has chosen not to grace Spec with it's precense. So far it's only numbers released have been from the Veritest results which "proved" that the G5 was faster than a Pentium4. These results were rather unimpressive and SIGNIFICANTLY slower than the results for Opteron and P4 systems.

      All benchmarks have their limitations, Linpack (used by Top500) just tends to be more limited than most. Rumor has it that a new set of high-performance computing benchmarks is in the works to replace plain old Linpack.

  17. How are we going to explaing something this subtle by be-fan · · Score: 3, Insightful

    to Mac people??? The same people who thought that the "G3 was faster than the fastest Pentium II" for years!

    Let me try to make this simple: neither Windows XP nor OS X are 64-bit OSs, and neither was running 64-bit programs. This is a much better situation for the G5 than the Opteron. 64-bit mode on the G5 really only allows for 64-bit instruction execution, and 64-bit pointers. On the Opteron, 64-bit mode enables a host of non-64-bit-related improvements, notably a doubling of the visible register set.

    The bottom line is this:

    The G5 will run 32-bit code just as fast (or faster, because of better cache utilization) than 64-bit code. The Opteron will run 32-bit bit code about 20% slower than 64-bit code, because of the architectural improvements in X86-64 long mode.

    Note that none of the apps here would really benifet from 64-bit processing. Floating point is already 64-bit (actually, 80-bit) in both processors, and the only program that could concievably use 64-bit integer math would be Photoshop. Neither machine had more than 4GB of RAM, so 64-bit memory addressing was a non-factor.

    That said, the G5 beat the Opteron by more than 20% in most of the benchmarks. I fully expect that with both CPUs running optimized 64-bit code, the G5 would still be faster, though the performance delta will be less.

    --
    A deep unwavering belief is a sure sign you're missing something...
  18. Its not the hardware its the software by ducomputergeek · · Score: 4, Interesting
    I guess I've worked in the video production industry too long, but most of the people I have been working with are switching to Macs or upgrading to G5's not because of hardware, but software and the total package.

    Answer this question: will final cut pro run on an x86 based machine?

    To me, and most Mac users, gaming is irrelvant. Most people that use Macs are in a profession such as desktop publishing, video production, or graphic arts. Sure they may play a game or two, but their machine is used for work.

    I do a little bit of everything with my G3 700Mhz 14.1" iBook, but mostly its MS Office, Mail, Safari, and Quark that I use. Along with Final Cut Pro and Photoshop when need be.

    Our office is 95% Mac and 5% FreeBSD, which we run on Althon white boxes, and we have beat out competition because of productivty. We are not spending loads of time with viruses and patching security issues on a weekly basis. Our machines rarely lock up, none have crashed (knock on wood), and that helps with the bottom line.

    Does it help in video rendering to have the extra speed and power of the 64-bit G5? Yeah, the faster a project is rendered, the quicker we move on to the next. But for everyday business use, our older G4 500's, 867's, and Dual 1.25gz will serve us for years to come and even though Apples cost more up front, we know we have saved time and money by using macs for our desktops.

    --
    "The problem with socialism is eventually you run out of other people's money" - Thatcher.
  19. PC configuration a little funky by Hoser+McMoose · · Score: 4, Informative

    I don't know if the author of the article was just trying to make the mac look cheaper, or if they just weren't looking very hard (I suspect the latter), but they could have EASILY shaved $82 off the cost of the Opteron system and got 1394b support for free too boot!

    For some reason they configured the Opteron with an add-in Serial ATA RAID controller, supposedly in order to better match the configuration of the Mac (which doesn't support RAID, but I digress). This added $117 to the price. However they completely ignored the motherboard upgrade option that added SATA support (no RAID) and 1394b support together for only $35.

    They could also have shaved another $37 off the price by using a software modem instead of a hardware modem (though the HW modem might be a good idea for Linux users that need dial-up) or $72 off the price by not including a modem at all for those of us with broadband connections.

    In the end though, the Mac is still a bit cheaper. Macs are not expensive for what you get, the problem is that you don't have much choice but to get top-end. To price out a dual-processor Opteron with similar specs to a dual-processor Mac, you'll be easily over $3000 and possibly up closer to the $3938 of the Xi computer system. However, if you don't need all those features you can easily configure yourself an Athlon64 system for SIGNIFICANTLY less.

    I have absolutely no need for a modem (got an old external kicking around in case of emergancies) and have never owned any 1394b devices. Therefore, if I were configuring a PC for myself I would never bother adding either of those two options. I might also configure a cheaper video card and I probably wouldn't bother with a DVD-RW drive, though I would prefer to have two optical drives (one CD-RW and one DVD). These are all easy options on most PC configurations, but often they aren't on Mac configurations. Simply put, you have more choices on PC configurations than on Macs. If you desired setup matches that of a Mac closely, then they often offer good value for your money. If not, then they can be quite expensive for what you want.

  20. Apple's prices aren't bad considering by SiliconJesus101 · · Score: 4, Insightful
    I for one recently switched from a Windows box to a Mac OSX box as my main machine. I tried Linux on the desktop for almost a year and was left with a somewhat bad taste in my mouth; For my servers Linux is definitely the OS of choice but it is still extremely lacking in the desktop OS department.

    As far as the pricing on the Apple machines, it may seem a bit steep at first but when you look at the total package (sexy aluminum case, sweet fan setup, SATA hard drives, Firewire 800, 64bit PCI (even as far back as the old B&W G3 I recently picked up) and especially the resale value you really aren't doing to poorly. I love the comparisons where people say "I can build an x86 box for half the price". Well, the problem is that the x86 box is worth crap 3 months after you build it while the Apple boxen seem to hold their values long after your half priced x86 box becomes a machine you cannot even give away except maybe to a buddy who wants an old machine to use as an IPCop firewall box.

    The G5 definitely isn't a slow machine, you will be able to resell your G5 without taking a bath on your investment, and OSX is damned slick....I mean...REALLY slick.

    All in all I would have to say that the G5 machines are holding their own. Slower on some things, faster on other things, but nevertheless holding their own. The price/performance thing really depends on what you want the machine to do for you. I personally play games on a Playstation 2, listen to music on a real live stereo system and use a computer for browsing the web and checking email. So for me, OSX is a really nice environment to work in and the price of admission for OSX dictates Apple hardware. For others that play games I guess x86 and Windows is the way to go, and for those that like a total lack of intergration of their various UI components and appreciate a plethora of different "widgets" and toolkits all crammed together in a hodgepodge of a UI with no unified look or feel from application to application (wanrning, run-on sentence) and an almost unrelenting requirement to be tweaked and fiddled with then I guess a Linux x86 desktop is the way to go.

    I guess where my rant is going is that the hardware playing field seems to be fairly level these days and therefore your choices in systems would have almost entirely to do with how you plan on using your machine and/or which particular environment you prefer to work or play in.

    --

    "The strong will do what they want, the weak will do what they must."
    -Thucydides

  21. we've had benchmarks for months by penguin7of9 · · Score: 3, Informative

    We've had benchmarks for months, actually meaningful benchmarks. They show that the G5 is a nice, competitive chip, but it's merely keeping up with AMD performance-wise. And G5 systems are behind Opteron systems in terms of bang-for-the-buck and features.

    If you check the published SPEC benchmarks for the Opteron 148 against Apple's claimed SPEC results for the G5, you'll see that a dual G5 is not faster than the Opteron. It is pretty telling, incidentally, that Apple still has not actually submitted official SPEC results for the G5's--they really don't seem comfortable with the comparison on a real benchmark.

    Of course, a dual Opteron will have other advantages for many users: you can get it in 1U rack mounts, it runs a lot more application software, and it's cheaper.

    Running five application programs does not constitute a meaningful benchmark of the CPU. We don't know how those applications are written, what CPUs they are compiled for, what compilers they used, etc. Most likely, none of those applications have been tuned for Opteron, wherease they have received extensive tuning for PPC and AltiVec over the years. The differences may be something as trivial as cache conflicts. All those "benchmarks" tell you is that if you must run the current version of Bryce and AfterEffects, you may get more bang (but not necessarily more bang-for-the-buck) out of a G5 for the time being.