Filter löschen
Filter löschen

Requirements for opening a matlabpool

3 Ansichten (letzte 30 Tage)
Dawn
Dawn am 9 Jun. 2011
Do I need to install extra matlab software when I use 'matlabpool open' in the version of matlab2009b?
Thanks.

Akzeptierte Antwort

Sean de Wolski
Sean de Wolski am 9 Jun. 2011
You have to have the parallel computing toolbox (PCT).
  2 Kommentare
Dawn
Dawn am 9 Jun. 2011
Is PCT free? I just simply download and install it in my computer.
Sean de Wolski
Sean de Wolski am 9 Jun. 2011
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?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Arnaud Miege
Arnaud Miege am 9 Jun. 2011
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 Kommentare
Dawn
Dawn am 8 Sep. 2011
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 am 8 Sep. 2011
You cannot use matlabpool without Parallel Computing Toolbox.

Melden Sie sich an, um zu kommentieren.


Harsha Vardhan Rao  Avunoori
You just need to get the Parallel Computing ToolBox if you want to explore the parallel programming features of MATLAB.

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by