parpool() (R2014a) fails on Linux

4 visualizzazioni (ultimi 30 giorni)
bge
bge il 17 Lug 2015
Commentato: emjey il 4 Ott 2019
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 Commenti
Edric Ellis
Edric Ellis il 20 Lug 2015
This looks like an installation problem. I suggest contacting MathWorks support.
Eric Sillekens
Eric Sillekens il 4 Ott 2017
Modificato: Eric Sillekens il 4 Ott 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.

Accedi per commentare.

Risposte (2)

Rafnuss
Rafnuss il 9 Dic 2015
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 Commento
Edric Ellis
Edric Ellis il 11 Dic 2015
Parallel Computing Toolbox requires the JVM...

Accedi per commentare.


Richa Gupta
Richa Gupta il 20 Lug 2015
Can you provide the complete error message? Are you able to validate the profile successfully? Also, did you start MATLAB with -"nojvm" option?
  3 Commenti
Walter Roberson
Walter Roberson il 23 Lug 2015
Have you tried to validate your cluster profile?

Accedi per commentare.

Categorie

Scopri di più su Parallel Computing Fundamentals in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by