Cannot start parallel pool R2020a
1 回表示 (過去 30 日間)
古いコメントを表示
I have 6 core device and i have parallel computing toolbox installed.When i tried to start parallel pool,it shows this message.I dont know why this occurs.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/713957/image.png)
I tried this 'distcomp.feature( 'LocalUseMpiexec', false )' but doesnt help.my GPU configuration :
1 "NVIDIA GeForce GTX 1650 Ti" "7.5" true false
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/713962/image.png)
1 件のコメント
Edric Ellis
2021 年 8 月 18 日
This very much looks like something is wrong with the MATLAB installation on your system, or perhaps some code on your MATLAB path is interfering with the correct operation of Parallel Computing Toolbox. You might try using restoredefaultpath to see if that fixes things. If not, I suggest contacting MathWorks support.
回答 (1 件)
Raymond Norris
2021 年 8 月 17 日
Do you have other versions of MATLAB installed? If so, which? Had your run parpool successfully on those version(s)?
One suggestion I have is to delete your MATLAB R2020a preferences directory (which may not be desireable) since it sounds like something may have gotten corrupt. You can find the preference directory by calling prefdir.
参考
カテゴリ
Help Center および File Exchange で Parallel Computing Fundamentals についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!