How to prevent parpool Error
15 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
sarah hong
il 24 Ago 2021
Commentato: sarah hong
il 25 Ago 2021
Hi all,
I would like to ask a question related to parpool error:
Error using parpool (line 145)
Parallel pool failed to start with the following error. For more detailed information, validate the profile 'local' in the Cluster Profile Manager.
--------------- Stack Trace --------------
Full Message:
Error using parpool (line 145)
Parallel pool failed to start with the following error. For more detailed information, validate the profile 'local' in the Cluster Profile Manager.
Identifier: parallel:cluster:PoolRunValidation
------------------------------------------
I used MATLAB by submitting jobs that contains parpool work using SLURM, and when I submit 6~7 jobs, it randomly shows parpool error.
After the error, parpool becomes unable to open until I remove local_cluster_jobs under the directory one above prefdir.
I wonder why this error happens, and if there is any ways to prevent the error before occurance. I also wonder if increasing number of workers in parpool may solve the issue?
Please advise. Thank you.
0 Commenti
Risposta accettata
Raymond Norris
il 24 Ago 2021
There's a slight change it's because multiple jobs are running at the same time, all contending for the same subfolder. If so, this should be resolved in R2021a. In either case, contact Technical Support (support@mathworks.com) and they can either show you a workaround prior to R2021a or help troubleshoot the issue if it's something else.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Parallel Computing Fundamentals in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!