matlabpool hangs on local scheduler for PCT 5.2 with Internet active Internet connection
이전 댓글 표시
I'm trying to run my 1st PCT script. The entire script is:
matlabpool open local 4
c=zeros(1000,4);
parfor i=1:4,
c(:,i)=eig(rand(1000));
end
matlabpool CLOSE;
When I start this script it hangs on matlabpool. What's wrong here?
Mike
댓글 수: 1
Kaustubha Govind
2011년 10월 5일
Mike: There might be some issue with your configuration. I recommend contacting MathWorks Tech Support regarding this issue.
채택된 답변
추가 답변 (1개)
카테고리
도움말 센터 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!