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

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

  •  01-07-2022
  •  | 
  •  

문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top