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吗?谢谢
|
|