How can I set the password while using the MDCS job scheduling feature on Linux.
3 次查看(过去 30 天)
显示 更早的评论
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.
0 个评论
回答(1 个)
Thomas Ibbotson
2013-11-5
The user can change their password using the changePassword method of the MJS cluster object:
mjs = parcluster;
changePassword(mjs);
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Parallel Server 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!