Processors
Intel® Processors, Tools, and Utilities
14514 Discussions

2xE3 vs 1xE5

IMoha2
Beginner
1,426 Views

I doing an upgrade on my server and comparing between two options:

- 1 processor E5 2620v4

- 2 processors E3 1220v3

I read about differences between the two processors and they are almost the same!

I am more into the two processors option, but I don't know exactly if they will work in parallel OR one work and the other is a backup for the first one.

Thanks.

0 Kudos
1 Solution
n_scott_pearson
Super User
399 Views

In general, the execution threads on the two processors will run in parallel. Only when they are accessing shared resources will their execution be serialized. The net result is that the two processors, working together, cannot equal the performance of two separate processors - but they will significantly beat the performance of a single processor.

The next thing you need to look at is the performance of the individual processors. You are talking about a 2013 processor versus a 2016 processors. That's three years of improvements; smaller, faster transistors, microcode improvements, architecture improvements, etc. Likely more can be done per clock cycle than the previous. Add to this that the power utilization per clock will also be improved.

So, summarizing - and looking very far down my thumb at them - other things being equal, the dual-processor system from 2013 will likely perform on-par or perhaps slightly better than the single processor system from 2016. The 2016 system will do so using less power, however.

...S

View solution in original post

2 Replies
n_scott_pearson
Super User
400 Views

In general, the execution threads on the two processors will run in parallel. Only when they are accessing shared resources will their execution be serialized. The net result is that the two processors, working together, cannot equal the performance of two separate processors - but they will significantly beat the performance of a single processor.

The next thing you need to look at is the performance of the individual processors. You are talking about a 2013 processor versus a 2016 processors. That's three years of improvements; smaller, faster transistors, microcode improvements, architecture improvements, etc. Likely more can be done per clock cycle than the previous. Add to this that the power utilization per clock will also be improved.

So, summarizing - and looking very far down my thumb at them - other things being equal, the dual-processor system from 2013 will likely perform on-par or perhaps slightly better than the single processor system from 2016. The 2016 system will do so using less power, however.

...S

Reply