/[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

trunk/Compilers/gfortran_debug.mk revision 79 by guez, Fri Feb 28 17:52:47 2014 UTC trunk/Compiler_options/gfortran_debug.mk revision 135 by guez, Thu Apr 30 14:22:32 2015 UTC
# Line 4  Line 4 
4  netcdf_inc_dir = /usr/include  netcdf_inc_dir = /usr/include
5  netcdf_lib_dir =  netcdf_lib_dir =
6    
7  numer_rec_95_dir = /user/guez_local/lib/Numer_Rec_95_gfortran_debug  numer_rec_95_dir = ${HOME}/Desktop/lib/Numer_Rec_95_debug
8  nr_util_dir = /user/guez_local/lib/NR_util_gfortran_debug  nr_util_dir = ${HOME}/Desktop/lib/NR_util_debug
9  netcdf95_dir = /user/guez_local/lib/NetCDF95_gfortran_debug  netcdf95_dir = ${HOME}/Desktop/lib/NetCDF95_debug
10  jumble_dir = /user/guez_local/lib/Jumble_debug  jumble_dir = ${HOME}/Desktop/lib/Jumble_debug
11    
12  # Include flags:  # Include flags:
13  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})
14    
15  # Fortran language options:  # Fortran language options:
16  FFLAGS += -std=f95  FFLAGS += -ffree-form -std=f95
17    
18  # Error and warning options:  # Error and warning options:
19  FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wimplicit-interface -Wunderflow -Wunreachable-code  FFLAGS += -fmax-errors=1 -pedantic-errors -Wall -Wcharacter-truncation -Wunderflow -Wunreachable-code -Wno-conversion
20    
21  # Debugging options:  # Debugging options:
22  FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g  FFLAGS += -ffpe-trap=invalid,zero,overflow -fbacktrace -fdump-core -g
# Line 27  FFLAGS += -fcheck=bounds -fcheck=do -fch Line 27  FFLAGS += -fcheck=bounds -fcheck=do -fch
27  # Optimization options:  # Optimization options:
28  FFLAGS += -O0  FFLAGS += -O0
29    
 F90FLAGS = ${FFLAGS}  
   
30  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  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
31    
32  version_flag = --version  version_flag = --version

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

  ViewVC Help
Powered by ViewVC 1.1.21