Do the Parallel Computing Toolbox and MATLAB Distributed Computing Server perform better on multi-core systems or multi-processor systems?

1 visualizzazione (ultimi 30 giorni)
When using the Parallel Computing Toolbox and MATLAB Distributed Computing Server, is better performance offered when using a computer with a single processor and multiple cores, or multiple single-core processors?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 27 Giu 2009
As an organization, MathWorks is not able to provide hardware recommendation. We would advise you to consider some of the common trade-offs that are associated with multi-core and multi-processor systems.
For example, multi-processor systems are known to have an advantage over multi-core systems by virtue of each processor having its own front-side bus (FSB). On the other hand, multiple cores in a single processor share a common bus, thus limiting the communication bandwidth to the cores. However, when communication between multiple cores is enhanced because they reside on the same piece of silicon, this is known to mitigate the effects of their sharing a front-side bus.
Note that over the years, different processor and motherboard vendors have developed hardware architectures that compensate for these effects, consequently blurring the performance difference between multi-core and multi-processor systems at times. The vendors themselves may be able to provide additional insight in these respects.

Più risposte (0)

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by