matlab R2023a parallel computing toolbox is not working
37 views (last 30 days)
Show older comments
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 Comments
Edric Ellis
on 1 May 2024
It looks like your installation has got messed up somehow. I suggest contacting Install Support to resolve this.
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!