Why does the MATLAB Parallel Server fail to start on a 64-bit Linux machine?

When executing mjs start, the engine states it is starting but no checkpoints are created and no process is found.
If I run 'mjs console' from the $MATLAB/toolbox/distcomp/bin/ directory, I get an error pointing to a 32-bit library that does not exist on my machine.

 採用された回答

MathWorks Support Team
MathWorks Support Team 2019 年 3 月 27 日
編集済み: MathWorks Support Team 2019 年 3 月 27 日

0 投票

This enhancement has been incorporated in Release 2006b (R2006b). For previous product releases, read below for any possible workarounds:
This error will occur if you are missing 32-bit binaries in /lib. 64-bit Linux machines store libraries in /lib64, however the MJS daemon requires access to 32-bit binaries, which are not always installed by default on a 64-bit Linux machine.
The only known workaround is to install the 32-bit compatibility binaries for your distribution.
NOTE: Starting in R2019a the following name changes occurred:
  • MATLAB Distributed Computing Server was renamed to MATLAB Parallel Server
  • mdce_def was renamed to mjs_def
  • mdce binary was renamed to mjs

その他の回答 (0 件)

カテゴリ

ヘルプ センター および 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