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.
Parent topic: FAQs