Parallel pool failed to start with the following error. For more detailed information, validate the profile 'Processes' in the Cluster Profile Manager.
조회 수: 15 (최근 30일)
이전 댓글 표시
Error using gcp
Parallel pool failed to start with the following error. For more detailed information, validate the profile 'Processes' in the Cluster Profile Manager.
pool = gcp; % (Will auto-open pool according to PCT preferences)
[calcMode,calcNet,calcData,calcHints,net,resourceText] = setupImpl(calcMode,net,data);
[calcMode,calcNet,calcData,calcHints,net,resourceText] = nncalc.setup1(calcMode,net,data);
[calcLib,calcNet,net,resourceText] = nncalc.setup(calcMode,net,data);
Caused by:
Failed to initialize the interactive session.
The interactive communicating job failed with no message.
댓글 수: 0
답변 (1개)
Damian Pietrus
2024년 3월 27일
Hello,
There was a recent issue with the licensing for local pools, and the fix can be found here:
If you still have issues, please reach out to our Installation and Licensing team - support@mathworks.com
댓글 수: 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!