matlabpool hangs on local scheduler for PCT 5.2 with Internet active Internet connection
Mostrar comentarios más antiguos
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 comentario
Kaustubha Govind
el 5 de Oct. de 2011
Mike: There might be some issue with your configuration. I recommend contacting MathWorks Tech Support regarding this issue.
Respuesta aceptada
Más respuestas (1)
Michael
el 6 de Oct. de 2011
0 votos
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!