因为离开学校环境,没有ifort可以用了,但是要跑的模式
makefile选项只有pgf跟ifort可以选
尝试去修改ifort flag
由原本
FLGS = $(INCLUDES) -mcmodel=medium -O2 -mieee-fp -align dcommons
-extend_source -convert big_endian
MODULES=-I${MOD_DIR} -module ${MOD_DIR}
改为
FLGS = $(INCLUDES) -mcmodel=medium -O -mieee-fp -falign-commons
-extend_source -fconvert=big-endian -ffree-form
MODULES=-I${MOD_DIR} -fintrinsic-modules-path ${MOD_DIR}
下指令
make COMPILER=gfortran
却在第一行表示错误
c*** BNDARY
1
Error: Unclassifiable statement at (1)
Mod_src/bndary.f:2:
c
1
Error: Unclassifiable statement at (1)
bndary.inc:1:
Included at Mod_src/bndary.f:4:
想请问是不是我有哪个部分没转换好,或者这是注定好就是要买ifort QQ
另外我是在做camx,其中的makefile的修改
http://goo.gl/3kfNuS