wenzhuhust 发表于 2010-9-29 21:28

Fortran PowerStation4 报错“fatal error

求助:Fortran PowerStation4编译原本可以正常运行的程序,为什么现在会报错“fatal error 1001”或者“fatal error 1002”? 求达人解决办法。

同样的程序在几台其他电脑上运行的好好的,在自己电脑上就是不行。把系统重装之后,问题依旧。

找过些资料,说可以换Intel的fortran编译器。不知道还有没有其他解决办法?

晚睡早起 发表于 2010-10-12 17:11

什么操作系统?

风花雪月 发表于 2010-10-12 19:30

错误的相关说明:
FORTRAN fatal error F1001

Internal Compiler Error compiler file '<filename>,' line '<number>'
Contact Microsoft Technical Support

An internal compiler error has occurred.

Please report this condition to Microsoft Corporation using the
Product Assistance Request form at the back of one of your manuals.


FORTRAN fatal error F1002

out of heap space

The compiler ran out of dynamic memory space. This usually means
that your program has many complex expressions.

Try breaking expressions into smaller subexpressions.

信息不足,无法帮你分析,参考一下下面的两个帖子
http://support.microsoft.com/kb/112345
http://support.microsoft.com/kb/70653

wenzhuhust 发表于 2010-11-12 09:47

回复 2 # 晚睡早起 的帖子

windows xp系统

wenzhuhust 发表于 2010-11-12 09:52

回复 3 # 风花雪月 的帖子

目前仍未解决这个问题,计算时都是换电脑···
请问,还需要提供哪些信息才能确定解决方法?感觉不太好描述。

风花雪月 发表于 2010-11-24 09:38

从你描述的情况来看,很可能是操作系统版本的变化导致动态链接库变化造成的
现在xp还分了sp1、sp2、sp3等若干个版本
你看看你安装的版本和能够运行的计算机操作系统版本上是否存在类似的差异
页: [1]
查看完整版本: Fortran PowerStation4 报错“fatal error