I want to test parallel code execution on matlab and started by typing
matlabpool open
which caused matlab to not respond, but when I stopped it by Crtl-C after 20min it said:
"Error using matlabpool (line 136) Failed to open matlabpool. (For information in addition to the causing error, validate the configuration 'local' in the Configurations Manager.)
Caused by: Error using distcomp.interactiveclient/pGetSockets "
What happened before: Earlier today (the first time I used it) it started up ok; then I ran into a problem with parfor, set up two other configurations, deleted them again, and closed matlabpool. Now with reopening it, it gave me the problem above.
Any ideas what to do? Does it pertain to a java problem?