LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-28-2008, 11:30 AM   #1
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Question Stupid general hardware question: dual core or dual processor?


Hi guys,

Are these Intel dual and quad core chips really 2 and 4 individual processors or is it smoke and mirrors? If you get one of these chips can you run a true SMP OS or is it just that everything is transparent and you get approx. 2 or 4 times the power of one processor?

Thanks.
 
Old 05-28-2008, 11:38 AM   #2
stefan_nicolau
Member
 
Registered: Jun 2005
Location: Canada
Distribution: Debian Etch/Sid, Ubuntu
Posts: 529

Rep: Reputation: 32
The processors have two computing cores. You need an SMP os to use both cores. Note that, generally speaking, this is worse than having a single core that is 2-4 times as fast.
 
Old 05-28-2008, 11:52 AM   #3
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Original Poster
Rep: Reputation: 55
I understand there is management overhead which makes 2 actual processors not as fast as 1 processor at twice the clock speed.

Are you saying these "cores" are like 2 completely separate functional processors?

Thank you.
 
Old 05-28-2008, 11:56 AM   #4
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by Randux View Post
Are these Intel dual and quad core chips really 2 and 4 individual processors
Yes.

They are better than having the same number of separate CPUs (of the same specs) because the memory sharing and cache coherency management are tighter.

They also cost less than the same number in separate single core packages, so the idea of having multiple single core CPUs is obsolete. (There are packaging and thermal limits, so two four core packages still makes sense vs. one eight core package).

Quote:
If you get one of these chips can you run a true SMP OS
Yes.

Quote:
you get approx. 2 or 4 times the power of one processor?
Rarely even close. Likely much of the software you run won't be multi threaded well enough to make good use of more than one processing unit. Even if it were, a single CPU with double the speed (and double the cache size) would get much more work done. If they could make one CPU twice as fast at a comparable cost to a dual core they certainly would do that instead. (One cache, twice as large, could be made for slightly less than the cost of the two caching systems in a dual core package).

Summary: Dual core is slightly better than two single core packages of the same specs, but much worse than one single core package with double the specs (if that were available).

Quote:
Originally Posted by Randux View Post
I understand there is management overhead which makes 2 actual processors not as fast as 1 processor at twice the clock speed.
"management overhead" is a severe understatement for that issue.

Quote:
Are you saying these "cores" are like 2 completely separate functional processors?
What should "completely separate" mean? What should "processor" mean?

Excluding some obscure thermal and fault tolerance issues, any difference between dual core and completely separate is an advantage for dual core.

Last edited by johnsfine; 05-28-2008 at 12:17 PM.
 
Old 05-28-2008, 11:59 AM   #5
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Original Poster
Rep: Reputation: 55
Thanks John for the great explanation. Just trying to learn enough about these chips to buy a new box!
 
Old 05-28-2008, 12:26 PM   #6
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by Randux View Post
Just trying to learn enough about these chips to buy a new box!
The right answer is almost certainly dual core.

Even looking at the fraction of just CPU cost, the difference between single core and dual core at the same spec level is small. Looking at that difference as a fraction of the entire system cost may make more sense and then it looks even smaller.

For an ordinary home user, dual vs. single core won't approach a factor of two performance difference, but it will be a significant performance difference and worth the price difference.

The cost difference between dual core and quad core at the same spec level is much higher (as a fraction of total system cost). Also, comparing at the same spec level means you're ignoring the higher spec options that are available in dual core and not quad.

The performance difference between dual and quad at the same spec level for an ordinary home user is tiny, no where near as large as the performance difference between single and dual.

So unless you have specialized needs that make real use of quad core, it doesn't make sense.

By "spec" in all the above, I primarily mean L2 cache size and CPU clock rate. Which of those two matters more depends on what software you are running, but both are probably important.

Last edited by johnsfine; 05-28-2008 at 12:29 PM.
 
Old 05-28-2008, 02:34 PM   #7
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Original Poster
Rep: Reputation: 55
Thanks again for this info. I will check in with you if I have more specific questions. I hope you stay on the forums!
 
Old 05-28-2008, 02:46 PM   #8
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by Randux View Post
Hi guys,

Are these Intel dual and quad core chips really 2 and 4 individual processors or is it smoke and mirrors?
Well, its not smoke and mirrors. And AMD have been, indirectly, making the slightly odd claim that an issue with the Intel quad core parts is that they aren't four CPUs on one die, which is slightly difficult to understand... (You might as well ignore this point! AMD is just trying to score meaningless marketing points off Intel here.)

Quote:
If you get one of these chips can you run a true SMP OS
I'm not sure how this is a useful question. You can run an SMP OS on a single core processor. In fact, these days its often done in Linux. What you don't get, is any advantage out of doing it.

Quote:
or is it just that everything is transparent and you get approx. 2 or 4 times the power of one processor?
I'd like to answer that question in three ways: Yes, No and It Depends.

