Requirements for opening a matlabpool
Mostra commenti meno recenti
Do I need to install extra matlab software when I use 'matlabpool open' in the version of matlab2009b?
Thanks.
Risposta accettata
Più risposte (2)
Arnaud Miege
il 9 Giu 2011
1 voto
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
Arnaud Miege
il 9 Giu 2011
Obviously, you need the parallel computing toolbox to use matlabpool.
Dawn
il 9 Giu 2011
Arnaud Miege
il 9 Giu 2011
No, a grid of computers is a set of machines dedicated for high performance computing, see http://en.wikipedia.org/wiki/High-performance_computing. Neither the Parallel Computing Toolbox or the MATLAB Distributed Computing Server are free. You should get in touch with MathWorks:
http://www.mathworks.co.uk/company/aboutus/contact_us/contact_sales.html
Dawn
il 8 Set 2011
Sean de Wolski
il 8 Set 2011
Dawn, you probably should've started a new question for this. But anyway, tell it to open local (if that's not the default):
>> matlabpool open local 2
Dawn
il 8 Set 2011
Walter Roberson
il 8 Set 2011
You cannot use matlabpool without Parallel Computing Toolbox.
Harsha Vardhan Rao Avunoori
il 9 Giu 2011
0 voti
You just need to get the Parallel Computing ToolBox if you want to explore the parallel programming features of MATLAB.
Categorie
Scopri di più su Introduction to Installation and Licensing in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!