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

4 visualizaciones (últimos 30 días)
I have R2011b, use parallel toolbox and wanna know how it duplicates workers. Is it supposed to create just one worker on each core?

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Parallel Computing Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by