parpool fails to start MATLAB 2014a

2 views (last 30 days)
Parmida Boroumand
Parmida Boroumand on 20 Oct 2014
Commented: Edric Ellis on 21 Oct 2014
Hi,
I am trying to make a parallel computation, using MATLAB 2014a to take advantage of more simultaneous workers. When I first installed the program, both 'parpool' and 'matlabpool' were able to launch. However, as of the following morning neither has been able to start the session with the following messages,
parpool ('local',2) Error using parpool (line 99) The following error occurred while retrieving the name of process 79833:
(Surprisingly there is no error name list! )
>> matlabpool 3 Warning: matlabpool will be removed in a future release. Use parpool instead. Starting matlabpool using the 'local' profile ... Error using matlabpool (line 137) The following error occurred while retrieving the name of process 79833:
(And again there is no error name list! )
I was searching for some similar issues online, but at least the others are getting some further error names. Does it have anything to do with the 'set path' or s.th similar, as mentioned in the following links?
Any hints will be appreciated.
MATLAB Version: 8.3.0.532 (R2014a)
Operating System: Darwin 13.2.0
Thanx.
  1 Comment
Edric Ellis
Edric Ellis on 21 Oct 2014
This is definitely unexpected. I would suggest contacting MathWorks technical support to try and resolve this.

Sign in to comment.

Answers (0)

Categories

Find more on Parallel Computing Fundamentals in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!