Continious message "starting parallel pool (parpool) using the local profile"?
39 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
lily
el 12 de Ag. de 2023
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?
Raymond Norris
el 13 de Ag. de 2023
Respuestas (2)
Sean de Wolski
el 25 de Feb. de 2015
I'd contact tech support on that one.
4 comentarios
Sean de Wolski
el 25 de Feb. de 2015
You'll have to go here and create a new service request:
Raymond Norris
el 27 de Feb. de 2015
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 comentarios
Mads
el 2 de Ag. de 2015
Hi. I have the same problem with repeated 'Starting parallel...'. Did you resolve the problem, and if so can you explain what you did?
Ver también
Categorías
Más información sobre Parallel Computing Fundamentals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!