matlabpool error Parallel Computing Toolbox
이전 댓글 표시
I have R2012a installed on 64bit PC. I added the Parallel Computing Toolbox but i cannot start a matlabpool. When I type ver i don't see the PCT as being installed. But across the top I see Parallel as a header menu.
I simply want to run a parfor loop at this point.
I'm either doing something wrong or something isn't set up properly. How do I check?
Thank you
댓글 수: 8
Jason Ross
2013년 2월 21일
'ver' would be the first place. If it's not listed in the output, it's not seen as part of the install.
When you try and start a matlabpool, what actually happens? Does it hang? Do you get an error?
Sean de Wolski
2013년 2월 21일
Try:
rehash toolboxcache
ver
Does it show up?
Valentin
2013년 2월 21일
편집: Walter Roberson
2013년 2월 21일
Valentin
2013년 2월 21일
Sean de Wolski
2013년 2월 21일
Alright, then trY:
restoredefaultpath;
rehash toolboxcache
Then
matlabpool open
Valentin
2013년 2월 21일
Shashank Prasanna
2013년 2월 22일
That message is telling you that MATLAB is starting a pool of workers. When you use parfor after the above finishes executing, those are the workers amongst which your job will be distributed.
Valentin
2013년 2월 22일
채택된 답변
추가 답변 (1개)
Walter Roberson
2013년 2월 21일
0 개 추천
You have the software installed, but not licensed. Somehow.
You should contact Mathworks Support.
카테고리
도움말 센터 및 File Exchange에서 Job and Task Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!