- 557
- 0
The problem disappeared when I switched compiler from iFort to g77!
Many thanks for your help anyway!
Many thanks for your help anyway!
The discussion focuses on troubleshooting a Fortran runtime error: "forrtl: error (73): floating divide by zero." Participants suggest using debugging tools like gdb to identify the error's location and recommend implementing print statements as flags to isolate the problematic code segment. The conversation emphasizes the importance of examining floating-point operations and the potential for zero values in calculations. A specific subroutine, "ffset," is highlighted as a potential source of the error, with advice on checking variable initialization and execution flow.
PREREQUISITESThis discussion is beneficial for Fortran developers, programmers troubleshooting runtime errors, and anyone interested in improving their debugging skills in numerical computing contexts.