Parallel HPC Application Running and Debugging
The Compiler and Debugger supports concurrent debugging on multiple nodes in HPC scenarios. MPI applications can only be debugged in launch mode. Parallel computing involves task parallelism and data parallelism. That is, different tasks are executed or different data is stored on different nodes. Currently, parallel HPC tasks support only CPU debugging.
Prerequisites
The program has been compiled before debugging.