Parallel Computing Toolbox not working

조회 수: 13 (최근 30일)
Martin
Martin 2013년 10월 23일
답변: Etsuko 2016년 5월 30일
Hi everybody,
I tried installing the Parallel Computing Toolbox version R2013b. When I try to start parpool locally I get the error message:
Error using parpool (line 111)
Failed to start a parallel pool. (For information in addition to the causing error, validate the profile 'local' in the Cluster
Profile Manager.)
Error in parallel.internal.ui.PoolHelper.startPool (line 11)
parpool();
Caused by:
Error using parallel.internal.pool.InteractiveClient/start (line 326)
Failed to start pool.
Error using parallel.Cluster/createCommunicatingJob (line 82)
The property "NumWorkersRange" cannot be set after submission.
Validating the local profile also fails at the following stages:
*Stage: Job test (createJob)*
Status: Failed
Description:The validation stage encountered a MATLAB exception.
Command Line Output:(none)
Error Report:
Tasks can only be added to jobs which are in state 'pending'.
Debug Log:(none)
*Stage: SPMD job test (createCommunicatingJob)*
Status: Failed
Description:The validation stage encountered a MATLAB exception.
Command Line Output:(none)
Error Report:
The property "NumWorkersRange" cannot be set after submission.
Debug Log:(none)
I already searched the web but couldn't find an answer. Can anybody please help me whit this?
Thank you very much!
Best;
Martin
Edit:
forgot to mention: I'm working on a 64bit Debian machine, if that info is needed

답변 (2개)

Saman Haghgooie
Saman Haghgooie 2013년 10월 25일
same issue for me
  댓글 수: 1
Rui
Rui 2013년 11월 1일
Similar issue. Has anyone figured it out?

댓글을 달려면 로그인하십시오.


Etsuko
Etsuko 2016년 5월 30일
I have a similar problem, too. I use a cluster to run parallel jobs, and 7 out of 13 almost identical jobs (but reside in different folders) failed and gave this error message:
Error using batch (line 176) Tasks can only be added to jobs which are in state 'pending'. Undefined function or variable 'job'.
Does anyone have a clue? I asked this question to the tech people at the computing center but so far I received no reply.
Thanks.

카테고리

Help CenterFile Exchange에서 MATLAB Parallel Server에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by