MPIRegister.exe is a tool to encrypt an account and password into the registry for the current user. It is found in the MPICH mpd bin directory. The information it stores is used by mpirun to launch applications in the context of the specified user. If you don't use mpiregister then mpirun will prompt for an account and password each time it is invoked.
Usage:
- MPIRegister
- MPIRegister -remove
- MPIRegister -validate [-nocache -host h -port p -phrase x]
The -remove option will delete the information from the registry.
The -validate option will connect to an mpd and attempt to validate the user credentials by logging on the user with the supplied password. This option must be used only after the user credentials have been saved. It does not prompt for credentials. The host, port and phrase options are optional and refer to where the mpd is located. If they are not specified the local host and default mpd port and passphrase are used. The -nocache option causes the mpd to ignore any cached user handles for a slower but more accurate validation.