由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - windows编的Fortran程序在UNIX不work?
相关主题
Sun Unix下怎么用Fortran读PC下生成的binary file[转载] Include unix libraries in windows fortran
GCC的编译?[转载] 请教关于fortran的
Help: convert // to /* */ in C code?make fortran in UNIX
请求帮助!!!unix下编译fortran 的错误太多,看不到怎么办?
hOW CAN i COMPILE AND RUN FORTRAN?菜鸟问题:f90是哪个fortran编译器? (转载)
fortran program, help!如何在 leopard 上装 fortran 90/95 compiler?
how to setup lib path?idb problem (转载)
SUN F90 compilerhow to write Merry Christmas?
相关话题的讨论汇总
话题: unix话题: fortran话题: windows话题: 程序话题: work
进入Unix版参与讨论
1 (共1页)
a***e
发帖数: 1140
1
在windows运行正常得程序在UNIX运行时总报错,要加条WRITE语句动态调试一下也不行
这个程序得老版本就可以同时在两个平台运行,不知道以前得师兄是不是座什么特殊得操
作了
对UNIX不熟,转换时,有什么trick吗?谢谢
s*****d
发帖数: 258
2
Normally, it should have no problem unless some windows specific features
are used. Run time error could be caused by over-tolerating compilers.
Similar things happen to me except the other way around, a code runs ok
under UNIX but failes in windows, 'coz my unix fortran compiler did not
catch a over-bounday error in my code.
90% of time, it is you coding error.

【在 a***e 的大作中提到】
: 在windows运行正常得程序在UNIX运行时总报错,要加条WRITE语句动态调试一下也不行
: 这个程序得老版本就可以同时在两个平台运行,不知道以前得师兄是不是座什么特殊得操
: 作了
: 对UNIX不熟,转换时,有什么trick吗?谢谢

1 (共1页)
进入Unix版参与讨论
相关主题
how to write Merry Christmas?hOW CAN i COMPILE AND RUN FORTRAN?
how to transfer C program run under VC to Unix?fortran program, help!
where is gcc?how to setup lib path?
[转载] UNIX下的一个奇怪问题!SUN F90 compiler
Sun Unix下怎么用Fortran读PC下生成的binary file[转载] Include unix libraries in windows fortran
GCC的编译?[转载] 请教关于fortran的
Help: convert // to /* */ in C code?make fortran in UNIX
请求帮助!!!unix下编译fortran 的错误太多,看不到怎么办?
相关话题的讨论汇总
话题: unix话题: fortran话题: windows话题: 程序话题: work