Why do I receive errors when using the local scheduler in the Parallel Computing Toolbox?
Show older comments
I am trying to use the Parallel Computing Toolbox and it fails with the following errors:
ERROR: >> pmode start 2
stopped.
??? Error using ==> distcomp.interactiveclient.start at 60
Failed to locate and destroy old interactive jobs.
This is caused by:
Undefined function or method 'distcompserialize' for input arguments of type 'double'.
Error in ==> pmode at 83
client.start('pmode', nlabs, config, 'opengui');
>> matlabpool open
stopped.
??? Error using ==> matlabpool at 104
Failed to locate and destroy old interactive jobs.
This is caused by:
Undefined function or method 'distcompserialize' for input arguments of type 'double'.
How can I resolve this error to use the local scheduler?
Accepted Answer
More Answers (0)
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!