Requirements for opening a matlabpool
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Do I need to install extra matlab software when I use 'matlabpool open' in the version of matlab2009b?
Thanks.
0 Commenti
Risposta accettata
Sean de Wolski
il 9 Giu 2011
You have to have the parallel computing toolbox (PCT).
2 Commenti
Sean de Wolski
il 9 Giu 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?
Più risposte (2)
Arnaud Miege
il 9 Giu 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 Commenti
Harsha Vardhan Rao Avunoori
il 9 Giu 2011
You just need to get the Parallel Computing ToolBox if you want to explore the parallel programming features of MATLAB.
0 Commenti
Vedere anche
Categorie
Scopri di più su Introduction to Installation and Licensing in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!