Why do I receive errors when using the local scheduler in the Parallel Computing Toolbox?
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!