フィルターのクリア

Requirements for opening a matlabpool

1 回表示 (過去 30 日間)
Dawn
Dawn 2011 年 6 月 9 日
Do I need to install extra matlab software when I use 'matlabpool open' in the version of matlab2009b?
Thanks.

採用された回答

Sean de Wolski
Sean de Wolski 2011 年 6 月 9 日
You have to have the parallel computing toolbox (PCT).
  2 件のコメント
Dawn
Dawn 2011 年 6 月 9 日
Is PCT free? I just simply download and install it in my computer.
Sean de Wolski
Sean de Wolski 2011 年 6 月 9 日
No. It's not free, but depending on your license you may have it.
If you type
>>ver
at the command line, does it show up?

サインインしてコメントする。

その他の回答 (2 件)

Arnaud Miege
Arnaud Miege 2011 年 6 月 9 日
It depends: if you are using a local scheduler on your own multicore machine, then no. If you are using a grid of computers, then the MATLAB Distributed Computing Server needs to be installed on the workers.
HTH,
Arnaud
  7 件のコメント
Dawn
Dawn 2011 年 9 月 8 日
Hi,
Thank you for your quick response.
I used 'matlabpool open local 2' and replaced 2 by several different digits. Matlab always gave error messages as:
Undefined function or method 'matlabpool' for input arguments of type 'char'.
I do not have 'Parallet Computing Toolbox' installed in my local machine.
Thanks.
Walter Roberson
Walter Roberson 2011 年 9 月 8 日
You cannot use matlabpool without Parallel Computing Toolbox.

サインインしてコメントする。


Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori 2011 年 6 月 9 日
You just need to get the Parallel Computing ToolBox if you want to explore the parallel programming features of MATLAB.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by