parpool('local')
이전 댓글 표시
I use parpool('local') and doesn't work and I receive this answer
Starting parallel pool (parpool) using the 'local' profile ... Caught unexpected fl::except::IInternalException
댓글 수: 1
Paulo Torres
2017년 4월 7일
편집: Matt J
2017년 4월 7일
답변 (1개)
Namnendra
2022년 6월 18일
0 개 추천
As your problem is not much clear, I can suggest two points to work out and see if it works :-
- Validate your 'local' profile by navigating to Home->Parallel->Create and Manage Clusters. Here choose 'local' and click validate.If it doesn't validate then check if you have parallel computing toolbox present in your MATLAB root directory.
- In the last line of the error, it says it can't write to the folder. Check if you have write access to the folder.
I hope it helps.
카테고리
도움말 센터 및 File Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!