getting Error using parpool (line 103) Not enough input arguments.
이전 댓글 표시
getting
Error using parpool (line 103) Not enough input arguments
when running a parallel job. R2016a
댓글 수: 2
Walter Roberson
2017년 2월 7일
Are you passing any arguments to parpool ?
What shows up for
which -all parpool
?
Kojiro Saito
2017년 2월 9일
Please show your parpool code. I'm not sure what arguments you did input.
답변 (1개)
randy cruise
2017년 5월 26일
편집: randy cruise
2017년 5월 26일
4 개 추천
I faced same problem, but finally find the solotuion
--> Enter matlab command window 'prefdir' --> You can see C:\Users\xxx\AppData\Roaming\MathWorks\MATLAB\R2016a --> Delete local_cluster_jobs and restart matlab --> I hope this will fix the issue.
댓글 수: 2
Sirvan Khalighi
2018년 2월 10일
편집: Sirvan Khalighi
2018년 2월 10일
This is the right answer for Matlab R2017b. Many thanks!
nadav
2018년 7월 12일
Great! worked for me as well. This happened after Matlab crashed in a middle of a parallel job
카테고리
도움말 센터 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!