1

I have a Macbook Pro Intel Core I7; which is the maximum number of workers in a parallel loop (local cluster) with Matlab R2014a?

TEX
  • 2,249
  • 20
  • 43
  • That depends on your specific configuration, cf. http://www.mathworks.de/de/help/sldo/ug/how-to-use-parallel-computing-gui_bs2zam4-1.html – fuesika Aug 24 '14 at 21:01
  • How can I see the specific configuration? – TEX Aug 24 '14 at 21:04

1 Answers1

1

With Matlab R2014a you can have more than 12 local workers, however before creating too many workers you should see how many cores you have on your cpu. This information can be obtained as explained at https://stackoverflow.com/a/1715612/3676517.

Community
  • 1
  • 1
Jommy
  • 1,020
  • 1
  • 7
  • 14