Azzera filtri
Azzera filtri

Can Matlab use all hypertheaded cores on a computer or only the physical ones?

2 visualizzazioni (ultimi 30 giorni)
Hey! First of all I am new to Matlab. I am using Matlab R2011a. I've been looking around for a precise answer for my question, but have not found it yet. I want to know if Matlab creates only one worker per physical core or if it uses all the hypertheaded cores the computer has. The computer where Matlab is running has an Intel i5 dual-core, but since its hypertheaded, the Operating System reports it has having 4 cores. Will Matlab create and use 4 workers, or will it only use 2 since the CPU only has 2 physical cores? Also, in the case that Matlab uses only 1 worker per core, I would like to know if it takes advantage in any way of the hypertheading abilities the CPU has. Thank you very much for your help!
  2 Commenti
Jason Ross
Jason Ross il 16 Set 2011
Is your question regarding MATLAB running as a single application, or are you using the Parallel Computing Toolbox and the local scheduler?
Reynaldo
Reynaldo il 16 Set 2011
I am using Parallel Computing Toolbox and the local scheduler.

Accedi per commentare.

Risposte (3)

Jason Ross
Jason Ross il 16 Set 2011
By default, the number of workers started will be equal to the number of physical cores. In your example, this would be 2. You can override it by modifying the number of workers in the properties of the local scheduler.
The workers are started by default in "singleCompThread" mode.
As with many things, the optimal solution for you likely depends on what you are actually doing.

Walter Roberson
Walter Roberson il 16 Set 2011
My recollection from previous discussions is that MATLAB will use hyperthreading if it is enabled for your system.

Reynaldo
Reynaldo il 16 Set 2011
I am using Parallel Computing Toolbox and the local scheduler.

Categorie

Scopri di più su MATLAB Parallel Server 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