Running multiple jobs

7 views (last 30 days)
Venkat
Venkat on 15 May 2011
I have a 24 core machine.How to run 24 instances of a program simultaneously? I could run upto 8 jobs(maximum number that matlabpool open allows) using the matlab parfor command but dont know how to extend it to 24 jobs.

Accepted Answer

Edric Ellis
Edric Ellis on 16 May 2011
With Parallel Computing Toolbox, the "local scheduler" allows you to run a MATLABPOOL up to size 8. If you wish to exceed this, you could purchase additional licences of the MATLAB Distributed Computing Server.

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!