Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2237 Discussions

mpi password authorization using system account

John_H_14
Beginner
1,148 Views

I'm setting up a Win Server 2008 HPC cluster. I want to be able to have any engineer use the cluster without having to change the account and password every time a different engineer uses the cluster.

I created a system account in active directory, gave that account domain admin privledges and used the wmpiregister tool to register the account and password on the head node and all compute nodes.

At run time I'm getting job failure due to "password authentication failure for MPI during the launch attempt." How can I get MPI to accept a domain system account and password ?

I can go to services on each machine and change the login property of the MPI service to the system account and set the password, will this work?

TIA,

John Hofmann

0 Kudos
1 Reply
James_T_Intel
Moderator
1,148 Views

Hi John,

Try using delegation as an authentication method.  You can set I_MPI_AUTH_METHOD=delegate or use the -delegate command line option to mpiexec.  This will use the current credentials of the user to authenticate to the nodes.

Sincerely,
James Tullos
Technical Consulting Engineer
Intel® Cluster Tools

0 Kudos
Reply