Can't open matlabpool ?

조회 수: 1 (최근 30일)
Chuck37
Chuck37 2013년 2월 15일
It used to work, but now if I type matlabpool(10) it fails. The error (can't paste it, on another network) says:
Failed to open matlabpool. (...) Caused by: Error using distcomp.interactiveclient.start (line 64) Failed to locate and destroy old interactive jobs. Error using parallel.internal.customattr.CustomGetSet/get (line 32) The following error occurred while retrieving the name of process 27062: couldn't find process 27062
Any ideas? I'm dead in the water. Restarting matlab didn't help. This is a network linux machine so I can't just reboot it. I don't think I have use parallel toolbox since the machine was reboot though.

채택된 답변

Ryan Livingston
Ryan Livingston 2013년 2월 15일
Sometimes:
matlabpool close force
cleans up the old jobs and allows you to start it up again.
  댓글 수: 2
Chuck37
Chuck37 2013년 2월 15일
Worked, thanks! Seems like this should be built in too matlabpool()...
Ryan Livingston
Ryan Livingston 2013년 2월 15일
I think that used indiscriminately, it has the capability to clobber legitimate existing pools/jobs so that would be my guess as to why it isn't automated.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by