matlabpool hangs on local scheduler for PCT 5.2 with Internet active Internet connection
11 次查看(过去 30 天)
显示 更早的评论
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.
采纳的回答
Jason Ross
2011-10-5
If you run the Configuration Validator (Parallel menu, manage configurations, select "local", and validate it), does it validate successfully?
Also, if you look st the processes running on your machine, do additional MATLAB processes start?
Beyond that, please contact support. There should really be nothing "extra" to do to make the local scheduler work.
更多回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!