How can I set the password while using the MDCS job scheduling feature on Linux.
    14 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
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 Kommentare
Antworten (1)
  Thomas Ibbotson
    
 am 5 Nov. 2013
        The user can change their password using the changePassword method of the MJS cluster object:
mjs = parcluster;
changePassword(mjs);
0 Kommentare
Siehe auch
Kategorien
				Mehr zu Manage MATLAB Job Scheduler Processes finden Sie in Help Center und File Exchange
			
	Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

