Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

MPI CLUSTER DEBUGGER

Amalzet
Beginner
643 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
445 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