Linux Intel For90 编译错误
时间:2006-04-13 来源:Garly
ERR(1)
错误信息:
"ifort: error: problem during multi-file optimization compilation (code 1)
make: *** [test] 错误 1"
解决方案:
Makefile 中编译链接程序时加入优化选项 "-O0"
如:ifort -o test -O0 test.f 即可.
原因分析:
未知
相关阅读 更多 +