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

All Variable Values Being 0 During HPC Debugging In a Fortran Project

Symptom

During HPC debugging in a Fortran project, values of all variables in the project are displayed as 0.

Figure 1 Variable values

Possible Causes

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

Procedure

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