How to prevent parpool Error

19 views (last 30 days)
sarah hong
sarah hong on 24 Aug 2021
Commented: sarah hong on 25 Aug 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.

Accepted Answer

Raymond Norris
Raymond Norris on 24 Aug 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.
  1 Comment
sarah hong
sarah hong on 25 Aug 2021
I have tried again in MATLAB R2021a, and i don't see the same error any longer. Thank you!

Sign in to comment.

More Answers (0)

Categories

Find more on Parallel Computing Fundamentals in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!