I am building a parallel for loop (parfor) based deployed application. I have a parpool command before the parfor loop:
parpool('local', 4);
parfor a = 1:N ....
The code works with in MATLAB interacvtive, but on the deployed application, it errors out at the parpool line:
Error using parpool (line 113) The specified superclass 'parallel.internal.customattr.CustomPropTypes' contains a parse error, cannot be found on MATLAB's search path, or is shadowed by another file with the same name.
5 Comments
Nikilesh Chilkuru (view profile)
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/426791-parpool-fails-in-deployed-application#comment_631245
Vinayak Phalke (view profile)
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/426791-parpool-fails-in-deployed-application#comment_631251
Kevin Chng (view profile)
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/426791-parpool-fails-in-deployed-application#comment_631347
Vinayak Phalke (view profile)
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/426791-parpool-fails-in-deployed-application#comment_631798
Kevin Chng (view profile)
Direct link to this comment
https://de.mathworks.com/matlabcentral/answers/426791-parpool-fails-in-deployed-application#comment_634307
Sign in to comment.