defvar.make.Linux
上传用户:goto8899
上传日期:2014-01-20
资源大小:303k
文件大小:1k
- MOD = mod
- ####### Definition du compilateur et des options
- # Compilateur FORTRAN 90
- CF = ifc
- # Options de base (include d'entetes de module)
- FB = -implicitnone -I$(PRJINC)
- # Optimisation classique
- FO_debug = -C
- FO_opt = -O3
- FO_prof = $(FO_opt) -pg
- FO_ = $(FO_debug)
- FO = $(FO_$(OPT))
- ####### Definition de l'閐iteur de lien et des options
- # Editeur de lien
- LINKER = ifc
- # Options de base
- LINKFB = $(FO) -L$(PRJEXT)
- ####### Librairies syst鑝es
- MPILIB = -lmpich -lPEPCF90
- CGNSLIB = -lcgns
- LAPACKLIBS = -llapack3 -lblas3 # installation locale