Changeset 2530


Ignore:
Timestamp:
05/28/15 15:41:56 (9 years ago)
Author:
aclsce
Message:
  • Changed name of environment variables for netcdf path on Curie :

before NETCDF_INC_DIR and NETCDF_LIB_DIR, now NETCDF_INCDIR and NETCDF_LIBDIR

File:
1 edited

Legend:

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

    r2398 r2530  
    128128#-Q- curie  C_L = cc 
    129129#-Q- curie  #- 
    130 #-Q- curie  NCDF_INC = $(NETCDF_INC_DIR) 
    131 #-Q- curie  NCDF_LIB = -L$(NETCDF_LIB_DIR) -lnetcdff -lnetcdf 
     130#-Q- curie  NCDF_INC = $(NETCDF_INCDIR) 
     131#-Q- curie  NCDF_LIB = -L$(NETCDF_LIBDIR) -lnetcdff -lnetcdf 
    132132#-Q- curie  #- 
    133133#-Q- cur_mono  #- 
     
    159159#-Q- cur_mono  C_L = cc 
    160160#-Q- cur_mono  #- 
    161 #-Q- cur_mono  NCDF_INC = $(NETCDF_INC_DIR) 
    162 #-Q- cur_mono  NCDF_LIB = -L$(NETCDF_LIB_DIR) -lnetcdff -lnetcdf 
     161#-Q- cur_mono  NCDF_INC = $(NETCDF_INCDIR) 
     162#-Q- cur_mono  NCDF_LIB = -L$(NETCDF_LIBDIR) -lnetcdff -lnetcdf 
    163163#-Q- cur_mono  #- 
    164164#-Q- ifort_CICLAD   #- 
Note: See TracChangeset for help on using the changeset viewer.