필터 지우기
필터 지우기

Requirements for opening a matlabpool

조회 수: 1 (최근 30일)
Dawn
Dawn 2011년 6월 9일
Do I need to install extra matlab software when I use 'matlabpool open' in the version of matlab2009b?
Thanks.

채택된 답변

Sean de Wolski
Sean de Wolski 2011년 6월 9일
You have to have the parallel computing toolbox (PCT).
  댓글 수: 2
Dawn
Dawn 2011년 6월 9일
Is PCT free? I just simply download and install it in my computer.
Sean de Wolski
Sean de Wolski 2011년 6월 9일
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?

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Arnaud Miege
Arnaud Miege 2011년 6월 9일
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
Dawn
Dawn 2011년 9월 8일
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 2011년 9월 8일
You cannot use matlabpool without Parallel Computing Toolbox.

댓글을 달려면 로그인하십시오.


Harsha Vardhan Rao  Avunoori
Harsha Vardhan Rao Avunoori 2011년 6월 9일
You just need to get the Parallel Computing ToolBox if you want to explore the parallel programming features of MATLAB.

카테고리

Help CenterFile 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!

Translated by