Fortran Coder's Archiver
论坛
›
Fortran语法讨论
› 程序运行后出i/o past end of record on unformatted file错误
wdz
发表于 2022-1-18 21:14:51
程序运行后出i/o past end of record on unformatted file错误
本帖最后由 wdz 于 2022-1-18 21:18 编辑
程序运行后报这个错误i/o past end of record on unformatted file,最后生成的数据文件只有1kb,请问是什么原因。
fcode
发表于 2022-1-19 08:10:52
试试 recl = 46*91*4
另外,要学会如何使用调试器。单步执行,根据反馈排查错误。
页:
[1]
查看完整版本:
程序运行后出i/o past end of record on unformatted file错误