Why do I receive an error regarding 'parallel.​internal.c​ustomattr.​CustomProp​Types' when running a standalone application that uses 'parpool'?

1 view (last 30 days)
I get the following error when I try to run a compiled executable that uses 'parpool' against MATLAB Runtime:
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. 

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 9 Aug 2022
Edited: MathWorks Support Team on 9 Aug 2022
First, check if your system path points to the correct version of MATLAB Runtime (that matches the MATLAB release and Update used for deployment), as explained in the following documentation:
In addition, for using Parallel Computing Toolbox functions in deployed applications, you need to pass the cluster profile. If you haven't done it previously, check the link below for ways and steps to do it:

More Answers (0)

Categories

Find more on Parallel Computing Fundamentals in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!