Changeset 347


Ignore:
Timestamp:
06/10/08 16:38:14 (16 years ago)
Author:
rblod
Message:

Add gfortran options for generic linux system, under target gfortran. It just duplicates what is done for rhodes and for Darwin_gfortran, so maybe a cleaner way to handle different system could be found.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modipsl/trunk/util/AA_make.gdef

    r317 r347  
    262262#-Q- g95      NCDF_LIB = -L/usr/local/lib -lnetcdf 
    263263#-Q- g95      #- 
     264#-Q- gfortran  #- Global definitions for gfortran, generic system 
     265#-Q- gfortran  M_K = make 
     266#-Q- gfortran  P_C = cpp 
     267#-Q- gfortran  P_O = -fpreprocessed -P -C -traditional $(P_P) 
     268#-Q- gfortran  F_C = gfortran -c 
     269#-Q- gfortran  #-D- MD    F_D = -g -Wall -fbounds-check -pedantic -finit-real=nan 
     270#-Q- gfortran  #-D- MN    F_D = 
     271#-Q- gfortran  #-P- I4R4  F_P = 
     272#-Q- gfortran  #-P- I4R8  F_P = -fdefault-real-8 
     273#-Q- gfortran  #-P- I8R8  F_P = -fdefault-integer-8 -fdefault-real-8 
     274#-Q- gfortran  w_w = -O3 -funroll-all-loops $(F_D) $(F_P) -I$(MODDIR) 
     275#-Q- gfortran  F_O = $(w_w) -J$(MODDIR) 
     276#-Q- gfortran  F_L = gfortran 
     277#-Q- gfortran  M_M = 0 
     278#-Q- gfortran  L_X = 0 
     279#-Q- gfortran  L_O = 
     280#-Q- gfortran  A_C = ar -rs 
     281#-Q- gfortran  A_G = ar -x 
     282#-Q- gfortran  C_C = cc -c 
     283#-Q- gfortran  C_O = 
     284#-Q- gfortran  C_L = cc 
     285#-Q- gfortran  #- 
     286#-Q- gfortran  NCDF_INC = /usr/local/include 
     287#-Q- gfortran  NCDF_LIB = -L/usr/local/lib -lnetcdf 
     288#-Q- gfortran  #- 
    264289#-Q- idris_tx7 #- Global definitions for NEC TX7 front-end (Brodie) at Idris, gfortran 
    265290#-Q- idris_tx7 M_K = gmake 
Note: See TracChangeset for help on using the changeset viewer.