System: WIN10 Professional Edition x64
MPI installation package: Mpich2-1.4.1p1-win-x86-64.man
Change the suffix to an. msi installation as an administrator
The installation process is default, note that <behappy is the default phrase>
Installation complete open a command prompt as an administrator (Cmd.exe)
CD \program Files\mpich2\bin
C:\Program files\mpich2\bin>smpd-install-phrase behappy::< here behappy corresponds to previous phrase >
Then C:\Program Files\mpich2\bin>smpd–status to see if the success, the success shows SMPD running on xxxxxx
Registered users C:\Program Files\mpich2\bin>mpiexec–register
Show account (domain\user) XXXX: Direct enter default Current user
Show Password: Enter the operating system current user password
Confirm Password:
Verify Success C:\Program files\mpich2\bin>mpiexec-validate (Window hint success indicates successful registration)
Testing the sample program
C:\Program FILES\MPICH2\BIN>CD. /examples
C:\Program Files\mpich2\examples> \bin\mpiexec.exe-n 4 CPI
(-n After parameter is the number of processor cores used)
Testing other Programs
Change directory to target EXE file, execute "C:\Program files\mpich2\bin\mpiexec.exe"-N 2 xxxxx.exe, do not change directory direct use program path error may occur
MPI+WIN10 Parallel trial Run