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일
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 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