New Server Chip Niagara
* * Beatles-Beatles writes "Sun recently announced their latest release in server technology. The UltraSparc T1 processor, code-named Niagara, has eight computing engines on a single chip, with each core capable of handling up to four tasks at once." With this new processor Sun hopes to get a leg up on the competition. The Niagra chip is being billed as an "eco-friendly" chip because of its low power requirements. From the article: " [...] removing the world's Web servers and replacing them with half the number of UltraSparc T1-based systems would have the same effect on carbon dioxide emissions as planting 1 million trees."
Just buy their new processor...it's equivalent to planting a megajillion trees!
What about all the real nasty chemicals that go into the manufacturing process of chips .. eg arsenic and acid !!!
Let's go plant some trees then.
It is a pretty safe bet that 1 million trees are way cheaper than Sun technology.
Better link here.
Niagara systems take the concept of dual core processors (with which most of you are familiar), and goes to an absolute extreme - building 8 cores, each capable of running 4 jobs simultaneously (4 threads), onto a single chip. Doing the math, we'll be delivering a 32-way chip, running 9.6GHz, which sips power (about 70 watts). , JonathanSchwartz BLOG.
This is why I got into Sysadmin 15 years ago.
To play with big honkin fast machines and new technology that makes your head spin.
Just musing about the name. Think of your kitchen sink faucet.
Now think of all the faucets in your house turned on at once.
Now think of all the faucets on your street turned on too.
Add all the faucets in your community.
Keep on thinking of how many faucets in how many communities it would take to equal the raw power behind something so large as Niagra falls.
Am I hooked?
You bet.
comment directly in my journal
Eight cores at four threads is 32 simultaneous threads. Nice, but what about memory bandwith? Each thread needs proper I/O if this is actually going to do any good... Anyone have any real info on this marchitecture?
.: Max Romantschuk
Dear Sun,
RE: your statement:
Removing the world's Web servers and replacing them with half the number of UltraSparc T1-based systems would have the same effect on carbon dioxide emissions as planting 1 million trees.
Please engage brain before opening mouth.
Thanks.
These processors are a step in a different direction. Like the cell processor, they lack features like branch prediction, have small, very simple pipelines, etc. However, that isn't really all that bad, esp. on some tasks where your CPU is mostly just idling waiting for IO to finish anyway. I wonder if these "simple but gets the job done" CPUs will see an even wider market in the future. As the article said, they are cheaper and consume less power than their competitors
removing the world's Web servers and replacing them with half the number of UltraSparc T1-based systems would have the same effect on carbon dioxide emissions as planting 1 million trees
"And it has the added benefit of lining my pocket."
low power requirements != low enough for a laptop.
Niagra = 70 watts
G4 = 19 watts
I don't know many people who have a server room large enough to hold a million trees.
(twiddles thumbs for the remaining 17 seconds. Lahdy dahdy hum dum dum)
AMD or VIA would build a cheap multi-core x86 based on VIA's or Geode cores... Sun could sell systems with them as developer boxes running Solaris 10.
BTW, what would happen to performance if you started with a Geode core and spent the rest of your wafer-area budget with Itanic-size caches?
For now, I have no hope to have one of these on my desktop anytime soon.
http://www.dieblinkenlights.com
Since the story is devoid of content:
- up to 8 cores, 4 threads per core
- integrated RSA
- 3MB L2 cache
- 90nm process
- 1.2 GHz
You need at least a dozen concurrent threads or processes before you can make good use of this CPU's power. Certainly not a good idea for desktops. An excellent match for web servers. Other server-type workloads (e.g. database, file server) may need some tuning to make the best of this architecture.
Stop worrying about the risks of nuclear power and start worrying about the risks of not using nuclear power.
Will obviously have the name "C1ala1s"
We can add this performance criteria to our system selection process...how many trees are saved. Featuring the Sun chip which is the world's first Megatree (MT) performer.
Why I remember when I was a lad we had Kilotree performers, and we were glad for it!!!
How about: I'd rather plant a tree than run on a Sun.
Am I the only one who read the code name as Viagra?
I knew sun was having troubles but not THAT kind of trouble.
In that case the old inefficient systems would still be running, using power, hence no environmental gain.
The only way to get the claimed environmental gain would be if the old systems were never used again - which then does raise the landfill etc. issues
The Niagara uses Ultrasparc III type cores which have limited single thread performance. This limits this design to certain applications that are highly concurrent in nature. More interesting is the Next Gen Rock CPU which will have highly parallel Rock CPUs.
That's because "with this new processor Sun hopes to get a leg over on the competition" (e.g., fuck Intel?).
It is not Niagra. Thank you
...is it good at memory leakage? ^_^
Or is it perhaps not as low-power as they clame: maybe it require a huuuge current? ^_^
One should carefully name ones product. Its fate may stand or fall on it ^_^
urd
Whoa, talk about "uptime".
MacGregor Despite Them!
s/n/v/
Right on.
To be pedantic, planting trees (unless it's done on soil that was used for industrial agriculture, which has pretty much giving up its carbon already), will generally cause a release of CO2 from the ground. Even once the forest becomes mature, the net release of CO2 is positive in many cases (especially if the land used to be grassland).
But assuming that is ignored, a million trees:
- Is nothing. Assuming they're Christmas trees, it's about a square kilometre. It's also about 1/100th of the annual harvest in the USA.
- Is meaningless. Tell me in megatonnes of CO2 or gigawatts how much this will save, and if it doesn't equal a megatonne/yr or gigawatt, then it is just a drop in the bucket. Probably less of an effect than eradicating all spyware (thus causing less PCs to be replaced by lazy or ignorant or rich PC owners).
Sun announced today, that they will be chopping down one tree for every new system sold!
... who misread the topic "New Server Chip Niagara" as "New Super Cheap Viagra"?
That would at least be an honest slashvertisments for a change.
Ah, arrogance and stupidity, all in the same package. How efficient of you. -- Londo Mollari
Um, yeah, but given that your two most strenuous processes are using 4% and 2% of your CPU respectively, with your machine posting mighty load averages of 0.33, 0.30, 0.18, I think you can safely hold off on upgrading to an 8-core processor any time soon--unless some of those threads aren't sleeping fast enough for you :-)
If you're willing to do the planting, the National Arbor Day Foundation will send you 10 trees for $10. http://www.arborday.org/shopping/Memberships/membe rships.cfm
Get 10% of the registered users on Slashdot to sign up for this (and plant them) and you're close to a million.
The world is made by those who show up for the job.
The Sparc architecture has always had a problem getting good straight-line performance, because of the way the register windows constrain the compiler by exposing a small register set to the optimiser while still having the large context switch overhead of a large register set. Sun has long used multiple register contexts and microthreading-like techniques supported by the OS to get good multitasking performance despite these shortcomings, so this is a natural extension of the Sparc family.
And, yes, I'm sure straight-line single-processor performance will be nothing exceptional. But don't knock the impact of lower power... if it uses half the power of a comparable dual-core Opteron then you can fit twice as many processors in a rack, just because of the cooling requirements.
I also wonder what "handling up to four tasks at once" means. This could simply mean they have four traditional Sparc register contexts per core. TFA doesn't go into detail there.
Sun has been talking about this puppy for a while now, and it's good to seem them deliver it. It does round out their processor strategy pretty nicely: AMD on the low end, and if you want obscene performance per-CPU at the high end you get this guy. I'll be interested to see some performance numbers.
Typical Sun though: crap-tacular marketing. What's the deal with the "eco-friendly" angle? See Sun's front page. Which CTO's actually care about that again? It's just stupid; saving the planet is a great corporate goal, but hopefully Sun is a bit more concerned with their bottom line, where they haven't consistently made a profit in 5 years.
Please mod this up, recycling paper has zero impact on cutting of forests, paper pulp "trees" are grown on farms.
Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
That G4 is also far less powerful than the Niagra. We're talking about using these chips in servers, not laptops. Server manufacturers do want to reduce power consumption and heat output, but they need a lot more porcessing power than five-year-old laptop chips (such as the G4) can provide. 70W is quite low for a server as most server chips are at least twice as power-hungry as that.
Just "gittin-r-done," day after day.