Home:ALL Converter>MS MPI does not execute MPI program

MS MPI does not execute MPI program

Ask Time:2018-02-11T01:42:52         Author:Ahmad Siavashi

Json Formatter

I have used MS MPI to develop an MPI program. The program is tested and it works fine.

When I try to run the program in cmd using the following command:

mpiexec -n 4 a.exe

the console hangs and it does not execute the program. If I try to interrupt using Ctrl+C, the message mpiexec aborting job... appears and nothing exits until I manually kill smpd.exe.
I use MS Windows 7 64bit. The same problem appears when using another machine with this OS. However, everything works fine on a MS Windows 10 machine.
I'd appreciate any clue to the problem.

Author:Ahmad Siavashi,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48723718/ms-mpi-does-not-execute-mpi-program
Ahmad Siavashi :

The problem is using the latest version of MS MPI runtime which is v9 at the time of writing. I installed the previous version (i.e. v8) and everything worked fine.",
2018-02-11T12:09:32
yy