defvar.make.SUN
上传用户:goto8899
上传日期:2014-01-20
资源大小:303k
文件大小:0k
源码类别:

并行计算

开发平台:

MultiPlatform

  1. MOD = mod
  2. ####### Definition du compilateur et des options
  3. # Compilateur FORTRAN 90
  4. CF = f90
  5. # Options de base
  6. FB = -M$(INCDIR) -M$(PRJINC)
  7. # Optimisation classique
  8. FO = -O3
  9. FO_debug = -C
  10. FO_opt   = -O3 -tpp7 -xW
  11. FO_prof  = $(FO_opt) -pg
  12. FO_      = $(FO_debug)
  13. FO = $(FO_$(OPT))
  14. ####### Definition de l'閐iteur de lien et des options
  15. # Editeur de lien
  16. LINKER = f90
  17. # Options de base
  18. LINKFB = -L$(LIBDIR)
  19. ####### Librairies syst鑝es
  20. CGNSLIB    = -lcgns
  21. LAPACKLIBS = -llapack3 -lblas3