Slashdot Mirror


Jonathan Schwartz Shows 32-Way UltraSPARC Chip

Megaslow writes "The latest entry in Jonathan Schwartz's blog has pictures of Sun's Project Niagra chip, with 8 cores * 4 threads per core for a 32-way computer on single chip. He also shows what looks to be a test rig reportedly already up and running Solaris 10."

19 of 245 comments (clear)

  1. Sounds Pretty Bitter by Apple+Acolyte · · Score: 5, Insightful

    Schwartz's blog may not be representative of the general corporate attitude at Sun, but he comes across as bitter and even hostile. Perhaps he is just a passionate believer in his company's work, but his whiney tone smacks of unprofessionalism. I'm not particularly well versed on the continuing saga that is Sun, but should not product performance be speaking for itself? In any case, if they have achieved something noteworthy with this "32-way" chip, I hope they figure out a way to make it useful. This MPR Paper on the processor may be of interest to some.

    --
    Part of the hardcore faithful who believed in Apple long before it was cool again to do so
    1. Re:Sounds Pretty Bitter by Animixer · · Score: 2, Insightful

      If a company could get by on "product perfomance speaking for itself", DEC would still be around and we'd all be running VMS on Alpha.

      --
      man tunefs | grep fish
    2. Re:Sounds Pretty Bitter by jamiethehutt · · Score: 2, Insightful

      but should not product performance be speaking for itself?

      It should, but as DEC and the Alpha show it doesn't.

  2. Hold on... by StevenHenderson · · Score: 2, Insightful
    Sun's Project Niagra chip, with 8 cores * 4 threads per core for a 32-way computer on single chip

    Doesn't mean a damn thing unless software is written to take advantage of it. Damn PC developers can't write software to take advantage of HT (with some exceptions, I know), but hopefully this chip's power can be realized fully.

    1. Re:Hold on... by ban · · Score: 5, Insightful

      Doesn't mean a damn thing unless software is written to take advantage of it. Damn PC developers can't write software to take advantage of HT (with some exceptions, I know), but hopefully this chip's power can be realized fully.

      Why is it that people keep stating that you have to write software that targets HT specifically? This is not true. Any multithreaded application will benefit from it. It is up to the OS to present you with the CPUs, real or virtual.

      Yes, there are specific issues with handover during tight spinloops et.c., but only people writing locking or timing code should have to deal with those issues. Not your average application programmer.

    2. Re:Hold on... by DarkMan · · Score: 3, Insightful
      You can't get a 100% speed boost with HT.

      HyperThreading presents a virtual CPU - there are the same number of compuational units in the core. The speed advantage from HT is that with threaded code, there is additional silicon to save the state of each thread.

      With the same number of execution units, however, you can't get better then optimal for a single non-HT CPU; once all the execution units are full, that's it, whether it's one thread or two.

      HT is a great boost for a threaded app where it is not CPU bound in general.

      On the other hand, a second CPU carries an aditional set of execution units; that means you can, in theory double the CPU output.

      Neither helps with the memory - cpu bandwidth issues, which can limit performance. Dual CPU can mitigate that with dual memory controllers (see, e.g. Opteron), but that has it's own complications.

      So, HT is a small step between dual CPU, and dual CPU.

      However, even the most optimistic benchmarks from Intel that I have ever seen quote a 30ish% speed increase with HT. I have never, ever, seen anyone claim that HT can give a 100% speed boost - can you reference that claim?

      I quote from
      http://www.intel.com/business/bss/products/hyper th reading/server/index.htm":

      While Hyper-Threading Technology will not provide the level of performance scaling achieved by adding a second processor, benchmark tests show some server applications can experience a 30 percent gain in performance.


  3. ultrasparc by GMail+Troll · · Score: 2, Insightful
    This is fairly impressive, althrough really with chips written in high level hardware description languages it probably isnt very difficult to just add more cores. I'd certainly like to see what the power and heat requirements are for this thing (forgive me if this is mentioned in the article, it appears to be slashdotted so I cant read it). I guess one of the advantages of the SPARC architecture is that the relative simplicity of the instruction set (compared to x86) makes it possible to do things like this.


    gmail invite

  4. And their blog server still gets slashdotted!!! by notany · · Score: 2, Insightful

    Apparently blogs.sun.com is very bad marketing.

    --
    Dyslexics have more fnu.
  5. Re:solaris fan by jeif1k · · Score: 2, Insightful

    These guys are trying to do things big and correctly.

    I think "big" and "correctly" are themselves contradictions in terms these days. Solaris is bloated, Java is bloated, and now they are producing a bloated CPU chip.

    None of this will stop commodity hardware and open source from kicking Sun's butt and driving them out of business, because ultimately, people don't want "big", they want manageable and cost-effective. And that Sun isn't delivering anymore.

    Ahhh... to be 38 and be this guy. President of Sun at 38 years old... what a life.

    I'm sure he is well paid, but so are lots of other jobs. Other than that, I would imagine his job is causing him ulcers because deep down, he must know that his company is in deep trouble.

  6. We're supposed to be impressed? by xyote · · Score: 4, Insightful

    Sun has never explained or shown what this Throughput computing is all about. More multi-processors. Yeah, so? You need concurrency mechanisms to exploit it. Pthreads by itself isn't going to hack it. They won't scale up. Even if Sun has "parallelized" Solaris, it's in user space where most of the processing is done and where most of the problems will occur.

  7. Re:solaris fan by BoldAC · · Score: 2, Insightful

    I think "big" and "correctly" are themselves contradictions in terms these days. Solaris is bloated, Java is bloated, and now they are producing a bloated CPU chip.

    As much as I love sun, it's hard to argue with your points. Java and Sun both have some bloat... agreed. Even most main stream linux distros are bloated compared to a few years ago. However, it's hard for me to understand how a chip can have bloat? The bigger and faster and more the chip does, the better! Right?

    People a few years ago were complaining because programs were too big. People don't really complain about this anymore because hard drive space has gotten so cheap. Now we usually complain about bloat for other reasons... mainly speed, usability and security.

    Will cheaper, faster, bigger, and better chips help decrease this problem? Maybe, maybe not. But I don't know how it could hurt.

  8. Re:Software licensing by qwijibo · · Score: 3, Insightful

    Looking at processors like these, they're aimed at the server market. The people who can buy this hardware can afford the licenses. If one of these processors can compete with a 32 processor Sun Fire 12K in a functional sense, do you think Oracle is going to want less money? A count of "processors" presented to the system is as good a way of scaling licenses as any other in the server market.

    Licensing probably won't change until everyone has multi core processors. Even then, licensing per "computer" without counting processors is still viable for desktop applications. Licensing is just income. Nobody cares how they do it, they just want to make sure they get as much of it as they can.

  9. Re:What is Open? by Decaff · · Score: 4, Insightful

    Because he must know that Sun is basically finished as a company

    Nice to know you have such predictive abilities.

    : their hardware is uninteresting and Solaris is uninteresting.

    I would have thought that their SMP hardware would be interesting to geeks - unlike the compromised NUMA architecture that lesser Unix boxes run.

    Solaris should definitely be of interest to anyone interested in UNIX or Linux - unless features such as partitioning and scalability are dull?

    The most annoying and dangerous thing about Schwartz is that he keeps trying to redefine the meaning of "open" and "open source" in order to get Sun's highly proprietary platforms and prducts (e.g., Java) to be more widely accepted.

    Java 'Highly proprietary'? Ah - I guess that is why the spec is published, and why GNU can implement Java; why Java is the most in-demand language for IT jobs, and why its so widely targetted on sourceforge.

    There is nothing proprietary about Java, only the name, which you must pass compatibility tests to use. Without these compatibility tests, Java would have fragmented years ago.

    (and, make no mistake: Sun has tighter legal ownership of Java than Microsoft has of any of their platforms)

    Evidence?

    Sun already extract a lot of revenue from Java - they use it as their language of preference when the provide software consultancy services (now a significant part of their revenue). There is also J2EE licencing, and J2ME services and partnering.

  10. Re:Not that great.. by mikael · · Score: 3, Insightful

    Most of Sun's application software vendors (CAD/CAM/animation) were busy porting their applications over to multithreaded mode back in the mid 1990's.

    Even if an application isn't multithreaded, the window system may very well be. And you can always have all those background processes (clock, TCP/IP, X-server) running on different CPU's, leaving at least one CPU free to run your application without swapping/scheduling out memory.

    --
    Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
  11. Not for PeeCees by turgid · · Score: 4, Insightful
    Doesn't mean a damn thing unless software is written to take advantage of it.

    This is a SPARC processor. It runs Solaris. The Solaris kernel is fully pre-emptively muti-threaded. Most of the large applications that you buy a big Solaris box to run are also highly mutlithreaded.

    The beauty of this design is that there is already a mature, stable and high-performance industry-standard OS for it (Solaris) along with thousands of applications.

    You could even probably run Linux on it if you wanted.

  12. Re:What is Open? by Daniel+Ellard · · Score: 4, Insightful
    1. People who run Linux on a different box may be more likley to upgrade to the Open chip since they won't have to take an OS change into account as well.



    Linux runs on Sparc, as does FreeBSD. There's no reason to think that these kernels will not be ported to take advantage of the Niagra architecture. If you don't like solaris, nobody is going to force you to use it (except maybe your customers, if that's what they like).



    2. People not happy with big blue can migrate to another vendor without having to take an OS change into account. That means less lock in.



    I call FUD on you. Doesn't "big blue" make the Z architecture, OS/390, System/36, etc., which are text-book examples of vendor lock-in? As in all other situations, you choose the system that works best for you. If vendor lock-in is fear for you, get Linux from IBM (or Sun, for that matter).
    On the other hand, if you need something that only System/36 or Windows or MacOS or Solaris provides, then you bite the bullet and buy that.


    --
    Disclaimer: I work for a company, but I don't speak for them.
  13. Re:What is Open? by Decaff · · Score: 3, Insightful

    You are mistaken. Sun's SunFire systems are NUMA.

    You are right in this case, but many Sun systems (including earlier SunFire machines) are SMP.

    As far as scalability goes, Linux runs on "lesser" 512 CPU systems, with plans for 1024 and 2048. Solaris is at 144 CPUs. They're the cold, hard facts.

    Scalability has nothing to do with the number of processors. Just because you can place a Linux system on that number of CPUs does not mean that it will efficiently make use of them for general purpose use. The large CPU count Linux systems are often for very specialised numerical work where a coder puts in a lot of effort (using specialised libraries) to distribute algorithms. You may be able to use kernel services (such as I/O) from all of those processors, but that doesn't mean it will scale within the kernel (although, in these applications, it doesn't need to).

    On the other hand, high-processor count Solaris/Sparc systems are usually more general purpose business machines, running database engines, app servers, web services etc. These hammer the CPUs with unpredictable and varied requests.

    The 'I put my OS on more processors that you' argument is very misleading.

  14. Re:What is Open? by joib · · Score: 3, Insightful


    I would have thought that their SMP hardware would be interesting to geeks - unlike the compromised NUMA architecture that lesser Unix boxes run.


    As others have said, the current generation of big iron Suns (the Sun Fire) is NUMA. You can find details in

    Alan E. Charlesworth: The sun fireplane system interconnect, Proceedings of SC2001 (available online if you have an ACM subscription).

    While Suns combination of snooping and directory based cache coherency is neat, it nothing revolutionary or so, that other companies would somehow be unable to implement if they wanted to.

    If Sun tanks, the world will go on just fine without them.


    Solaris should definitely be of interest to anyone interested in UNIX or Linux - unless features such as partitioning and scalability are dull?


    For the vast majority of users who have no need for partitioning nor extreme scalability, yes those features are pretty dull. And those who need those features know that Sun isn't the only game in town.

    If Sun tanks, the world will go on just fine without them.

  15. Nice FUD by hkb · · Score: 2, Insightful

    His FUD rant against IBM was quite amusing, considering that he's an executive in a company who's released a series of curious, low-end "funny little boxes". JavaStation... Sun Rays... did anyone really buy, use, and keep using all that crap? No.

    I wonder if Microsoft taught Sun execs classes on speaking FUD as a part of the lawsuit settlement...

    Yet more hot air from a dying company mismanaging a great, outstanding product (Solaris), that's quickly being swallowed by Linux, Apple, *BSD, and NT, and is so... so out of touch with its customer base, or what's left of it.

    --
    /* Moderating all non-anonymous trolls up since 2004 */