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 Center および File ExchangeStartup and Shutdown についてさらに検索

タグ

タグが未入力です。

Community Treasure Hunt

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

Start Hunting!

Translated by