I have some problem running mpiexec.exe on my computer. I installed intel parallel studio xe cluster edition on my windows 10 laptop, which includes intel-mpi. Then I registered my mpi following this page:
https://software.intel.com/en-us/get-started-with-mpi-for-windows
and then I configured my visual studio 2013 according to: https://software.intel.com/en-us/node/610381
However, when I compile and run the MPI program (in Fortran), a cmd window pops up but nothing shows up. The I tried to use
mpiexec.exe -n 4 myprogram.exe
directly in a cmd window as administrator, nothing shows up after the execution command. I checked my task manager that my program is not running and the entire window just stays like that forever until I hit Ctrl+C to terminate it.
The same program runs perfectly on my desktop and I configured my desktop using exact the same way. I am really confused about this issue since it does not give any error message but a blank screen. Can anyone help me with this issue?