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