MDCS Homogeneous cluster configuration

1 view (last 30 days)
Mark Cafaro
Mark Cafaro on 6 Oct 2011
The MDCS system requirements state a homogeneous cluster configuration is recommended. Does the head node (Job Manager node) count as being part of the cluster configuration if it runs no workers?
In other words, is it recommended that the head node also be homogeneous with the worker nodes? Or, is it only important that the worker nodes be homogenous?
For instance, can I have a job manager node running on OS X, while all the worker nodes are running Linux (on identical computers) and use matlabpool?

Answers (1)

Edric Ellis
Edric Ellis on 7 Oct 2011
It's really about the workers - there are some constraints from the MPI library we use (MPICH2) about the operating systems and "bitness" (32/64 bit) of the worker processes. Also, you may find that if you're running stuff in parallel, you may be constrained by the performance of your worst machine - so it's usually best if the machines are of similar performance.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!