parpool() (R2014a) fails on Linux
Afficher commentaires plus anciens
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 commentaires
Edric Ellis
le 20 Juil 2015
This looks like an installation problem. I suggest contacting MathWorks support.
Eric Sillekens
le 4 Oct 2017
Modifié(e) : Eric Sillekens
le 4 Oct 2017
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.
Réponses (2)
Rafnuss
le 9 Déc 2015
matlab -nojvm -nodisplay -nosplash
But I manage to make it work without the -nojvm
matlab -nodisplay -nosplash
1 commentaire
Edric Ellis
le 11 Déc 2015
Parallel Computing Toolbox requires the JVM...
Richa Gupta
le 20 Juil 2015
0 votes
Can you provide the complete error message? Are you able to validate the profile successfully? Also, did you start MATLAB with -"nojvm" option?
3 commentaires
bge
le 22 Juil 2015
Modifié(e) : Walter Roberson
le 23 Juil 2015
Walter Roberson
le 23 Juil 2015
Have you tried to validate your cluster profile?
emjey
le 4 Oct 2019
Catégories
En savoir plus sur Parallel Computing Fundamentals dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!