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

Resetting credentials for MPI project

Vlad_L_
Beginner
2,832 Views

Hello,

I am trying to run my first MPI project and have a problem with credentials. Long story short, I have entered credentials and then realised I didn`t actually registered. Now, every time I`m starting the project prompt says: Credentials for <username> rejected connecting to <PCname>.

I wonder, how do I change the credentials I`ve entered and should have I registered with some specific name and password depending on PC name, windows username, etc. ?

Thank you.

0 Kudos
1 Reply
Mark_L_Intel
Moderator
2,832 Views

Hello Vlad,

    Just double checking -- you obviously work with Windows. I'd suggest to look for starters at this post (you can search inside for credentials)

   https://software.intel.com/en-us/forums/intel-clusters-and-hpc-technology/topic/279300

  I hope you registered your credentials with

> mpiexec -register

 

you can Type "mpiexec -remove" to remove the registered username/password

Try not specifying username when running mpiexec -register. Just password for your current user

This link might help too:

https://trac.mpich.org/projects/mpich/ticket/1151

Mark

0 Kudos
Reply