/[lmdze]/trunk/Compilers/gfortran.mk
ViewVC logotype

Diff of /trunk/Compilers/gfortran.mk

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

revision 46 by guez, Thu Jan 6 17:52:19 2011 UTC revision 47 by guez, Fri Jul 1 15:00:48 2011 UTC
# Line 9  netcdf_lib_dir = /user/guez_local/lib Line 9  netcdf_lib_dir = /user/guez_local/lib
9  numer_rec_dir = /user/guez_local/lib/Numer_Rec_Lionel_b  numer_rec_dir = /user/guez_local/lib/Numer_Rec_Lionel_b
10  nr_util_dir = /user/guez_local/lib/NR_util_j  nr_util_dir = /user/guez_local/lib/NR_util_j
11  netcdf95_dir = /user/guez_local/lib/NetCDF95_gfortran  netcdf95_dir = /user/guez_local/lib/NetCDF95_gfortran
12    l_util_dir = /user/guez_local/lib/L_util
13    
14  # Include flags:  # Include flags:
15  inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/phylmd ${netcdf_inc_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir})  inc_flags = $(addprefix -I, ${libf_dir} ${libf_dir}/phylmd ${netcdf_inc_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir} ${l_util_dir})
16    
17  # Other flags which do not affect run time performance:  # Other flags which do not affect run time performance:
18  lang_flags = -ffree-form -frange-check -std=f95 -pedantic-errors -Wall -Wunderflow -Wextra  lang_flags = -ffree-form -frange-check -std=f95 -pedantic-errors -Wall -Wunderflow -Wextra
# Line 22  perf_flags = -fbacktrace -ffpe-trap=inva Line 23  perf_flags = -fbacktrace -ffpe-trap=inva
23  FFLAGS = ${inc_flags} ${perf_flags}  FFLAGS = ${inc_flags} ${perf_flags}
24  F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}  F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
25    
26  LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir}) -lnetcdf95 -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lnumer_rec -lnr_util  LDLIBS = $(addprefix -L, ${netcdf_lib_dir} ${numer_rec_dir} ${netcdf95_dir} ${nr_util_dir} ${l_util_dir}) -ll_util -lnetcdf95 -lnetcdff -lnetcdf -lhdf5_hl -lhdf5 -lnumer_rec -lnr_util

Legend:
Removed from v.46  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.21