batch arguements 'pool' v 'matlabpool'?

3 ビュー (過去 30 日間)
Fox Peterson
Fox Peterson 2014 年 6 月 5 日
回答済み: Fox Peterson 2014 年 6 月 9 日
I'm still running Matlab 2013a, and learning the Parallel computing toolbox. Noticed in the tutorials that to specify a pool for a batch job, you want to use the pair 'pool',<number of workers>. In 2013a, this doesn't work, but 'matlabpool',<number of workers> does. going to be sharing this script with others who have both older and newer versions of matlab. Should I be concerned to make the call to 'pool' also compatible, or will 'matlabpool' be a supported arguement in future/previous editions?

採用された回答

Edric Ellis
Edric Ellis 2014 年 6 月 6 日
The older 'Matlabpool' parameter is still supported in the newer versions of Parallel Computing Toolbox, but it will be removed at some point.

その他の回答 (1 件)

Fox Peterson
Fox Peterson 2014 年 6 月 9 日
Thanks Edric! Exactly what I needed (and wanted) to know!

カテゴリ

Help Center および File ExchangeCluster Configuration についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by