MPICH2: Failed to register smpd's Service Principal Name with Domain Controller

StackOverflow https://stackoverflow.com/questions/19464514

  •  01-07-2022
  •  | 
  •  

Question

Learning MPI (MPIPICH2). When I gave the following command

C:\Program Files\MPICH2\examples>smpd -register_spn

I get the error:

[-1:5440]...ERROR:GetComputerObjectName() failed (1351)Configuration information
 could not be read from the domain con
Failed to register smpd's Service Principal Name with Domain Controller

How do I remove this error? And what exactly is the meaning of the reported error. This might help me in solving this.

Était-ce utile?

La solution

Which version of MPICH are you using? Anything after 1.4.1p probably doesn't run on Windows and even the versions before that are unsupported now. You might try some of the alternatives on the MPICH website.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top