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?

채택된 답변

Edric Ellis
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
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 CenterFile Exchange에서 Parallel Computing Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by