can't do parallel computing

18 views (last 30 days)
yang Peng
yang Peng on 10 Dec 2014
Commented: Ravi Prakash on 11 Apr 2023
Error using matlabpool (line 144) Failed to open matlabpool. (For information in addition to the causing error, validate the profile 'local' in the Cluster Profile Manager.)
Error in feaExtract_parallel (line 28) matlabpool local 12;
Error in run_vtln_all (line 2) feaExtract_parallel( '../list/transform.list', 12);
Caused by: Error using distcomp.interactiveclient/start (line 61) Failed to locate and destroy old interactive jobs. This is caused by: The storage metadata file does not exist or is corrupt

Answers (1)

Edric Ellis
Edric Ellis on 11 Dec 2014
You might need to clear out the "Storage Location" directory on disk - you can find this by executing:
c = parcluster('local')
d = c.JobStorageLocation
I would suggest deleting or renaming that directory - it should be re-created automatically for you.
  5 Comments
Marcel Lamac
Marcel Lamac on 18 Feb 2022
Thanks! I just had the same issue and this solved it.
Ravi Prakash
Ravi Prakash on 11 Apr 2023
Hi Edric, Thanks you very much. It worked.

Sign in to comment.

Categories

Find more on Cluster Configuration in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!