Does matlab create only one worker on each core when you use parallel toolbox?
5 次查看(过去 30 天)
显示 更早的评论
I have R2011b, use parallel toolbox and wanna know how it duplicates workers. Is it supposed to create just one worker on each core?
0 个评论
采纳的回答
Edric Ellis
2015-5-7
Yes, that's right - the default is to use the number of physical cores (not hyperthreaded cores). You can override this choice by setting the NumWorkers property of the local scheduler.
4 个评论
Sean de Wolski
2015-5-7
The Parallel Computing Toolbox doesn't assign workers to cores, the OS does as system resources become available.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!