Does matlab create only one worker on each core when you use parallel toolbox?

1 view (last 30 days)
I have R2011b, use parallel toolbox and wanna know how it duplicates workers. Is it supposed to create just one worker on each core?

Accepted Answer

Edric Ellis
Edric Ellis on 7 May 2015
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 Comments
Sean de Wolski
Sean de Wolski on 7 May 2015
The Parallel Computing Toolbox doesn't assign workers to cores, the OS does as system resources become available.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB Parallel Server in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!