Slashdot Mirror


Intel V8 Octa-Core System, Full Performance Tests

MojoKid writes "In the April time frame, details of Intel's dual-socket 8-core system dubbed 'V8' became available but only preliminary performance numbers were shown. The platform consists of quad-core Xeon processors in an Intel 5000X chipset-based motherboard, along with FBDIMM (Fully Buffered DIMM) serial memory. A follow-on article at HotHardWare goes into significantly more detail on the platform and showcases many more performance metrics on a Windows Vista 64-bit installation. The POV-Ray and Cinebench 95 benchmark numbers alone are something to smile about. 'Intel's V8 isn't about promoting a platform as much as it is a show of strength and a glimpse of things to come. What V8 and QuadFX show is that both Intel and AMD are on a path to offering true, enthusiast-class, dual-socket platforms. And that's a good thing. Perhaps AMD is a little further down the path thanks to a more tweaker-friendly motherboard in the QuadFX-compatible Asus L1N64-SLI WS, but until consumers have more motherboards to choose from and perhaps quad-core processors from AMD, we can't very well declare that the time for QuadFX has arrived. One motherboard does not a platform make.'"

26 of 123 comments (clear)

  1. The next chipset will be better by Joe+The+Dragon · · Score: 2, Informative

    FB-DIMMS suck for gameing and the next chip may let you use DDR2 ECC and have more pci-e lanes and maybe SLI / CROSS FIRE.
    Right now you can get a 2-4 cpus amd system with 2 high end video cards and hard RAID and still have pci-e lanes left and that system maybe better at high end video work.

    AMD systems have the pci-e lanes for 2 full pci-e x16 lanes ,2 x4 lanes, and lanes for on board sas raid cards and pci-x at the cost of 4 pci-e lanes.

    It's too bad the macpro uses the same chip set the lack of pci-e lanes and the high cost of FB-DIMM's are things that people don't like about it.

    1. Re:The next chipset will be better by Joe+The+Dragon · · Score: 2, Interesting

      the build in ports are on the pci-e bus as the 5000x chip set uses pci-e lanes for part of the chipset to chipset link and most pci-e hardware raid cards are x4 with x8 for cards with more ports http://www.3ware.com/.

      also the 8800 cards are slowed down by a x8 pci-e slot.

      pci-e video in cards may use 1-4 lanes also you may want a pci-e based firewire bus.

  2. You can do better than that... by u-bend · · Score: 3, Funny

    In Soviet Intel, Linux Beowulf clusters of these bit you 64 times!

    --
    u-bend
  3. April is not a time frame by Flying+pig · · Score: 2, Insightful
    The original report came out in April, which is the name of a month and a time period, _not_ the "April time frame". Adding verbiage does not make your submission look more impressive or indeed add any meaning whatsoever.

    Moving forwards from this present moment in time, I think we should take on board the suggestion that redundant verbiage be deep-sixed, or at least run the concept up the flagpole and see if anybody salutes.

    That off my chest, calling this thing a V8 is just as annoying as it presumably does not have two angled banks of 4 cores running off a common crankshaft.

    Yes, if you must use stupid analogies I will prod them till they break.

    --
    Pining for the fjords
  4. Re:Yes but when can I buy one? by Jeffrey+Baker · · Score: 2, Funny
  5. Re:Why now? by mistermark · · Score: 2, Interesting

    indeed! in my job (I work at a small OEM in the Netherlands), I already sold several dual quad-core systems the last couple of months, build to order. This week I sold a similar system (with this exact same motherboard) but with 16GB of memory instead of 4. Luckily it's not going to run Vista ;-)

  6. Naysayers R US by andy314159pi · · Score: 3, Insightful

    Figuring out how to redesign a program to run in parallel is a terribly difficult thing to do, for the most part. There are sometimes linear algebra problems that appear in science applications that lend themselves to parallel coding, but those aren't things that most users are trying to implement. *They cannot give up on making sequential processing faster.* Making a platform as massively parallel as this is (for a personal computer) will never accomplish what improving other facets of the architecture like memory latency, cache size, and of course the chip frequency. So we have been using machines with four processors for 11 years, and for the most part only one processor gets utilized even after extensive efforts to make our applications run in parallel. The overhead for farming out work is worthwhile only when you have very large chunks of computing that doesn't have to be sequentially processed. I really see this multicore processing stuff as a bit of a cop out.

    1. Re:Naysayers R US by Jeffrey+Baker · · Score: 2, Insightful

      How is it a "cop out"? The current crop of Xeons have 3.0GHz clock speeds, huge caches, and excellent per-clock performance including single-cycle 128-bit packed operations. They are by any measure the finest x86 processors ever offered on the market. The fact that you get four of them per socket is just a bonus.

      Also, I can think of one general-purpose workload that is easy to parallelize: sorting. Tons of applications require fast sorting, from word processors to mail programs and web browsers all the way down to plain old sort(1).

    2. Re:Naysayers R US by KillerCow · · Score: 2, Interesting

      Figuring out how to redesign a program to run in parallel is a terribly difficult thing to do, for the most part.


      Not on a server. Forking on the accept call is embarrassingly parallel.
    3. Re:Naysayers R US by CastrTroy · · Score: 2, Interesting

      The question is, how many items do you have to sort, and does it even give a noticeable increase in speed once you distribute all the data to the seperate processors and gather it back up again. From my parallel programming course, I remembered you could do a sort in O(1) time, but that you had to have N processors, and that doesn't even count distribution and gathering time. The best parallel algothims get sorting time of O(n log(n)), which is the same a quicksort, but you can parallelize it, so on 4 processors, it would be O(n log(n)/4). But since you're suppose to get rid of the constants in Big-O notation, the complexity is pretty much the same. So for applications like email, wordprocessing, and web browsers, where you're probably only sorting less than 10,000 items (probably less than 1000)., it doesn't yield much of and improvement, especially not that the user would notice. Just for a test, I filled up all 65,000 rows in Excel with Data. Sorting the done in less time than I could even notice. Probably under 1/4 of a second.

      --

      Anthropic principle: We see the universe the way it is because if it were different we would not be here to see it.
  7. Re:Why now? by andy314159pi · · Score: 5, Funny

    I already sold several dual quad-core systems the last couple of months, build to order. This week I sold a similar system (with this exact same motherboard) but with 16GB of memory instead of 4. Luckily it's not going to run Vista ;-)
    But it appears to be one of the few machines that supports the minimum hardware requirements of Vista.
  8. Re:Windows Vista licensing? by Anonymous Coward · · Score: 2, Informative
    "How much is the license for whatever version of Vista that allows one to even use that many cores/CPUs?"

    Microsoft Windows licenses are restricted to the number of CPU sockets not the number of cores.

  9. Re:Just sounds fast... by jshriverWVU · · Score: 2

    Kinda like the Vega 2 processor, which has 48 cores? Now if I could only find a specification manual to learn it's instruction set.

  10. Re:obligatory by fitten · · Score: 3, Funny

    In Soviet Russia, I, for one, welcome the eight core overlords who imagine running beowulf clusters of these running Linux which review YOU!

  11. Top Ten Uses For Your New Cores by DysenteryInTheRanks · · Score: 4, Funny

    From the Home Office in Bangalore India!

    Top Ten Uses For Your New Processor Cores:

    10. Vista (Starter, Ultimate Turbo Champion, etc). If this applies to you, stop reading list here, all your new cores are belong to Microsoft.

    9. Time to install Web 2.1, baby!!

    8. Full-screen full-motion porn on all three of your 30-inch computer monitors while running global warming computer model in background

    7. Terrorism.

    6. Receiving chocolate cake over the Internet.

    5. As a tool to help you personally become a more productive worker, engaged citizen and attentive spouse and parent, rather than as a weird techno-fetishistic ends unto itself. Ha ha, just kidding!! LOLzzz.

    4. Dedicated core for Safari installs/updates.

    3. Department Homeland Security monitoring/spyware (federal statutory requirement)

    2. AT&T Broadband/RIAA monitoring/spyware (in EULA)

    1. Wife's monitoring/spyware (in the vows)

  12. Power consumption by A+Friendly+Troll · · Score: 4, Interesting

    FTFA:

    Our testing showed the V8 ssytem consumping much more power than anything else while idling at the Windows desktop; almost 50W more than QuadFX and over 100W more than the QX6800. With the processors operating under full load, however, the tables turned somewhat.

    Yeah, the tables did turn. Under full load, the QX6800 - which is already power-hungry - uses 319W. The V8 and the QuadFX are at 474W and 498W, respectively. That's an extra 155-179W... For what?!

    Is this a continuation of the P4 Prescotts, which used 130W+, IIRC? These beasts use *even more* juice.

    Yeah, such CPUs have their place, but if this is an indication of the future of desktop computers, fu*k it. The V8 uses more power over a QX6800 (50W) while idling than what my CPU (E4300) uses at full load. Are we going to be able to buy 50W CPUs in five years, or are we going to have to deal with insane cooling solutions for 200W CPU monsters?

    1. Re:Power consumption by Chandon+Seldon · · Score: 3, Informative

      Are we going to be able to buy 50W CPUs in five years

      Sure. You can even get a 1W CPU today if you want. There's just an energy / performance tradeoff, and the V8 goes for all-performance. "Normal" desktop processors today have design power usages of either 65 or 90 watts. Low power 45W desktop processors are available, and you can go to notebook / specialty processors below that.

      --
      -- The act of censorship is always worse than whatever is being censored. Always.
  13. Re:Yes but when can I buy one? by Jeffrey+Baker · · Score: 2, Funny

    Do I seriously have to do all the work around here? http://supermicro.com/products/system/4U/7045/SYS- 7045A-T.cfm?PID=TWR

  14. Re:Yes but when can I buy one? by Courageous · · Score: 3, Funny

    It takes Slashdot to think of "SuperMicro" when thinking of a hum under the desk.

    C//

  15. Re:Why now? by sgt+scrub · · Score: 2, Funny

    And Quake2 STILL stutters every three seconds.

    --
    Having to work for a living is the root of all evil.
  16. Re:But can a desktop OS actually use all these pro by drsmithy · · Score: 3, Informative

    All 8 cores and 16 Gigs of RAM fully accessible by the OS, unlike say Win XP.

    Windows XP 64-bit will "access" your 8 cores and 16 gigs of RAM just fine, and to boot will do a better job of utilising them than OS X does.

  17. Re:But can a desktop OS actually use all these pro by drsmithy · · Score: 5, Informative

    So, if Windows is only designed for two or four processors, why even consider eight?

    Best not to listen to marketing dweebs for technical information. Windows NT ("Vista") is - and always has been - designed from the ground up to work very well with multiple CPUs. It's heavily multithreaded, fully re-entrant, kernel locking is very fine-grained, etc, etc.

    I have no idea what this person thinks they're saying, but Windows NT4 was available for machines with 8 CPUs a decade ago and Windows 2000 has been running on 64-CPU machines for years. It's possibly some sort of incredibly poorly communicated misunderstanding about how modern machines are more likely to find multiple cores on a single package, rather than discrete CPUs, but even that would only require scheduler tweaking and certainly nothing "fundamentally different". It may also be a reference to Singularity.

    What is clear, is that "Microsoft executive Ty Wilson" has NFI what he's talking about and needs to be whacked with a clue-by-four (and probably was). There's nothing at all wrong with Windows' SMP support, especially in the context of the hardware it typically runs on.

    Of course, that's Microsoft... How does OSX and Linux handle eight processors?

    OSX, not very well. They've only moved away from a single big kernel lock relatively recently - although Leopard is supposed to have some significant improvements in this area - and there's lots of work that needs to be done. Linux's SMP support is excellent (almost certainly better than Windows') and it's been running on machines with quite large CPU counts for years.

  18. Fast and .net? by anss123 · · Score: 2, Informative

    Excepting some tech demos I've yet to see a GUI app written in .net that I'd consider "very fast". Hell, write me a .net app that can read in a 20MB BMP file faster than IrfanView can have it saved back as a jpeg and I'll applaud you. It must be possible, but I suspect one have to resort to unsafe code.

    Java have somewhat of a bad rep, but it's every bit as fast as managed .net (Windows.Forms call out into native code). It might even have more of a future in our multiprocessing tomorrow thanks to Sun's push into that area, them having 16 core CPU's out right now.

  19. Re:Windows Vista licensing? by eharvill · · Score: 2, Insightful

    Microsoft Windows licenses are restricted to the number of CPU sockets not the number of cores. O RLY?

    I guess all those VMWare datacenters running 30+ Windows VMs on a single physical server with 2 Quad cores shouldn't worry when Microsoft comes a knockin' looking for their money for 28 illegally licensed OSes?
    --
    At night I drink myself to sleep and pretend I don't care that you're not here with me
  20. Re:Yes but when can I buy one? by scottv67 · · Score: 2, Funny

    Do I seriously have to do all the work around here?

    Yeah, Jeffrey...I'm gonna have to ask you to go ahead and come in on Saturday...yeahhhh