Can I force a worker to use multicore when running batch?

1 次查看(过去 30 天)
Can I tell parpool workers to use multicore rather than singlecore?
In the case that my code runs under a parfor loop single core is obviously preferred. But in some cases I just run one iteration without a parfor loop and I want to let matlabs multicore support improve the speed of the operation.
This works as expected in my own environment where multicore is the default, but when I submit it as a job to a single worker, that worker operates without multicore support, just as if it was running it's share of a parfor loop.
In these cases I'd like the single background worker to enable multicore support, when a parfor isn't in use.
Is there a way to instruct the worker to use multicore operations?

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Parallel for-Loops (parfor) 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by