My parallel computing code (R2013b) is very slow

1 回表示 (過去 30 日間)
Sebastiano delre
Sebastiano delre 2014 年 7 月 21 日
回答済み: Sebastiano delre 2014 年 7 月 21 日
Hi! I am trying to use parallel computing and parfor loops with my R2013b MatLab version. I can already use parfor cycles but they are slow, a bit slower that the corresponding for cycle. Why is that? When I write parpool in the command window, I get: undefined function or variable 'parpool' Thank you for your help, Sebastiano.

採用された回答

Shashank Prasanna
Shashank Prasanna 2014 年 7 月 21 日
If you have Parallel Computing Toolbox installed you shouldn't see the error message. Confirm you have Parallel Computing Toolbox installed by typing the following on the command line:
>> ver
If you are using an earlier of MATLAB, replace parpool with matlabpool
Take a look at the release notes for 13b:

その他の回答 (1 件)

Sebastiano delre
Sebastiano delre 2014 年 7 月 21 日
Thank you!

カテゴリ

Help Center および File ExchangeParallel Computing Fundamentals についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by