Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

MPI CLUSTER DEBUGGER

Amalzet
Beginner
343 Views

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. 

i have done 

 

  • Command: "path\to\mpiexec.exe"
  • Command Arguments: -n 6 "$(TargetPath)"
  • Working Directory: $(OutDir)
  • Environment: PATH=path\to\bin;$(PATH)Ctrl+f5 works correctly. Also run manually from command window works too. but cant f5. what can i do? 

 

0 Kudos
1 Reply
TobiasK
Moderator
145 Views

@Amalzet 
sorry we do not provide a MPI cluster debugger. There are other commercial products out there which you will easily find.

0 Kudos
Reply