Requirements for opening a matlabpool
2 views (last 30 days)
Show older comments
Do I need to install extra matlab software when I use 'matlabpool open' in the version of matlab2009b?
Thanks.
0 Comments
Accepted Answer
Sean de Wolski
on 9 Jun 2011
You have to have the parallel computing toolbox (PCT).
2 Comments
Sean de Wolski
on 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?
More Answers (2)
Arnaud Miege
on 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 Comments
Harsha Vardhan Rao Avunoori
on 9 Jun 2011
You just need to get the Parallel Computing ToolBox if you want to explore the parallel programming features of MATLAB.
0 Comments
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!