Hi! im trying to load a simulation file in a simulator app that i have (it run with matlab runtime). suddenly the app got an error (it repeat in multiple computers).
the 'log' text when loading the simulation file in the app is:
Starting parallel pool (parpool) using the 'local' profile ...
Starting parallel pool (parpool) using the 'local' profile ...
Error using parpool (line 145)
Parallel pool failed to start with the following error.
Error in appdesigner.internal.service.AppManagementService/tryCallback (line 347)
Error in appdesigner.internal.service.AppManagementService>@(~,~)obj.tryCallback(app,startupFcn,false,[]) (line 156)
Caused by:
Error using parallel.internal.pool.InteractiveClient>iThrowWithCause (line 670)
Failed to locate and destroy old interactive jobs.
Error using parallel.Cluster/findJob (line 74)
Unknown type: concurrentconcurrent.
Error using matlab.apps.internal.GraphicsCallbackProxy/runCallbackFunction (line 23)
Error while evaluating GraphicsCallbackProxy CallbackFcn.
i followed the instructions in this link but it doesnt work. i also enter the command: distcomp.feature( 'LocalUseMpiexec', false )
in the command window and it still not working.
the app is running only in a specific computers (clasified) so i cant share it
Note: I did a validation to my local cluster and the only unusual note is that the 'Job' ran with 6 workers.