HP-MPI V1.1 for Windows DVD Insert
20
The HP-MPI Remote Launch service runs continually as a
Windows service, listening on a port for HP-MPI requests from
remote mpirun.exe's. This port must be the same port on all
machines, and is established when the service starts. The default
TCP port is 8636.
If this port is not available, or to change the port, include a port
number as a parameter to -i. As an example, to install the
service with port number 5004:
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -i 5004
Or, you can stop the service, then set the port key, and start the
service again. For example, using port 5004:
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -stop
Service stopped...
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" ^
-setportkey 5004
Setting Default Port key...'HPMPI'...
Port Key set to 5004
C:\> "%MPI_ROOT%\sbin\HPMPIWin32Service.exe" -start
Service started...
For additional HP-MPI Remote Launch service options, use -
help.