主题:为什么我的程序无法编译成功啊
为什么我在编译程序的时候出现这样的问题呢,程序别人是可以执行的,到了我这里就不行了,不知的什么原因,有人明白么,谢谢
我用的ubuntu,安装的intelfortran
g@g-ThinkPad-X200:~/program/findhapV2$ ifort -o findhap findhap.f90
findhap.f90(621): error #5276: Unbalanced parentheses
pedx,found,k,cross,where,hold,l,locus)
---------------------------------------------------------------^
findhap.f90(621): error #5082: Syntax error, found ',' when expecting one of: ( % [ : . = =>
pedx,found,k,cross,where,hold,l,locus)
------------------------------^
findhap.f90(621): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % [ . = =>
pedx,found,k,cross,where,hold,l,locus)
----------------------------------------------------------------^
compilation aborted for findhap.f90 (code 1)
我用的ubuntu,安装的intelfortran
g@g-ThinkPad-X200:~/program/findhapV2$ ifort -o findhap findhap.f90
findhap.f90(621): error #5276: Unbalanced parentheses
pedx,found,k,cross,where,hold,l,locus)
---------------------------------------------------------------^
findhap.f90(621): error #5082: Syntax error, found ',' when expecting one of: ( % [ : . = =>
pedx,found,k,cross,where,hold,l,locus)
------------------------------^
findhap.f90(621): error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % [ . = =>
pedx,found,k,cross,where,hold,l,locus)
----------------------------------------------------------------^
compilation aborted for findhap.f90 (code 1)