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

回答 (1 件)

Edric Ellis
Edric Ellis 2014 年 12 月 11 日

6 投票

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 件のコメント

AriadnaIvanovic
AriadnaIvanovic 2018 年 6 月 22 日
Hi, I'm running a script in multiple jobs simultaneously in a SLURM cluster. If I delete that directory, would I lose the workers of different jobs? Thanks
Piyaliguha Dutta
Piyaliguha Dutta 2020 年 8 月 17 日
編集済み: Steven Lord 2020 年 8 月 17 日
I deleted the latest folder and files created in the ../appdata/Roaming/Mathworks/Matlab/local_cluster_jobs/R2017b/ folder. Then ran validate on cluster profile. It ran fine. Now parpool is working
[SL: formatted text as text not code]
Caleb Davison
Caleb Davison 2021 年 5 月 5 日
THANK YOU! There were posts all over that I saw and this was the only one that had a solution that worked for me. When I emptied the contents of the ~/.matlab/local_cluster_jogs/r2019b/, I was then able to run parpool without issues.
Marcel Lamac
Marcel Lamac 2022 年 2 月 18 日
Thanks! I just had the same issue and this solved it.
Ravi Prakash
Ravi Prakash 2023 年 4 月 11 日
Hi Edric, Thanks you very much. It worked.

サインインしてコメントする。

カテゴリ

ヘルプ センター および File ExchangeParallel Computing Fundamentals についてさらに検索

タグ

質問済み:

2014 年 12 月 10 日

コメント済み:

2023 年 4 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by