Yes, under certain very particular circumstances, you can get a throughput approximately equal to double that of a single core at a similar frequency and with a similar amount of cache per core (and always assuming other things like the disk drives aren't a bottleneck). This may get close to occuring in, say, a server, where there are a myriad of little tasks queued for execution. It can also happen with certain specifically written apps (say applying transformations in a specifically optimised photo-processing app).

Also, No, it doesn't. This is also a correct answer. For certain apps, say one monolithic (single threaded) app, like many games (unless particularly re-written to take advantage of the cores) you get a throughput almost the same as a single core (with the usual conditions). Although, you could, maybe, be burning a CD at the same time, where, on a single core, your game might grind to a halt if you tried this kind of stupidity.

So, the real answer is probably, maybe. Maybe even definitively maybe. Somewhere in between in most cases. And if you only expect a small speed boost, then you are not going to be dissappointed. And that's probably what you'll see most of the time until apps are re-written. But the cost is small, and more and more apps will be re-written over time. And in a situation like a Linux box, there may be quite a few little processes that can be executed on the 'other' core from the one executing the 'big' application.

Quote:
I understand there is management overhead which makes 2 actual processors not as fast as 1 processor at twice the clock speed.
Well, in most cases 'management overhead' wouldn't be quite the right description, but its the right general idea: you certainly don't simply get 2x or 4x performance.

Quote:
Are you saying these "cores" are like 2 completely separate functional processors?
Yes. (Really, very nearly!) They are functionally separate processors. Depending on supplier (Intel and AMD) they have different arrangements with cache, and that cache sharing causes a small deviation from 2x or 4x, but that isn't the biggest problem (so you can ignore it, if you like, but you did ask).

Quote:
If they could make one CPU twice as fast at a comparable cost to a dual core they certainly would do that instead....Dual core is slightly better than two single core packages of the same specs,
Depends somewhat on the definition of 'better' that you choose.

They could make one cpu with twice the clock speed, if that's what you mean, but the power issues would be a bit troublesome. Two cpu cores at half the clockspeed does not give you the same power consuption once we get into this regime in which power consumption climbs non-linearily with clockspeed.

Now 'one core with twice the clockspeed' may be a piece of silicon that could be churned out economically, but then there are many other costs that go into the system (bigger power supply, oh lets have watercooling or maybe even N2, fans). And then there is all the criticism that Intel got over the rather warm, and therefore noisy, Netburst Pentium D parts. You think Intel wants to go back there again? (Although avoiding a re-run of that particular debacle may not be their main motivation.) And, in particular, with all organisations claiming 'greenness', this isn't where Intel wants to be.

If your definition of 'better' leans heavily on power efficiency, then this is important. If you just want to frag the bad guys and don't care if you need your own electricity substation to do it, then that's rather different.
 
Old 05-28-2008, 04:19 PM   #9
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Quote:
Originally Posted by salasi View Post
If your definition of 'better' leans heavily on power efficiency
I think you misunderstand what I was comparing in the place where you quoted my use of 'better'.

Given a core with specs X (including speed and cache, etc.)

Compare one package containing two of those cores (AKA dual core) vs. two packages, each containing one of those cores.

The former has better cache coherency management and better memory sharing, each of which result in a tiny improvement in system performance, so to the small extent that there is a performance difference, the dual core is "better".

There are still plenty of motherboards for two CPU packages. My point was that up to quad core, if you want more cores per motherboard, the best way to get that is more cores per package, not more packages per motherboard:
One package of 2 cores is much better price performance than two packages of 1 core.
One package of 4 cores is slightly better price performance than two packages of 2 cores each.
One package of 8 cores is not quite practical yet, so two packages of 4 cores each is the way to get 8 total.

Regarding the comparison of dual core with specs X per core vs. single core with spec 2X per core, you might need to define "2X".

The CPU has a speed and a cache size. But the cache also has a speed. Is it fair to say "2X" means the CPU, including the cache is twice as fast AND the cache is twice as big? On that definition of "2X" you couldn't find any real world workload for which Dual core at spec X could beat single core "2X".

Doubling CPU speed without doubling L1 cache speed is unsound. A fair "2X" might mean the CPU and L1 cache speed are doubled and L2 cache size is doubled, but L1 size and L2 speed aren't doubled. Then there would be some real world workloads for which Dual core X would beat Single core 2X. But still not very many. For a home computer user, VERY few.

Even with that more conservative definition of "2x" getting 2x beyond the spec of a moderate price dual core CPU is very prohibitive.

Cooling is not just a matter of conducting the heat from the surface of the CPU package to the outside world (solved by your water cooling suggestion). You must also conduct the heat from the gates to the surface of the CPU package. The more heat you must conduct, the greater the required temperature difference (package surface temperature below operating temperature of the gates). That 2X spec probably blows right past merely bringing the package surface down close to room temperature (all that water cooling does). You probably need to go below room temperature (At least a refrigeration unit and coolant).
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual core Vs Dual Processor which Is better? rockaway Linux - Hardware 7 03-21-2008 12:42 AM
Programs which take advantage of dual processor/dual core? PatrickMay16 General 1 07-28-2007 09:04 AM
Dual Core, Hyperthreading, Dual Processor sohos Linux - Hardware 1 04-20-2006 02:21 PM
Dual processor vs. Dual core cs. single on home machine fincher69 Linux - Hardware 3 03-04-2005 12:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration