How can I set the password while using the MDCS job scheduling feature on Linux.

조회 수: 2 (최근 30일)
Michael
Michael 2013년 11월 4일
답변: Thomas Ibbotson 2013년 11월 5일
Using matlab 2012b MDCS job scheduler, prompted for userman and password. User enters current username and password, which is NOT accepted. User recently changed their network password since the last successful usage of the job scheduler.

답변 (1개)

Thomas Ibbotson
Thomas Ibbotson 2013년 11월 5일
The user can change their password using the changePassword method of the MJS cluster object:
mjs = parcluster;
changePassword(mjs);

카테고리

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