Why do I receive errors when using the local scheduler in the Parallel Computing Toolbox?
Ältere Kommentare anzeigen
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?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!