我要评分
获取效率
正确性
完整性
易理解

All Variables Are 0 When Using the HPC Debugger to Debug a Fortran Program

Symptom

When the HPC debugger is used to debug a Fortran program, all variables in the program are displayed as 0.

Possible Causes

GCC is used to compile the Fortran program, and the source code defines derived types whose sizes exceed 3,400 bytes.

Troubleshooting Procedure

Use the BiSheng Compiler to compile the Fortran program and then perform HPC debugging.