How to make sure HPC scheduler is connected using correct credentials?

C

CherryOreos

Hello,I am working on connecting to a scheduler using Microsoft HPC Pack 2016 SDKs.I have figured out that I can connect to a head node by using ConnectServiceAsClient method.However, the problem that I am facing is that the connection is valid even if I pass a wrong userName and password.I am aware that I can also check the validity of userName and password using SubmitJob, but I cannot use this method for the purpose of checking the credentials. Is there method to check if the given userName and password is valid?

Continue reading...
 
Back
Top Bottom