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

조회 수: 8 (최근 30일)
khan
khan 2015년 2월 25일
댓글: Raymond Norris 2023년 8월 13일
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
khan
khan 2015년 2월 25일
Ohh, really that will be really nice. THanks. You may contact. Regards

댓글을 달려면 로그인하십시오.


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
  댓글 수: 2
Mads
Mads 2015년 8월 2일
Hi. I have the same problem with repeated 'Starting parallel...'. Did you resolve the problem, and if so can you explain what you did?

댓글을 달려면 로그인하십시오.

카테고리

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