- Go to the Home tab in MATLAB.
- Click on Parallel > Create and Manage Cluster Profiles.
- Select the 'local' profile and click Validate.
Fail to start parpool
6 views (last 30 days)
Show older comments
Hello Im trying to start parpool and i keep getting this error. What should i do?
Error using parpool (line 103) Failed to start a parallel pool. (For information in addition to the causing error, validate the profile 'local' in the Cluster Profile Manager.)
Error in parallel.internal.ui.PoolHelper.startPool (line 11) parpool();
Caused by: Error using parallel.internal.pool.InteractiveClient>iThrowWithCause (line 667) Failed to locate and destroy old interactive jobs. Error using parallel.internal.customattr.CustomGetSet/get (line 32) The storage metadata file does not exist or is corrupt.
>>
0 Comments
Answers (1)
Ishu
on 21 Apr 2024
Edited: Ishu
on 21 Apr 2024
Hi Sara,
I understand that you are getting problem in using "parpool" of MATLAB. To use the "parpool" you must have "Parallel Computing Toolbox" installed. To check that you can use "ver" command in the command window to check for all the installed toolbox. If you are unable to find "Parallel Computing Toolbox" in that list then try to install that first and then use "parpool".
There can also be some problem in your 'local' profile. To validate 'local' profile, you should follow the below steps:
This process checks if there are any issues with the configuration. You can also set the profile to default settings and again try to run.
You can refer the below documentation for more information:
You can also refer to the below MATLAB Answer:
Hope it helps!
0 Comments
See Also
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!