Cannot start parallel pool R2020a
显示 更早的评论
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.

I tried this 'distcomp.feature( 'LocalUseMpiexec', false )' but doesnt help.my GPU configuration :
1 "NVIDIA GeForce GTX 1650 Ti" "7.5" true false

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
0 个投票
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.
7 个评论
Deena Dayalan
2021-8-17
Deena Dayalan
2021-8-17
Raymond Norris
2021-8-19
I would delete the entire preferences directory (it will get rebuilt), but if that's too drastic, just move the folder for now to see if getting it rebuilt solves the issue.
Deena Dayalan
2021-8-19
Raymond Norris
2021-8-19
From within MATLAB, run
delete(prefdir)
Better yet, from outside of MATLAB
Windows: in your file brower, go to the folder returned by prefdir and delete
Linux: rm -rf name-of-preferences-directory-returned-by-prefdir
Deena Dayalan
2021-8-19
编辑:Deena Dayalan
2021-8-19
Raymond Norris
2021-8-19
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
