Error starting parallel pool
조회 수: 4 (최근 30일)
이전 댓글 표시
I'm using MATLAB 2014b on Windows 7. Typing ver shows I have installed Parallel Computing Toolbox, but when I type
matlabpool open local 2
it throws the following error:

then, if I validate the profile 'local' in Cluster Profile Manager, it throws the following comment:

I would like to know the cause of this issue. Thanks in advance.
댓글 수: 1
Edric Ellis
2017년 10월 19일
This error is definitely not expected. Could you try instead
parpool(parallel.cluster.Local(), 2)
If that works, then something has gone wrong with your 'local' cluster settings. If things still don't work, I'd recommend contacting MathWorks support.
답변 (0개)
참고 항목
카테고리
Help Center 및 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!