how to configure more than four workers on matlab session?

3 views (last 30 days)
If a client is having matlab with 4 workers these four workers could be subdivided into more workers say 8 each for a total of 32 sessions running in parallel. If possible as you might get to make this division. This is because currently have come to have a client and four workers only.

Accepted Answer

Walter Roberson
Walter Roberson on 30 Jan 2014
A session that is allocated from a matlabpool cannot open a matlabpool.
If you were running four different MATLAB processes, then each of them could potentially open a pool.

More Answers (1)

Edric Ellis
Edric Ellis on 30 Jan 2014
Note that R2013b allows up to 12 local workers, so you might wish to upgrade.
  1 Comment
Cèsar
Cèsar on 30 Jan 2014
Eric but, i have a laptop with four processors and 4GB of RAM and Windows 7 Home premium x64 the performance of the computer could be affected by matlab, making this distribution.

Sign in to comment.

Categories

Find more on Startup and Shutdown 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!