因為離開學校環境,沒有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