Can Matlab use all hypertheaded cores on a computer or only the physical ones?
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
Jason Ross
2011-9-16
Is your question regarding MATLAB running as a single application, or are you using the Parallel Computing Toolbox and the local scheduler?
回答(3 个)
Jason Ross
2011-9-16
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.
0 个评论
Walter Roberson
2011-9-16
My recollection from previous discussions is that MATLAB will use hyperthreading if it is enabled for your system.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Performance Profiling 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!