Continious message "starting parallel pool (parpool) using the local profile"?

22 次查看(过去 30 天)
Hi all, I am trying to run two instances of matlab2014b.
First i started a Matlab which uses parfor, and it gives message that connected to 12 workers. and than simulation started normally.
Than i started another instance of Matlab2014b and run another code. But this time it is continiously giving me this message :
starting parallel pool (parpool) using the local profile..
starting parallel pool (parpool) using the local profile..
starting parallel pool (parpool) using the local profile..
starting parallel pool (parpool) using the local profile..
Can any body explain why is it so, and how can i manage it?
Regards
  2 个评论
lily
lily 2023-8-12
Hello, my matlab code has been running for two hours, and still no response, just "Starting parallel pool (parpool) using the 'local' profile...Connected to the parallel pool (number of workers: 2).”
What should I do?

请先登录,再进行评论。

回答(2 个)

Sean de Wolski
Sean de Wolski 2015-2-25
I'd contact tech support on that one.
  4 个评论

请先登录,再进行评论。


Raymond Norris
Raymond Norris 2015-2-27
It might be because both pools are accessing the same JobStorageLocation. If you're going to run two instances of MATLAB and a local parpool at the same time, try modifying the JSL in the local profile before starting the pool to point to unique locations.
Raymond

类别

Help CenterFile Exchange 中查找有关 Parallel Computing Fundamentals 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by