I am trying to debug an MPI application using Intel MPI and Fortran in Visual Studio 2019. When I press F5 to start debugging, it does not work. There is no MPI CLUSTER DEBUGGER in Debugging > Debugger > Debugger Type. There is only Native Only. Ctrl+f5 works correctly. Also run manually from command window works too. but cant f5. what can i do?
i have done
Command: “pathtompiexec.exe”
Command Arguments: -n 6 “$(TargetPath)”
Working Directory: $(OutDir)
Environment: PATH=pathtobin;$(PATH)
Davit Injgia is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.