Run more workers than hysical cores Matlab Pallel Computing Toolbox
이전 댓글 표시
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.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!