Which System is faster

lambchops511

Senior member
Apr 12, 2005
659
0
0
System 1:

4 x Xeon @ 3.4 GHz

vendor_id : GenuineIntel
cpu family : 15
model : 4
model name : Intel(R) Xeon(TM) CPU 3.40GHz
stepping : 3
cpu MHz : 3400.232
cache size : 2048 KB

or

System 2:

1 x Core 2 Duo @ 2.1 GHz

vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Intel(R) Core(TM)2 Duo CPU T8100 @ 2.10GHz
stepping : 6
cpu MHz : 2100.998
cache size : 3072 KB


Running a single threaded task.

Moved from Off Topic.
Moderator allisolm
 

lambchops511

Senior member
Apr 12, 2005
659
0
0
i have both system at my disposal to run a simulation (single threaded) that might take days...i need to know which one to choose....
 

rudeguy

Lifer
Dec 27, 2001
47,351
14
61
Originally posted by: aznium
i have both system at my disposal to run a simulation (single threaded) that might take days...i need to know which one to choose....

might want to post in the right forum if you want an honest answer
 
S

SlitheryDee

The Xeons are P4 based? If so I would think the C2D would beat it in single threaded apps. Might be pretty close though.
 

chusteczka

Diamond Member
Apr 12, 2006
3,399
3
71
Originally posted by: aznium
i have both system at my disposal to run a simulation (single threaded) that might take days...i need to know which one to choose....

You could run a single threaded benchmark test and then tell us which one is faster.

Both of these programs can provide computational tests that comparatively will tell you which system is faster.

http://en.wikipedia.org/wiki/Super_PI
http://en.wikipedia.org/wiki/Boinc
 

lambchops511

Senior member
Apr 12, 2005
659
0
0
FYI: i've for my multithreaded application (Integer CPU, some FPU, and lots of memory bound app) ... the Xeon system is significantly faster
 

RedArmy

Platinum Member
Mar 1, 2005
2,648
0
0
CPU Time = (Instruction_Count * CPI)/Clock_Rate
or
CPU Time = Instruction_Count * CPI * Clock_Cycle

You might need to do some calculations with MIPS/MFLOPS in conjunction with using Amdahl's Law for multicore processors/if you start tweaking stuff
 

Homerboy

Lifer
Mar 1, 2000
30,890
5,001
126
Uhhh "single task" doesn't mean crap... whats the single task?
oh and wrong forum.
 

Colt45

Lifer
Apr 18, 2001
19,720
1
0
The xeons can do more NOPs per second, if that's what you're asking. Not that that means anything IRL. :D