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

Diff of /trunk/Compiler_options/f90.mk

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

revision 80 by guez, Wed Mar 5 12:22:46 2014 UTC revision 83 by guez, Thu Mar 6 15:12:00 2014 UTC
# Line 12  lang_flags = -ansi -fullwarn Line 12  lang_flags = -ansi -fullwarn
12  # Flags which affect run time performance:  # Flags which affect run time performance:
13  perf_flags = -check_bounds -g2 -O0 -DEBUG:div_check=3:subscript_check=ON:verbose_runtime=ON -DEBUG:trap_uninitialized=ON  perf_flags = -check_bounds -g2 -O0 -DEBUG:div_check=3:subscript_check=ON:verbose_runtime=ON -DEBUG:trap_uninitialized=ON
14    
15  FFLAGS = ${inc_flags} ${perf_flags}  FFLAGS = ${inc_flags} ${lang_flags} ${perf_flags}
 F90FLAGS = ${inc_flags} ${lang_flags} ${perf_flags}  
16  LDFLAGS =  LDFLAGS =
17    
18  LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf  LDLIBS= -L${workdir}/IOIPSL_k -lioipsl -L/usr/local/pub/lib64 -lnetcdf

Legend:
Removed from v.80  
changed lines
  Added in v.83

  ViewVC Help
Powered by ViewVC 1.1.21