matlab R2023a parallel computing toolbox is not working
29 次查看(过去 30 天)
显示 更早的评论
I am using Matlab R2023a and R2023b with parallel computing toolbox on Mac OS Ventura 13.5.1 (22G90). It used to work well, but without reason, the parallel stops working. I seems it just use one core as the order of the processed files is reversed with regard to that feed into the for loop.
I tried to re-install parallel computing toolbox. It worked for one time, but then stops working even when I re-install the toolbox again. I also tried re-install matlab. Still not working.
For R2023b (which runs natively on M1), I still can re-install the toolbox and get it run (still not work after I restart matlab). But it does not work for R2023a.
When I run parpool:
>> parpool
Unrecognized function or variable 'parpool'.
Or start parpool by clicking Start Parallel Pool:
Unrecognized function or variable 'parallel.internal.ui.PoolHelper.startPool'.
This used to work, but failed without any changes in search path or new toolboxes.
Could anyone give a hint?
Some updates:
I tried to install Matlab 2020a, and 2024a on my mac in different folders (/Application and ~/Documents). But this problem still exists...
It seem the installation is not complete as I see the following message on startup:
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/datatools/desktop_importtool/matlab
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/helptools/reference
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/mpm
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/project/example
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/project/toolstrip
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/project/views/labels
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/testframework/mock/core/masked
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/testframework/unittest/core/masked
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/matlab/webcam
Warning: Name is nonexistent or not a directory: /Users/XinNiuAdmin/Documents/MATLAB/MATLAB_R2024a.app/toolbox/simulink/configset/derived
...
Also, If I install it on /Application. It will keep asking allow a access my documents folder for both the version I start and the other version which is running.
Is there a walk around for the standard installation ?
Thanks for reading my message.
4 个评论
Edric Ellis
2024-5-1
It looks like your installation has got messed up somehow. I suggest contacting Install Support to resolve this.
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!