Multiprocessor Workstation Motherboards

  • Thread starter Thread starter RJ Emery
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 15K views
RJ Emery
Messages
114
Reaction score
6
I am interested in mobos that can handle up to eight processors, either eight single-core or more desirably four dual-core processors. The intent is to build a parallel computer in a single box. Mobos that I can find which handle multiple processors seem to be optimized for server applications, while my goal is a single user workstation capable of handling Grand Challenge-type computations.

Anyone know of suitable off-the-shelf hardware for building such a computer?

And the software to run it?
 
Physics news on Phys.org
RJ Emery said:
I am interested in mobos that can handle up to eight processors, either eight single-core or more desirably four dual-core processors. The intent is to build a parallel computer in a single box. Mobos that I can find which handle multiple processors seem to be optimized for server applications, while my goal is a single user workstation capable of handling Grand Challenge-type computations.

Anyone know of suitable off-the-shelf hardware for building such a computer?

And the software to run it?
Sure, motherboards that can run 8 processors are already out.
For instance (without specifically endorsing this place) they sell them fully configured at Dell.

Or if you want to build yourself just google "dual quad core xeon" and you get a list of motherboards.

And this configuration runs Linux and Windows.

RJ Emery said:
Mobos that I can find which handle multiple processors seem to be optimized for server applications
Not sure what you mean when you say that.

Clearly you would not want to run some single threaded program on a box with 8 processors. :smile:
 
Last edited:
MeJennifer said:
Sure, motherboards that can run 8 processors are already out. For instance (without specifically endorsing this place) they sell them fully configured at Dell. Or if you want to build yourself just google "dual quad core xeon" and you get a list of motherboards. And this configuration runs Linux and Windows.
Opteron would be of more interest than Xeon, but regardless, I have not found motherboards, using Google or other means, that can be populated with one to N processors -- single-, dual- or quad-core. I would not be surprised if two or more Extended ATX mobos would be required, but then I don't see how they could be coupled.

I can easily build a quad processor system, but how do I build an eight processor system? And regardless of the number of cores or processors, how do I know all are truly being fully utilized?
 
RJ Emery said:
Opteron would be of more interest than Xeon, but regardless, I have not found motherboards, using Google or other means, that can be populated with one to N processors -- single-, dual- or quad-core. I would not be surprised if two or more Extended ATX mobos would be required, but then I don't see how they could be coupled.

I can easily build a quad processor system, but how do I build an eight processor system? And regardless of the number of cores or processors, how do I know all are truly being fully utilized?
As I wrote before there are motherboards with two processor slots, so you can populate each with a quad core processor.

An 8 processor option with intel is currently faster than an 8 processor AMD solution. But both companies are playing catch up with each other so in a few months the roles may have switched.

RJ Emery said:
And regardless of the number of cores or processors, how do I know all are truly being fully utilized?
It depends on the way you write your program. You need at least 8 threads in the above configuration, but that is just the start, you need to think of things like locking and cache misses.
 
Last edited: