Run more workers than hysical cores Matlab Pallel Computing Toolbox
Show older comments
I use Matlab R2018a with Parallel Computing Toolbox.
My machine has 4 physical cores, as detected by the feature function:
>> feature('numcores')
MATLAB detected: 4 physical cores.
MATLAB detected: 8 logical cores.
MATLAB was assigned: 8 logical cores by the OS.
MATLAB is using: 4 logical cores.
MATLAB is not using all logical cores because hyper-threading is enabled.
I need to run 11 processes in parallel, but Matlab only processes the first 4. Is it possible to start 11 workers on a 4-physical-processor machine?
Thanks for helping.
Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!