필터 지우기
필터 지우기

How do I use the distcomp pause function?

조회 수: 2 (최근 30일)
Qinwan Rabbani
Qinwan Rabbani 2016년 9월 27일
답변: Edric Ellis 2016년 9월 28일
Supposedly, there is a function that can pause an MJSScheduler, but it doesn't seem to work. It says it is called pause, which is exactly the same as the normal pause function, but I decided I'd try anyway. What I am doing is this:
c = parcluster;
pause(c)
However, all I get is this error:
Error using pause
Unknown command option.
Does anyone know how to use this function? Source: http://www.mathworks.com/help/distcomp/pause.html

채택된 답변

Edric Ellis
Edric Ellis 2016년 9월 28일
Did you change your default parallel profile to point to an MJS cluster? If not, the default cluster type is Local, which does not support the pause method. See the doc for more about cluster profiles.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by