How can I tell how many cores matlab has available for batch jobs?

Parallel pools have defined numbers, but when I submit batch runs, how many will matlab run before queuing them up? I can't see anything in the monitor (2014a) that says. This is all local machine stuff BTW.

 Accepted Answer

Does this answer your question:
N = maxNumCompThreads()

1 Comment

It works, though it says it will be removed in a future release (from 2014a).

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Asked:

on 6 Apr 2018

Commented:

on 6 Apr 2018

Community Treasure Hunt

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

Start Hunting!