Run more workers than hysical cores Matlab Pallel Computing Toolbox
Afficher commentaires plus anciens
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.
Réponses (0)
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!