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!