필터 지우기
필터 지우기

cannot open local matlabpool

조회 수: 3 (최근 30일)
Rui
Rui 2013년 11월 1일
답변: haiyou 2014년 11월 27일
Hi everyone,
I cannot open matlabpool local. The error message is
Error using parallel.internal.pool.InteractiveClient/start (line 326)
Failed to start pool.
Error using parallel.Job/submit (line 304)
All dimension arguments must be greater than zero
Could anyone tell me what does this mean? How can I fix it? Thanks a lot!
best, Rui
Here is the validate result:
VALIDATION DETAILS Profile: local Scheduler Type: Local
Stage: Cluster connection test (parcluster) Status: Passed Description:Validation Passed Command Line Output:(none) Error Report:(none) Debug Log:(none)
Stage: Job test (createJob) Status: Failed Description:The validation stage encountered a MATLAB exception. Command Line Output:(none) Error Report: All dimension arguments must be greater than zero Debug Log:(none)
Stage: SPMD job test (createCommunicatingJob) Status: Failed Description:The validation stage encountered a MATLAB exception. Command Line Output:(none) Error Report: All dimension arguments must be greater than zero Debug Log:(none)
Stage: Pool job test (createCommunicatingJob) Status: Skipped Description:Validation skipped due to previous failure. Command Line Output:(none) Error Report:(none) Debug Log:(none)
Stage: Parallel pool test (parpool) Status: Skipped Description:Validation skipped due to previous failure. Command Line Output:(none) Error Report:(none) Debug Log:(none)
  댓글 수: 1
mladen
mladen 2014년 1월 17일
Same here. Windows 8.1, Matlab 2013b, i7 4770K, Geforce gtx titan.

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

답변 (4개)

Nitin
Nitin 2013년 11월 2일
Which OS and which matlab version are you using?
  댓글 수: 1
Rui
Rui 2013년 11월 2일
windows 8.1
matlab 2013b
i5 4200

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


mladen
mladen 2014년 1월 17일
Solved it. It was firewall, as someone mentioned somewhere. On Windows go to: Control Panel\System and Security\Windows Firewall\Allowed applications and allow :
  • Matlab 2013b (my version)
  • mpiexec
  • smpd
If you can not find them on the list, browse to Matlab installation folder usualy: C:\Program Files\MATLAB\R2013b\bin\win64 and allow mpiexec.exe and smpd.exe.
  댓글 수: 3
Antonio
Antonio 2014년 1월 22일
Also does not work for me. I've added the rules, and have tried disabling the firewall entirely. I still get the same error.
Rado Maharavo
Rado Maharavo 2014년 5월 9일
i confirm , it's a firewall problem ! not only is it about Windows firewall but also antivirus firewall . matlab need to be allowed by both firewall (windows and avast for me).

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


Marko Gulin
Marko Gulin 2014년 2월 18일
I have the same problem. Has anyone found a solution?
Best regards, Marko.
  댓글 수: 1
Marko Gulin
Marko Gulin 2014년 3월 10일
Has anyone found a solution? Now I have the same problem with Windows Server 2012! Regards, Marko.

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


haiyou
haiyou 2014년 11월 27일
I have meet the same problem. Has anyone get a solution, Thanks

카테고리

Help CenterFile Exchange에서 Cluster Configuration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by