Requirements for opening a matlabpool
이전 댓글 표시
Do I need to install extra matlab software when I use 'matlabpool open' in the version of matlab2009b?
Thanks.
채택된 답변
추가 답변 (2개)
Arnaud Miege
2011년 6월 9일
1 개 추천
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
Arnaud Miege
2011년 6월 9일
Obviously, you need the parallel computing toolbox to use matlabpool.
Dawn
2011년 6월 9일
Arnaud Miege
2011년 6월 9일
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
2011년 9월 8일
Sean de Wolski
2011년 9월 8일
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
2011년 9월 8일
Walter Roberson
2011년 9월 8일
You cannot use matlabpool without Parallel Computing Toolbox.
Harsha Vardhan Rao Avunoori
2011년 6월 9일
0 개 추천
You just need to get the Parallel Computing ToolBox if you want to explore the parallel programming features of MATLAB.
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!