parpool() (R2014a) fails on Linux
5 次查看(过去 30 天)
显示 更早的评论
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
2015-7-20
This looks like an installation problem. I suggest contacting MathWorks support.
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
2015-12-9
matlab -nojvm -nodisplay -nosplash
But I manage to make it work without the -nojvm
matlab -nodisplay -nosplash
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?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!