Why do I receive the error "Your MathWorks account is not linked to a MATLAB Parallel Server license that is managed online" in R2024a with Login Named User?

조회 수: 15 (최근 30일)
Why do I receive the error "Your MathWorks account is not linked to a MATLAB Parallel Server license that is managed online" in R2024a with Login Named User?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2024년 4월 3일 0:00
편집: MathWorks Support Team 2024년 4월 3일 17:14
This is a known issue that MathWorks is currently investigating. In the meantime, you may use these MATLAB commands as a workaround:
c = parcluster('Processes');
c.hSetPropertyNoCheck('RequiresOnlineLicensing', false);
You may now use the "c" object to run your jobs. For example, if you wanted to open parpool, you could do so with the command below.
c.parpool();

 

Otherwise, please either use something other than Login Named User, such as MATLAB Desktop or MATLAB Online, or use a previous release of MATLAB.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by