parpool() (R2014a) fails on Linux

조회 수: 8 (최근 30일)
bge
bge 2015년 7월 17일
댓글: emjey 2019년 10월 4일
When executing the command parpool() from the MATLAB prompt, with or without arguments, the following error occurs:
Undefined variable "com" or class "com.mathworks.toolbox.distcomp.pmode.SessionInfo.NULL_SESSION_INFO".
Error in parpool (line 96) sessionInfo = com.mathworks.toolbox.distcomp.pmode.SessionInfo.NULL_SESSION_INFO;
The error message seems to be helpless. How can I fix it?
  댓글 수: 2
Edric Ellis
Edric Ellis 2015년 7월 20일
This looks like an installation problem. I suggest contacting MathWorks support.
Eric Sillekens
Eric Sillekens 2017년 10월 4일
편집: Eric Sillekens 2017년 10월 4일
Did you start matlab with the -nojvm option, I got the same error when staring matlab using "matlab -nodisplay -nojvm"and and starting matlab using "matlab -nodisplay" solved it for me.

댓글을 달려면 로그인하십시오.

답변 (2개)

Rafnuss
Rafnuss 2015년 12월 9일
I had the same problem when using (as documented here) :
matlab -nojvm -nodisplay -nosplash
But I manage to make it work without the -nojvm
matlab -nodisplay -nosplash
  댓글 수: 1
Edric Ellis
Edric Ellis 2015년 12월 11일
Parallel Computing Toolbox requires the JVM...

댓글을 달려면 로그인하십시오.


Richa Gupta
Richa Gupta 2015년 7월 20일
Can you provide the complete error message? Are you able to validate the profile successfully? Also, did you start MATLAB with -"nojvm" option?
  댓글 수: 3
Walter Roberson
Walter Roberson 2015년 7월 23일
Have you tried to validate your cluster profile?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Parallel Computing Fundamentals에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by