Continious message "starting parallel pool (parpool) using the local profile"?
Mostra commenti meno recenti
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 Commenti
lily
il 12 Ago 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
il 13 Ago 2023
Risposte (2)
Sean de Wolski
il 25 Feb 2015
1 voto
I'd contact tech support on that one.
4 Commenti
Sean de Wolski
il 25 Feb 2015
They can help diagnose it with tools not available to the community and can hopefully help you figure out what's going on and resolve it.
khan
il 25 Feb 2015
Sean de Wolski
il 25 Feb 2015
You'll have to go here and create a new service request:
Raymond Norris
il 27 Feb 2015
0 voti
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
Categorie
Scopri di più su Parallel Computing Fundamentals in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!