/[lmdze]/trunk/Compiler_options/gfortran_debug.mk
ViewVC logotype

Diff of /trunk/Compiler_options/gfortran_debug.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 135 by guez, Thu Apr 30 14:22:32 2015 UTC revision 168 by guez, Wed Sep 9 10:41:47 2015 UTC
# Line 9  nr_util_dir = ${HOME}/Desktop/lib/NR_uti Line 9  nr_util_dir = ${HOME}/Desktop/lib/NR_uti
9  netcdf95_dir = ${HOME}/Desktop/lib/NetCDF95_debug  netcdf95_dir = ${HOME}/Desktop/lib/NetCDF95_debug
10  jumble_dir = ${HOME}/Desktop/lib/Jumble_debug  jumble_dir = ${HOME}/Desktop/lib/Jumble_debug
11    
12    lib_dir_list = ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}
13    
14  # Include flags:  # Include flags:
15  FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})  FFLAGS = $(addprefix -I, ${netcdf_inc_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir})
16    
# Line 27  FFLAGS += -fcheck=bounds -fcheck=do -fch Line 29  FFLAGS += -fcheck=bounds -fcheck=do -fch
29  # Optimization options:  # Optimization options:
30  FFLAGS += -O0  FFLAGS += -O0
31    
32  LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_95_dir} ${netcdf95_dir} ${nr_util_dir} ${jumble_dir}) -ljumble -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec_95 -lnr_util  # Hardware model options:
33    FFLAGS += -mcmodel=medium
34    
35    comma = ,
36    
37    LDLIBS = $(addprefix -L, ${lib_dir_list}) -lnetcdf95 -lnetcdff -lnetcdf -lnumer_rec_95 -ljumble -lnr_util $(addprefix -Wl${comma}-rpath${comma}, ${lib_dir_list})
38    
39  version_flag = --version  version_flag = --version

Legend:
Removed from v.135  
changed lines
  Added in v.168

  ViewVC Help
Powered by ViewVC 1.1.21